WizardPageChain implementation that provides a static list of WizardPages. This implementation can be used in wizards where the sequence of pages is fixed and does not depend on the input given by the user in the individual pages. Note: When using a WizardPageList, the method {@link WizardPage#getNextPage() WizardPage.getNextPage()} is never called when navigating throughthe wizard.
@author Torgil Zethson
@since 1.3.0
| |
| |