|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WizardEventListener
The WizardEventListener is an event listener defined on
WizardStep and
Wizard
components to receive WizardEvent notifications.
Typically the WizardEventListener instance
is defined on a Wizard using the
eventListener attribute on the <ui:wizard> or the
<wizardStep> tags.
The listener can expect to receive the following events.
WizardEvent.CANCELWizardEvent.CLOSEWizardEvent.FINISHWizardEvent.GOTOSTEPWizardEvent.HELPTABWizardEvent.NEXTWizardEvent.PREVIOUSWizardEvent.STEPSTABWizardEvent.STARTWizardEvent.COMPLETE
| Method Summary | |
|---|---|
boolean |
handleEvent(WizardEvent event)
Perform functionality suitable for the specified event. |
| Methods inherited from interface javax.faces.component.StateHolder |
|---|
isTransient, restoreState, saveState, setTransient |
| Method Detail |
|---|
boolean handleEvent(WizardEvent event)
throws javax.faces.event.AbortProcessingException
event.
event - The WizardEvent being broadcast
javax.faces.event.AbortProcessingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||