| Interface | Description |
|---|---|
| NavigationListener |
Navigation events listener.
|
| SourcesNavigationEvents |
Wizard navigation events source, to accept listeners for the navigation events.
|
| WizardListener |
Interface to specify wizard event, such as the wizard completion or cancel, to let obsevers know when a wizard is
done.
|
| WizardStep |
Defines the behavior of a wizard step.
|
| WizardStepProvider |
Component which handles the instantiation and resolution of wizard steps based on the step names.
|
| Class | Description |
|---|---|
| AbstractAutoSubmitWizardStep<T> |
Abstract wizard step that is automatically submitted after it is initialized.
|
| AbstractInteractiveWizardStep |
An abstract wizard step that requires user input in order to move forward.
|
| AbstractNavigationAwareWizardStep |
An abstract wizard step that is aware of the wizard navigation.
|
| NavigationListenerCollection |
A collection of
NavigationListener to be used by SourcesNavigationEvents to manage the list of
listeners. |
| Wizard |
Wizard to handle the loading and navigation in a list of chained dialogs.
|
| WizardDialog |
Wizard dialog class, used to display the current wizard step.
|
| WizardStepMap |
A generic wizard step provider implemented as a map of wizard steps.
|
| Enum | Description |
|---|---|
| NavigationListener.NavigationDirection |
The navigation directions defined by this wizard.
|
Copyright © 2004–2016 XWiki. All rights reserved.