| Package | Description |
|---|---|
| org.eclnt.jsfserver.defaultscreens |
| Modifier and Type | Class and Description |
|---|---|
static class |
Wizard.WizardPageInfo |
| Modifier and Type | Method and Description |
|---|---|
Wizard.IWizardPageInfo |
Wizard.getCurrentPageInfo() |
Wizard.IWizardPageInfo[] |
Wizard.IWizardLogicProvider.getWizardPageInfos()
Get the sequence of pages that form the wizard.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Wizard.IWizardLogicProvider.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 |
Wizard.IWizardLogicProvider.prepareNextPage(Wizard.IWizardPageInfo toPage,
int directionOfNavigation)
This method is called during navigation from one page to the next.
|
Copyright © CaptainCasa Gmbh. All Rights Reserved.