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).
| 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: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from javax.faces.event.ActionEvent Detail: |
|---|
|
|