javax.faces.model

Class DataModelEvent

public class DataModelEvent extends EventObject

Version: $Revision: 265611 $ $Date: 2005-09-01 03:05:16 +0200 (Thu, 01 Sep 2005) $

Author: Thomas Spiegl (latest modification by $Author: oros $)

Constructor Summary
DataModelEvent(DataModel _model, int _index, Object _data)
Method Summary
DataModelgetDataModel()
ObjectgetRowData()
intgetRowIndex()

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()