|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Method Summary | |
void |
acceptNext(boolean accept)
Notify the main wizard component that the next step is accessible. |
void |
acceptPrevious(boolean accept)
Notify the main wizard component that the previous step is accessible. |
WizardStep |
getNextWizardStep()
|
WizardStep |
getPreviousWizardStep()
|
java.lang.Object |
getSharedData(java.lang.String key)
Get a value. |
java.lang.Object |
getSharedData(java.lang.String key,
java.lang.Object defaultValue)
Get a value. |
JWizard |
getSource()
|
void |
goTo(WizardStep step)
Force the wizard to go the following step |
void |
setSharedData(java.lang.String key,
java.lang.Object data)
Store a data, this value will be available for all the wizard next step and user can retreive these values on the JWizard component |
| Method Detail |
public JWizard getSource()
WizardStepModelpublic WizardStep getPreviousWizardStep()
null for the first wizard steppublic WizardStep getNextWizardStep()
null for the last wizard steppublic void goTo(WizardStep step)
public void acceptNext(boolean accept)
public void acceptPrevious(boolean accept)
public void setSharedData(java.lang.String key,
java.lang.Object data)
public java.lang.Object getSharedData(java.lang.String key)
public java.lang.Object getSharedData(java.lang.String key,
java.lang.Object defaultValue)
key - the Shared data keydefaultValue - the value returned if the key is unknown
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||