|
||||||||||
| 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.AbstractUIPageObject
public abstract class AbstractUIPageObject
TODO comment!
| Constructor Summary | |
|---|---|
AbstractUIPageObject(org.apache.wicket.PageParameters _parameters)
Constructor evaluating the UUID for the command and the oid from an Opener instance. |
|
AbstractUIPageObject(UUID _commandUUID,
String _instanceKey)
Constructor. |
|
AbstractUIPageObject(UUID _commandUUID,
String _instanceKey,
String _openerId)
Constructor. |
|
| Method Summary | |
|---|---|
void |
addHidden(UIHiddenCell _hiddenCell)
Method to add a hidden Cell to the list hiddenCells. |
protected Map<org.efaps.db.Instance,Boolean> |
checkAccessToInstances(List<org.efaps.db.Instance> _instances)
Used to check the access to e.g. |
Map<org.efaps.db.Instance,Boolean> |
getAccessMap()
Getter method for the instance variable accessMap. |
String |
getHelpTarget()
Getter method for instance variable helpTarget. |
List<UIHiddenCell> |
getHiddenCells()
Getter method for instance variable hiddenCells. |
String |
getNewRandom()
|
org.efaps.admin.ui.AbstractCommand |
getTargetCmd()
Get the CommandAbstract that is the target of this Page. |
UUID |
getTargetCmdUUID()
Getter method for instance variable targetCmdUUID. |
Map<String,String> |
getUiID2Oid()
Getter method for the instance variable uiID2Oid. |
protected Object |
getValue4Wizard(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(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 |
|---|
addEventObject, execute, executeEvents, getCallingCommand, getCallingCommandUUID, getCommand, getCommand, getCommandUUID, getInstanceFromManager, getMenuTreeKey, getMode, getOpenerId, getTarget, getTitle, hasInstanceManager, isCreateMode, isEditMode, isInitialized, isPicker, 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 AbstractUIPageObject(org.apache.wicket.PageParameters _parameters)
_parameters - PageParameters for this Model
public AbstractUIPageObject(UUID _commandUUID,
String _instanceKey,
String _openerId)
_commandUUID - UUID for this Model_instanceKey - instance id for this Model_openerId - id of the opener
public AbstractUIPageObject(UUID _commandUUID,
String _instanceKey)
_commandUUID - UUID for this Model_instanceKey - instance id for this Model| Method Detail |
|---|
public List<UIHiddenCell> getHiddenCells()
hiddenCells.
hiddenCellspublic void addHidden(UIHiddenCell _hiddenCell)
hiddenCells.
_hiddenCell - cell to addpublic org.efaps.admin.ui.AbstractCommand getTargetCmd()
targetCmdUUIDpublic UUID getTargetCmdUUID()
targetCmdUUID.
targetCmdUUIDpublic void setTargetCmdUUID(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 Object getValue4Wizard(String _key)
_key - key for the value
public boolean isRenderRevise()
renderRevise.
renderRevisepublic void setRenderRevise(boolean _renderRevise)
renderRevise.
_renderRevise - value for instance variable renderRevisepublic String getHelpTarget()
helpTarget.
helpTargetpublic Map<String,String> getUiID2Oid()
uiID2Oid.
uiID2Oidpublic String getNewRandom()
protected Map<org.efaps.db.Instance,Boolean> checkAccessToInstances(List<org.efaps.db.Instance> _instances)
throws org.efaps.util.EFapsException
_instances - Instances that must be checked for access
org.efaps.util.EFapsException - on errorpublic Map<org.efaps.db.Instance,Boolean> getAccessMap()
accessMap.
accessMap
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||