Class Wizard.WizardPageInfo
java.lang.Object
org.eclnt.jsfserver.defaultscreens.Wizard.WizardPageInfo
- All Implemented Interfaces:
Serializable
,Wizard.IWizardPageInfo
- Enclosing class:
- Wizard
public static class Wizard.WizardPageInfo
extends Object
implements Wizard.IWizardPageInfo, Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWizardPageInfo
(String step, String page) WizardPageInfo
(String step, String page, boolean finishIsEnabled, boolean pageIsEnabled) -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
Check if this page allows to finish the wizard.boolean
Check if this page is enabled.Content replace for the page that will be included.getPage()
Page that is shown for the step.boolean
There are four buttons within the wizards: previous, next, finish, cancel.getStep()
Name of the wizard step that is displayed to the user.void
setFinishIsEnabled
(boolean value) void
void
setPageIsEnabled
(boolean value) void
-
Constructor Details
-
WizardPageInfo
-
WizardPageInfo
-
-
Method Details
-
setStep
-
getStep
Description copied from interface:Wizard.IWizardPageInfo
Name of the wizard step that is displayed to the user.- Specified by:
getStep
in interfaceWizard.IWizardPageInfo
-
setPage
-
getPage
Description copied from interface:Wizard.IWizardPageInfo
Page that is shown for the step.- Specified by:
getPage
in interfaceWizard.IWizardPageInfo
-
getContentReplace
Description copied from interface:Wizard.IWizardPageInfo
Content replace for the page that will be included.- Specified by:
getContentReplace
in interfaceWizard.IWizardPageInfo
-
setFinishIsEnabled
public void setFinishIsEnabled(boolean value) -
setPageIsEnabled
public void setPageIsEnabled(boolean value) -
checkIfFinishIsEnabled
public boolean checkIfFinishIsEnabled()Description copied from interface:Wizard.IWizardPageInfo
Check if this page allows to finish the wizard. Finishing means providing the function to successfully finish.- Specified by:
checkIfFinishIsEnabled
in interfaceWizard.IWizardPageInfo
-
checkIfPageIsEnabled
public boolean checkIfPageIsEnabled()Description copied from interface:Wizard.IWizardPageInfo
Check if this page is enabled.- Specified by:
checkIfPageIsEnabled
in interfaceWizard.IWizardPageInfo
-
checkIfDisabledMeansInvisibleWithFinish
public boolean checkIfDisabledMeansInvisibleWithFinish()- Specified by:
checkIfDisabledMeansInvisibleWithFinish
in interfaceWizard.IWizardPageInfo
-
checkIfDisabledMeansInvisibleWithNext
public boolean checkIfDisabledMeansInvisibleWithNext()- Specified by:
checkIfDisabledMeansInvisibleWithNext
in interfaceWizard.IWizardPageInfo
-
checkIfDisabledMeansInvisibleWithPrevious
public boolean checkIfDisabledMeansInvisibleWithPrevious()- Specified by:
checkIfDisabledMeansInvisibleWithPrevious
in interfaceWizard.IWizardPageInfo
-
getTextCancel
- Specified by:
getTextCancel
in interfaceWizard.IWizardPageInfo
-
getTextFinish
- Specified by:
getTextFinish
in interfaceWizard.IWizardPageInfo
-
getTextNext
- Specified by:
getTextNext
in interfaceWizard.IWizardPageInfo
-
getTextPrevious
- Specified by:
getTextPrevious
in interfaceWizard.IWizardPageInfo
-
getIconPrevious
- Specified by:
getIconPrevious
in interfaceWizard.IWizardPageInfo
-
getIconNext
- Specified by:
getIconNext
in interfaceWizard.IWizardPageInfo
-
getIconFinish
- Specified by:
getIconFinish
in interfaceWizard.IWizardPageInfo
-
getIconCancel
- Specified by:
getIconCancel
in interfaceWizard.IWizardPageInfo
-
getIconDisabled
- Specified by:
getIconDisabled
in interfaceWizard.IWizardPageInfo
-
getRenderedDistance
public boolean getRenderedDistance()Description copied from interface:Wizard.IWizardPageInfo
There are four buttons within the wizards: previous, next, finish, cancel. Between the next and the finish button there is a distance. By specifying "false" you decide that the distance is not rendered.- Specified by:
getRenderedDistance
in interfaceWizard.IWizardPageInfo
-