|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
B - Type of bean for the wizardpublic interface WizardRules<B>
Defines the navigation rules for a wizard.
| Method Summary | |
|---|---|
boolean |
canFinish(String currentViewId,
B model)
Checks if the wizard can be finished in its current status. |
String |
getNext(String currentViewId,
B model)
Returns the next it is possible to navigate to or null if no
next view is available. |
GUIAction |
getTransitionAction(String viewId)
Gets the transaction action to execute when navigating to the given view. |
| Method Detail |
|---|
boolean canFinish(String currentViewId,
B model)
currentViewId - Current view namemodel - Wizard bean
true if the wizard can be finished
String getNext(String currentViewId,
B model)
null if no
next view is available.
currentViewId - Current view namemodel - Wizard bean
nullGUIAction getTransitionAction(String viewId)
viewId - View to navigate to
null if none is to be executed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||