Package xyz.cofe.data.table
Class DataIndexRowEvent
java.lang.Object
xyz.cofe.data.table.DataRowEvent
xyz.cofe.data.table.DataIndexRowEvent
- All Implemented Interfaces:
DataEvent
- Direct Known Subclasses:
DataRowDeleted,DataRowInserted,DataRowUndeleted
public class DataIndexRowEvent extends DataRowEvent
- Author:
- Kamnev Georgiy
-
Constructor Summary
Constructors Constructor Description DataIndexRowEvent()DataIndexRowEvent(DataTable mt, DataRow mr)DataIndexRowEvent(DataTable mt, DataRow mr, int ri) -
Method Summary
Modifier and Type Method Description intgetRowIndex()voidsetRowIndex(int rowIndex)
-
Constructor Details
-
DataIndexRowEvent
public DataIndexRowEvent() -
DataIndexRowEvent
-
DataIndexRowEvent
-
-
Method Details
-
getRowIndex
public int getRowIndex() -
setRowIndex
public void setRowIndex(int rowIndex)
-