public static interface WizardDescriptor.ValidatingPanel<Data> extends WizardDescriptor.Panel<Data>
Modifier and Type | Method and 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, storeSettings
void validate() throws WizardValidationException
WizardValidationException
- when validation fails