public static interface Wizard.IWizardLogicProvider
| Modifier and Type | Field and Description |
|---|---|
static int |
DIRECTION_NEXT |
static int |
DIRECTION_PREVIOUS |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Tells that the cancel button was clicked.
|
boolean |
checkIfGridNavigationIsEnabled()
Grid navigation enabled or not.
|
boolean |
checkIfNavigationIsPossible(Wizard.IWizardPageInfo fromPage,
Wizard.IWizardPageInfo toPage,
int directionOfNavigation)
This method is called whenever the user wants to navigate within the
wizard - either via the previous-next buttons or via the list of steps
on the left.
|
void |
finish()
Called when the user pressed the finish function.
|
Wizard.IWizardPageInfo[] |
getWizardPageInfos()
Get the sequence of pages that form the wizard.
|
void |
prepareNextPage(Wizard.IWizardPageInfo toPage,
int directionOfNavigation)
This method is called during navigation from one page to the next.
|
static final int DIRECTION_NEXT
static final int DIRECTION_PREVIOUS
Wizard.IWizardPageInfo[] getWizardPageInfos()
boolean checkIfNavigationIsPossible(Wizard.IWizardPageInfo fromPage, Wizard.IWizardPageInfo toPage, int directionOfNavigation)
void prepareNextPage(Wizard.IWizardPageInfo toPage, int directionOfNavigation)
directionOfNavigation - 0 ==> next, 1 <== previousvoid finish()
void cancel()
boolean checkIfGridNavigationIsEnabled()
Copyright © CaptainCasa Gmbh. All Rights Reserved.