Class Wizard
java.lang.Object
org.eclnt.jsfserver.defaultscreens.Wizard
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
Logic that is serving the wizard processing.static interface
One page within the wizard.class
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
static Wizard
boolean
boolean
boolean
boolean
getRows()
void
onCancel
(ActionEvent ae) void
onFinish
(ActionEvent ae) void
onNext
(ActionEvent ae) void
void
-
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
-