Modifier and Type | Method and Description |
---|---|
void |
WizardDescriptor.ValidatingPanel.validate()
Is called when Next of Finish buttons are clicked and
allows deeper check to find out that panel is in valid
state and it is ok to leave it.
|
void |
WizardDescriptor.AsynchronousValidatingPanel.validate()
Is called in separate thread when Next of Finish buttons
are clicked and allows deeper check to find out that panel
is in valid state and it is ok to leave it.
|
void |
WizardDescriptor.ExtendedAsynchronousValidatingPanel.validate()
Is called in separate thread when Next of Finish buttons
are clicked and allows deeper check to find out that panel
is in valid state and it is ok to leave it.
|