Interface | Description |
---|---|
Wizard |
Things a Wizard needs to implement
|
WizardPage |
A page for a Wizard
|
WizardView |
View and Presenter definitions for the generic Wizard
|
Class | Description |
---|---|
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
|
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.