Modifier and Type | Interface and Description |
---|---|
static interface |
WizardDescriptor.AsynchronousValidatingPanel<Data>
A special interface for panels that need to do additional
asynchronous validation when Next or Finish button is clicked.
|
static interface |
WizardDescriptor.ExtendedAsynchronousValidatingPanel<Data>
A special interface for panels that need to do additional
asynchronous validation when Next or Finish button is clicked.
|
static interface |
WizardDescriptor.FinishablePanel<Data>
A special interface for panel that needs to dynamically enabled
Finish button.
|
static interface |
WizardDescriptor.FinishPanel<Data>
Deprecated.
4.28 Use FinishablePanel instead.
|
static interface |
WizardDescriptor.ValidatingPanel<Data>
A special interface for panels that need to do additional
validation when Next or Finish button is clicked.
|
Modifier and Type | Method and Description |
---|---|
WizardDescriptor.Panel<Data> |
WizardDescriptor.Iterator.current()
Get the current panel.
|
WizardDescriptor.Panel<Data> |
WizardDescriptor.ArrayIterator.current() |
protected WizardDescriptor.Panel<Data>[] |
WizardDescriptor.ArrayIterator.initializePanels()
Allows subclasses to initialize their arrays of panels when
constructed using default constructor.
|
Constructor and Description |
---|
ArrayIterator(WizardDescriptor.Panel<Data>[] array)
Construct an iterator.
|
WizardDescriptor(WizardDescriptor.Panel<Data>[] wizardPanels,
Data settings)
Create a new wizard from a fixed list of panels, passing some settings to the panels.
|
WizardDescriptor(WizardDescriptor.Panel<WizardDescriptor>[] wizardPanels)
Create a new wizard from a fixed list of panels with settings
defaulted to
this . |