|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
javax.faces.event.FacesEvent
FacesEvent is the base class for user interface and
application events that can be fired by UIComponents. Concrete
event classes must subclass FacesEvent in order to be supported
by the request processing lifecycle.
| Field Summary |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
FacesEvent(UIComponent source)
Construct a new event object from the specified source component. |
|
| Method Summary | |
UIComponent |
getComponent()
Return the source UIComponent that sent this event. |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public FacesEvent(UIComponent source)
Construct a new event object from the specified source component.
java.lang.IllegalArgumentException - if component is
null| Method Detail |
public UIComponent getComponent()
Return the source UIComponent that sent this event.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||