Uses of Interface
org.eclnt.jsfserver.defaultscreens.Wizard.IWizardPageInfo
Packages that use Wizard.IWizardPageInfo
-
Uses of Wizard.IWizardPageInfo in org.eclnt.jsfserver.defaultscreens
Classes in org.eclnt.jsfserver.defaultscreens that implement Wizard.IWizardPageInfoMethods in org.eclnt.jsfserver.defaultscreens that return Wizard.IWizardPageInfoModifier and TypeMethodDescriptionWizard.getCurrentPageInfo()
Wizard.IWizardLogicProvider.getWizardPageInfos()
Get the sequence of pages that form the wizard.Methods in org.eclnt.jsfserver.defaultscreens with parameters of type Wizard.IWizardPageInfoModifier and TypeMethodDescriptionboolean
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.