org.siebengeisslein.application
Class GuiData
java.lang.Object
org.siebengeisslein.client.Persistent
org.siebengeisslein.application.GuiData
- All Implemented Interfaces:
- java.lang.Cloneable, CloneAndMergeAware<GuiData>, CloneAware, Instrumented, MergeAware<GuiData>
public class GuiData
- extends Persistent
- implements CloneAndMergeAware<GuiData>
| Methods inherited from class org.siebengeisslein.client.Persistent |
abort, clearUserLocals, clone, commit, disposeTransient, getGroup, getRef, getTransientValue, hashCode, initTransient, isWriteTransaction, joinWriteTransaction, readLock, setGroup, setTransientValue, toPersistent, toRef, writeExternal, writeLock |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
PANELS
public static final java.lang.String PANELS
- See Also:
- Constant Field Values
FRAMES
public static final java.lang.String FRAMES
- See Also:
- Constant Field Values
ACTIONS
public static final java.lang.String ACTIONS
- See Also:
- Constant Field Values
SWITCH_PANELS
public static final java.lang.String SWITCH_PANELS
- See Also:
- Constant Field Values
GuiData
public GuiData()
GuiData
public GuiData(java.util.List<PFrameEntry> frames,
java.util.List<PPanelEntry> panels)
getPanels
public java.util.List<PPanelEntry> getPanels()
getFrames
public java.util.List<PFrameEntry> getFrames()
clone
public GuiData clone(CloneHelper helper)
throws java.lang.CloneNotSupportedException
- Specified by:
clone in interface CloneAware
- Throws:
java.lang.CloneNotSupportedException
merge
public void merge(GuiData newData,
MergeContext helper)
- Specified by:
merge in interface MergeAware<GuiData>
replaceMerged
public void replaceMerged(MergeContext helper)
- Specified by:
replaceMerged in interface MergeAware<GuiData>
getComponentId
public int getComponentId()
throws java.lang.UnsupportedOperationException
- Specified by:
getComponentId in interface MergeAware<GuiData>
- Throws:
java.lang.UnsupportedOperationException