Modifier and Type | Interface | 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 | Description |
---|---|---|
WizardDescriptor.Panel<Data> |
WizardDescriptor.ArrayIterator.current() |
|
WizardDescriptor.Panel<Data> |
WizardDescriptor.Iterator.current() |
Get the current panel.
|
protected WizardDescriptor.Panel<Data>[] |
WizardDescriptor.ArrayIterator.initializePanels() |
Allows subclasses to initialize their arrays of panels when
constructed using default constructor.
|
Constructor | 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 . |
Constructor | Description |
---|---|
ArrayIterator(List<WizardDescriptor.Panel<Data>> panels) |
Construct an iterator.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.