java.lang.Objectjava.util.EventObject
javax.faces.model.DataModelEvent
All Implemented Interfaces:
Serializable
DataModelEvent represents an event of interest to registered listeners that occurred on the specified DataModel .
Fields inherited from java.util.EventObject: |
---|
source |
Constructor: |
---|
Construct an event object that is associated with the specified row index and associated data.
|
Method from javax.faces.model.DataModelEvent Summary: |
---|
getDataModel, getRowData, getRowIndex |
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.model.DataModelEvent Detail: |
---|
Return the DataModel that fired this event. |
Return the object representing the data for the specified row index,
or |
Return the row index for this event, or -1 for no specific row. |