Class Wizard
java.lang.Object
org.eclnt.jsfserver.defaultscreens.Wizard
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceLogic that is serving the wizard processing.static interfaceOne page within the wizard.classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanstatic WizardbooleanbooleanbooleanbooleangetRows()voidonCancel(ActionEvent ae) voidonFinish(ActionEvent ae) voidonNext(ActionEvent ae) voidvoid
-
Constructor Details
-
Wizard
public Wizard()
-
-
Method Details
-
getInstance
-
getPageName
-
getContentReplace
-
getRows
-
getEnabledPrevious
public boolean getEnabledPrevious() -
getEnabledNext
public boolean getEnabledNext() -
getEnabledFinish
public boolean getEnabledFinish() -
getRenderedPrevious
public boolean getRenderedPrevious() -
getRenderedNext
public boolean getRenderedNext() -
getRenderedFinish
public boolean getRenderedFinish() -
getRenderedDistance
public boolean getRenderedDistance() -
prepare
-
onNext
-
onPrevious
-
onCancel
-
onFinish
-
getCurrentPageInfo
-
getTextPrevious
-
getTextNext
-
getTextFinish
-
getTextCancel
-
getIconPrevious
-
getIconNext
-
getIconFinish
-
getIconCancel
-
getIconDisabled
-