Name Type Description
WizardModel.ICondition Interface Interface for conditional displaying of wizard steps.
IWizardStep Interface Models one step in a wizard, and is the equivalent of one panel in a wizard from an end-user's perspective.
IWizardModelListener Interface Recieves notifications for wizard model state changes.
IWizardModel Interface This interface defines the model for wizards.
IWizard Interface Interface for the wizard component.
WizardStep Class default implementation of IWizardStep .
WizardModel Class Default implementation of IWizardModel .
WizardButtonBar Class The default bar of button components for wizards.
WizardButton Class Base class for buttons that work with the wizard component .
Wizard Class A wizard is a dialog component that takes it's users through a number of predefined steps.
Wizard.WizardInitializer Class Initializer for this component; binds static resources.
StaticContentStep Class A wizard step that displays the provided static content without expecting any input.
PreviousButton Class Models a previous button in the wizard.
NextButton Class Models a next button in the wizard.
LastButton Class Models a 'last' button in the wizard.
FinishButton Class Models a cancel button in the wizard.
CancelButton Class Models a cancel button in the wizard.