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 TypeMethodDescriptionbooleanbooleanbooleanbooleanCheck if this page allows to finish the wizard.booleanCheck if this page is enabled.Content replace for the page that will be included.getPage()Page that is shown for the step.booleanThere are four buttons within the wizards: previous, next, finish, cancel.getStep()Name of the wizard step that is displayed to the user.voidsetFinishIsEnabled(boolean value) voidvoidsetPageIsEnabled(boolean value) void
-
Constructor Details
-
WizardPageInfo
-
WizardPageInfo
-
-
Method Details
-
setStep
-
getStep
Description copied from interface:Wizard.IWizardPageInfoName of the wizard step that is displayed to the user.- Specified by:
getStepin interfaceWizard.IWizardPageInfo
-
setPage
-
getPage
Description copied from interface:Wizard.IWizardPageInfoPage that is shown for the step.- Specified by:
getPagein interfaceWizard.IWizardPageInfo
-
getContentReplace
Description copied from interface:Wizard.IWizardPageInfoContent replace for the page that will be included.- Specified by:
getContentReplacein interfaceWizard.IWizardPageInfo
-
setFinishIsEnabled
public void setFinishIsEnabled(boolean value) -
setPageIsEnabled
public void setPageIsEnabled(boolean value) -
checkIfFinishIsEnabled
public boolean checkIfFinishIsEnabled()Description copied from interface:Wizard.IWizardPageInfoCheck if this page allows to finish the wizard. Finishing means providing the function to successfully finish.- Specified by:
checkIfFinishIsEnabledin interfaceWizard.IWizardPageInfo
-
checkIfPageIsEnabled
public boolean checkIfPageIsEnabled()Description copied from interface:Wizard.IWizardPageInfoCheck if this page is enabled.- Specified by:
checkIfPageIsEnabledin interfaceWizard.IWizardPageInfo
-
checkIfDisabledMeansInvisibleWithFinish
public boolean checkIfDisabledMeansInvisibleWithFinish()- Specified by:
checkIfDisabledMeansInvisibleWithFinishin interfaceWizard.IWizardPageInfo
-
checkIfDisabledMeansInvisibleWithNext
public boolean checkIfDisabledMeansInvisibleWithNext()- Specified by:
checkIfDisabledMeansInvisibleWithNextin interfaceWizard.IWizardPageInfo
-
checkIfDisabledMeansInvisibleWithPrevious
public boolean checkIfDisabledMeansInvisibleWithPrevious()- Specified by:
checkIfDisabledMeansInvisibleWithPreviousin interfaceWizard.IWizardPageInfo
-
getTextCancel
- Specified by:
getTextCancelin interfaceWizard.IWizardPageInfo
-
getTextFinish
- Specified by:
getTextFinishin interfaceWizard.IWizardPageInfo
-
getTextNext
- Specified by:
getTextNextin interfaceWizard.IWizardPageInfo
-
getTextPrevious
- Specified by:
getTextPreviousin interfaceWizard.IWizardPageInfo
-
getIconPrevious
- Specified by:
getIconPreviousin interfaceWizard.IWizardPageInfo
-
getIconNext
- Specified by:
getIconNextin interfaceWizard.IWizardPageInfo
-
getIconFinish
- Specified by:
getIconFinishin interfaceWizard.IWizardPageInfo
-
getIconCancel
- Specified by:
getIconCancelin interfaceWizard.IWizardPageInfo
-
getIconDisabled
- Specified by:
getIconDisabledin interfaceWizard.IWizardPageInfo
-
getRenderedDistance
public boolean getRenderedDistance()Description copied from interface:Wizard.IWizardPageInfoThere 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:
getRenderedDistancein interfaceWizard.IWizardPageInfo
-