|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.efaps.ui.wicket.models.AbstractInstanceObject
org.efaps.ui.wicket.models.objects.AbstractUIObject
org.efaps.ui.wicket.models.objects.UIAbstractPageObject
public abstract class UIAbstractPageObject
TODO comment!
| Constructor Summary | |
|---|---|
UIAbstractPageObject(org.apache.wicket.PageParameters _parameters)
Constructor evaluating the UUID for the command and the oid from an Opener instance. |
|
UIAbstractPageObject(java.util.UUID _commandUUID,
java.lang.String _instanceKey)
Constructor. |
|
UIAbstractPageObject(java.util.UUID _commandUUID,
java.lang.String _instanceKey,
java.lang.String _openerId)
Constructor. |
|
| Method Summary | |
|---|---|
void |
addHidden(UIHiddenCell _hiddenCell)
Method to add a hidden Cell to the list hiddenCells. |
java.lang.String |
getHelpTarget()
Getter method for instance variable helpTarget. |
java.util.List<UIHiddenCell> |
getHiddenCells()
Getter method for instance variable hiddenCells. |
java.lang.String |
getNewRandom()
|
org.efaps.admin.ui.AbstractCommand |
getTargetCmd()
Get the CommandAbstract that is the target of this Page. |
java.util.UUID |
getTargetCmdUUID()
Getter method for instance variable targetCmdUUID. |
java.util.Map<java.lang.String,java.lang.String> |
getUiID2Oid()
Getter method for the instance variable uiID2Oid. |
protected java.lang.Object |
getValue4Wizard(java.lang.String _key)
Method to get the value for a key in case of wizard. |
UIWizardObject |
getWizard()
Getter method for instance variable wizard. |
boolean |
hasTargetCmd()
Method returns if this pageobject has a target command. |
boolean |
isPartOfWizardCall()
Getter method for instance variable partOfWizardCall. |
boolean |
isRenderRevise()
Getter method for instance variable renderRevise. |
boolean |
isTargetCmdRevise()
Getter method for instance variable targetCmdRevise. |
boolean |
isTargetShowFile()
Getter method for instance variable isTargetShowFile. |
void |
setPartOfWizardCall(boolean _wizardCall)
Setter method for instance variable partOfWizardCall. |
void |
setRenderRevise(boolean _renderRevise)
Setter method for instance variable renderRevise. |
void |
setTargetCmdRevise(boolean _targetCmdRevise)
Setter method for instance variable targetCmdRevise. |
void |
setTargetCmdUUID(java.util.UUID _targetCmdUUID)
Setter method for instance variable targetCmdUUID. |
void |
setWizard(UIWizardObject _wizard)
Setter method for instance variable wizard. |
| Methods inherited from class org.efaps.ui.wicket.models.objects.AbstractUIObject |
|---|
execute, executeEvents, getCallingCommand, getCallingCommandUUID, getCommand, getCommand, getCommandUUID, getInstanceFromManager, getMenuTreeKey, getMode, getOpenerId, getTarget, getTitle, hasInstanceManager, isCreateMode, isEditMode, isInitialized, isPrintMode, isSearchMode, isSubmit, isViewMode, resetModel, setCallingCommandUUID, setCommandUUID, setInitialized, setMode, setOpenerId, setSubmit, validate |
| Methods inherited from class org.efaps.ui.wicket.models.AbstractInstanceObject |
|---|
getInstance, getInstanceKey, setInstanceKey |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UIAbstractPageObject(org.apache.wicket.PageParameters _parameters)
_parameters - PageParameters for this Model
public UIAbstractPageObject(java.util.UUID _commandUUID,
java.lang.String _instanceKey,
java.lang.String _openerId)
_commandUUID - UUID for this Model_instanceKey - instance id for this Model_openerId - id of the opener
public UIAbstractPageObject(java.util.UUID _commandUUID,
java.lang.String _instanceKey)
_commandUUID - UUID for this Model_instanceKey - instance id for this Model| Method Detail |
|---|
public java.util.List<UIHiddenCell> getHiddenCells()
hiddenCells.
hiddenCellspublic void addHidden(UIHiddenCell _hiddenCell)
hiddenCells.
_hiddenCell - cell to addpublic org.efaps.admin.ui.AbstractCommand getTargetCmd()
targetCmdUUIDpublic java.util.UUID getTargetCmdUUID()
targetCmdUUID.
targetCmdUUIDpublic void setTargetCmdUUID(java.util.UUID _targetCmdUUID)
targetCmdUUID.
_targetCmdUUID - value for instance variable targetCmdUUIDpublic boolean hasTargetCmd()
public boolean isTargetCmdRevise()
targetCmdRevise.
targetCmdRevisepublic boolean isTargetShowFile()
isTargetShowFile.
isTargetShowFilepublic void setTargetCmdRevise(boolean _targetCmdRevise)
targetCmdRevise.
_targetCmdRevise - value for instance variable targetCmdRevisepublic UIWizardObject getWizard()
wizard.
wizardpublic void setWizard(UIWizardObject _wizard)
wizard.
_wizard - value for instance variable wizardpublic void setPartOfWizardCall(boolean _wizardCall)
partOfWizardCall.
_wizardCall - value for instance variable partOfWizardCallpublic boolean isPartOfWizardCall()
partOfWizardCall.
partOfWizardCallprotected java.lang.Object getValue4Wizard(java.lang.String _key)
_key - key for the value
public boolean isRenderRevise()
renderRevise.
renderRevisepublic void setRenderRevise(boolean _renderRevise)
renderRevise.
_renderRevise - value for instance variable renderRevisepublic java.lang.String getHelpTarget()
helpTarget.
helpTargetpublic java.util.Map<java.lang.String,java.lang.String> getUiID2Oid()
uiID2Oid.
uiID2Oidpublic java.lang.String getNewRandom()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||