|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PanelToggleListener
A listener interface for receiving PanelToggleEvents. A class
that is interested in receiving such events implements this interface, and
then registers itself with the source UIComponent of interest, by
calling addPanelToggleListener().
| Method Summary | |
|---|---|
void |
processPanelToggle(PanelToggleEvent event)
Invoked when PanelToggleEvent occurs. |
| Method Detail |
|---|
void processPanelToggle(PanelToggleEvent event)
throws javax.faces.event.AbortProcessingException
Invoked when PanelToggleEvent occurs.
event - The PanelToggleEvent that has occurred
javax.faces.event.AbortProcessingException - Signal the JavaServer Faces
implementation that no further processing on the current event
should be performed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||