javax.faces.model

Class DataModelEvent


public class DataModelEvent
extends java.util.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

DataModel
getDataModel()
Object
getRowData()
int
getRowIndex()

Constructor Details

DataModelEvent

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

Method Details

getDataModel

public DataModel getDataModel()

getRowData

public Object getRowData()

getRowIndex

public int getRowIndex()