|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.efaps.ui.wicket.Opener
public class Opener
Class is used to store the information about the opener of a window, e.g. a pop up window, so that the information needed about the parent can be accessed from the pop up window. Each instance of this class is stored with a unique key in the EFapSession. This enables that no information like OID or an UUID must be passed as parameters from the Browser and therefore could be altered.
| Field Summary | |
|---|---|
static java.lang.String |
OPENER_PARAKEY
Key used to pass the id as parameter inside the session of a page. |
| Constructor Summary | |
|---|---|
Opener(org.apache.wicket.model.IModel<?> _model,
java.lang.String _pageMapName)
Constructor. |
|
| Method Summary | |
|---|---|
java.util.UUID |
getCommandUUID()
Getter method for instance variable commandUUID. |
java.lang.String |
getId()
Getter method for instance variable id. |
java.lang.String |
getInstanceKey()
Getter method for instance variable instanceKey. |
java.lang.String |
getMenuTreeKey()
Getter method for instance variable menuTreeKey. |
org.apache.wicket.model.IModel<?> |
getModel()
Getter method for instance variable model. |
java.lang.String |
getPageMapName()
Getter method for instance variable pageMapName. |
boolean |
isMarked4Remove()
Getter method for instance variable marked4Remove. |
void |
setCommandUUID(java.util.UUID _commandUUID)
Setter method for instance variable commandUUID. |
void |
setInstanceKey(java.lang.String _instanceId)
Setter method for instance variable instanceKey. |
void |
setMarked4Remove(boolean _marked4Remove)
Setter method for instance variable marked4Remove. |
void |
setMenuTreeKey(java.lang.String _menuTreeKey)
Setter method for instance variable menuTreeKey. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String OPENER_PARAKEY
| Constructor Detail |
|---|
public Opener(org.apache.wicket.model.IModel<?> _model,
java.lang.String _pageMapName)
_model - model of the openr_pageMapName - pagemap of the opener| Method Detail |
|---|
public java.lang.String getId()
id.
idpublic org.apache.wicket.model.IModel<?> getModel()
model.
modelpublic java.lang.String getPageMapName()
pageMapName.
pageMapNamepublic java.lang.String getMenuTreeKey()
menuTreeKey.
menuTreeKeypublic void setMenuTreeKey(java.lang.String _menuTreeKey)
menuTreeKey.
_menuTreeKey - value for instance variable menuTreeKeypublic java.util.UUID getCommandUUID()
commandUUID.
commandUUIDpublic void setCommandUUID(java.util.UUID _commandUUID)
commandUUID.
_commandUUID - value for instance variable commandUUIDpublic java.lang.String getInstanceKey()
instanceKey.
instanceKeypublic void setInstanceKey(java.lang.String _instanceId)
instanceKey.
_instanceId - value for instance variable instanceKeypublic boolean isMarked4Remove()
marked4Remove.
marked4Removepublic void setMarked4Remove(boolean _marked4Remove)
marked4Remove.
_marked4Remove - value for instance variable marked4Remove
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||