WizardDescriptor.Panel<Data>WizardDescriptor.AsynchronousValidatingPanel<Data>, WizardDescriptor.ExtendedAsynchronousValidatingPanel<Data>public static interface WizardDescriptor.ValidatingPanel<Data> extends WizardDescriptor.Panel<Data>
| Modifier and Type | Method | Description |
|---|---|---|
void |
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.
|
addChangeListener, getComponent, getHelp, isValid, readSettings, removeChangeListener, storeSettingsvoid validate()
throws WizardValidationException
WizardValidationException - when validation failsBuilt on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.