|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.efaps.ui.wicket.models.objects.UIWizardObject
public class UIWizardObject
Class is used to create wizard like behavior for a webpage. Meaning that it
is possible to go forward and backward in the pages without loosing
parameters, which were already given from the user.
It contains a list that stores the UIObjects hyrachical so that they can be
accessed using methods like previous.
| Constructor Summary | |
|---|---|
UIWizardObject(UIAbstractPageObject _uiObject)
Constructor setting the current UIObject. |
|
| Method Summary | |
|---|---|
void |
add(UIAbstractPageObject _uiObject)
Add a UIOBject to the list of objects. |
void |
addParameters(AbstractUIObject _uiObject,
java.util.Map<java.lang.String,java.lang.String[]> _parameters)
Add parameters. |
java.util.Map<java.lang.String,java.lang.String[]> |
getParameters(AbstractUIObject _uiObject)
Get a parameter map from the mapping. |
UIAbstractPageObject |
getPrevious()
Method to get the previous object. |
void |
insertBefore(UIAbstractPageObject _uiObject)
Insert a UIObject before the current one. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UIWizardObject(UIAbstractPageObject _uiObject)
_uiObject - current UIOBject| Method Detail |
|---|
public void add(UIAbstractPageObject _uiObject)
_uiObject - Object to addpublic void insertBefore(UIAbstractPageObject _uiObject)
_uiObject - Object to insertpublic UIAbstractPageObject getPrevious()
public void addParameters(AbstractUIObject _uiObject,
java.util.Map<java.lang.String,java.lang.String[]> _parameters)
_uiObject - object used as key_parameters - parameterspublic java.util.Map<java.lang.String,java.lang.String[]> getParameters(AbstractUIObject _uiObject)
_uiObject - key fot the parameter map.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||