javax.faces.model
Class DataModelEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.faces.model.DataModelEvent
All Implemented Interfaces:
Serializable

public class DataModelEvent
extends EventObject

see Javadoc of JSF Specification

Version:
$Revision: 676298 $ $Date: 2008-07-13 05:31:48 -0500 (Sun, 13 Jul 2008) $
Author:
Thomas Spiegl (latest modification by $Author: skitching $)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DataModelEvent(DataModel _model, int _index, Object _data)
           
 
Method Summary
 DataModel getDataModel()
           
 Object getRowData()
           
 int getRowIndex()
           
 
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

DataModelEvent

public DataModelEvent(DataModel _model,
                      int _index,
                      Object _data)
Method Detail

getDataModel

public DataModel getDataModel()

getRowData

public Object getRowData()

getRowIndex

public int getRowIndex()


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.