java.lang.Objectjava.util.EventObject
javax.faces.event.FacesEvent
javax.faces.event.ActionEvent
All Implemented Interfaces:
Serializable
An ActionEvent represents the activation of a user interface
component (such as a UICommand
).
Fields inherited from java.util.EventObject: |
---|
source |
Constructor: |
---|
Construct a new event object from the specified source component and action command.
|
Method from javax.faces.event.ActionEvent Summary: |
---|
isAppropriateListener, processListener |
Methods from javax.faces.event.FacesEvent: |
---|
getComponent, getPhaseId, isAppropriateListener, processListener, queue, setPhaseId |
Methods from java.util.EventObject: |
---|
getSource, toString |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from javax.faces.event.ActionEvent Detail: |
---|
|
|