| AbstractWizard |
The generic "Wizard" container, providing a left-hand side list of Page
titles, buttons to navigate the Wizard pages and a mechanism to display
different pages of the Wizard.
|
| WizardPageSelectedEvent |
An event representing the selection of a page within a Wizard
|
| WizardPageStatusChangeEvent |
An event representing the change in status (i.e. completed, not-completed) of a page within a Wizard.
|
| WizardPageTitle |
A widget containing the page title of a Wizard page, along with an indicator
(a tick) that the page has been completed and whether it is the currently
displayed page (title is made bold).
|
| WizardPopupFooter |
A Modal Footer used by the Wizard
|
| WizardViewImpl |
The generic Wizard view implementation
|