public static interface Wizard.IWizardPageInfo
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkIfDisabledMeansInvisibleWithFinish() |
boolean |
checkIfDisabledMeansInvisibleWithNext() |
boolean |
checkIfDisabledMeansInvisibleWithPrevious() |
boolean |
checkIfFinishIsEnabled()
Check if this page allows to finish the wizard.
|
boolean |
checkIfPageIsEnabled()
Check if this page is enabled.
|
java.lang.String |
getContentReplace()
Content replace for the page that will be included.
|
java.lang.String |
getIconCancel() |
java.lang.String |
getIconDisabled() |
java.lang.String |
getIconFinish() |
java.lang.String |
getIconNext() |
java.lang.String |
getIconPrevious() |
java.lang.String |
getPage()
Page that is shown for the step.
|
boolean |
getRenderedDistance()
There are four buttons within the wizards: previous, next, finish, cancel.
|
java.lang.String |
getStep()
Name of the wizard step that is displayed to the user.
|
java.lang.String |
getTextCancel() |
java.lang.String |
getTextFinish() |
java.lang.String |
getTextNext() |
java.lang.String |
getTextPrevious() |
java.lang.String getStep()
java.lang.String getPage()
java.lang.String getContentReplace()
boolean checkIfFinishIsEnabled()
boolean checkIfPageIsEnabled()
boolean checkIfDisabledMeansInvisibleWithPrevious()
boolean checkIfDisabledMeansInvisibleWithNext()
boolean checkIfDisabledMeansInvisibleWithFinish()
java.lang.String getTextPrevious()
java.lang.String getTextNext()
java.lang.String getTextFinish()
java.lang.String getTextCancel()
java.lang.String getIconPrevious()
java.lang.String getIconNext()
java.lang.String getIconFinish()
java.lang.String getIconCancel()
java.lang.String getIconDisabled()
boolean getRenderedDistance()
Copyright © CaptainCasa Gmbh. All Rights Reserved.