|
Oracle JEWT API Reference Release 4.2.24.0.0 B12199-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The listener interface for receiving validation WizardEvents. The
VALIDATE_PAGE event always supports the Cancelable interface; the
associated action can be cancelled by calling the cancel()
method of this interface on the event.
Generally, WizardValidateListeners are not notified when the user hits the "Previous" button (but see ReentrantWizards).
WizardEvent
,
BaseWizard
,
Cancelable
Method Summary | |
void |
wizardValidatePage(WizardEvent event)
Invoked when the user has asked to finish the wizard, apply the current state, or switch to another page. |
Method Detail |
public void wizardValidatePage(WizardEvent event)
Cancelable
and
calling the cancel()
method on the event.event
- the event
|
Oracle JEWT 4.2.24 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |