Package jakarta.faces.model
Class DataModelEvent
- java.lang.Object
- 
- java.util.EventObject
- 
- jakarta.faces.model.DataModelEvent
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class DataModelEvent extends EventObject see Javadoc of Faces Specification- See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class java.util.EventObjectsource
 
- 
 - 
Constructor SummaryConstructors Constructor Description DataModelEvent(DataModel model, int index, Object data)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DataModelgetDataModel()ObjectgetRowData()intgetRowIndex()- 
Methods inherited from class java.util.EventObjectgetSource, toString
 
- 
 
-