public interface WizardPageController
| Modifier and Type | Method and Description |
|---|---|
void |
beforeBack(Wizard wizard,
WizardPage page)
This method is invoked before proceeding to the previous page.
|
void |
beforeNext(Wizard wizard,
WizardPage page)
This method is invoked before proceeding to the next page.
|
void |
cancel(Wizard wizard,
WizardPage page)
This method is invoked when the cancel button is pressed.
|
void |
done(Wizard wizard,
WizardPage page)
This method is invoked when the done button is pressed.
|
WizardPage |
getFirstPage(Wizard wizard)
Returns the first page of the wizard.
|
void |
initPage(Wizard wizard,
WizardPage page)
This method is invoked whenever a wizard page is created.
|
WizardPage |
next(Wizard wizard,
WizardPage page)
Returns for the specified wizard page the next page.
|
WizardPage |
previous(Wizard wizard,
WizardPage page)
Returns for the specified wizard page the previous page.
|
boolean |
validate(Wizard wizard,
WizardPage page)
This method is invoked before leaving a page.
|
WizardPage getFirstPage(Wizard wizard)
boolean validate(Wizard wizard, WizardPage page)
void initPage(Wizard wizard, WizardPage page)
wizard - the wizard which contains the pagepage - the currently accessed pageWizardPage next(Wizard wizard, WizardPage page)
wizard - the wizard which contains the pagespage - the current pageWizardPage previous(Wizard wizard, WizardPage page)
wizard - the wizard which contains the pagespage - the current pagevoid cancel(Wizard wizard, WizardPage page)
wizard - the wizard which contains the pagepage - the currently accessed pagevoid done(Wizard wizard, WizardPage page) throws WizardConfirmationException
wizard - the wizard which contains the pagepage - the currently accessed pageWizardConfirmationExceptionvoid beforeNext(Wizard wizard, WizardPage page)
wizard - the wizard which contains the pagepage - the currently accessed pagevoid beforeBack(Wizard wizard, WizardPage page)
wizard - the wizard which contains the pagepage - the currently accessed pageCopyright © 2017 SAP SE. All Rights Reserved.