Package xyz.cofe.data.table
Class DataRowErased
java.lang.Object
xyz.cofe.data.table.DataRowEvent
xyz.cofe.data.table.DataRowErased
- All Implemented Interfaces:
DataEvent
public class DataRowErased extends DataRowEvent
Событие удаление (полное) строки из таблицы
- Author:
- Kamnev Georgiy (nt.gocha@gmail.com)
-
Constructor Summary
Constructors Constructor Description DataRowErased()DataRowErased(DataTable mt, DataRow mr)DataRowErased(DataTable mt, DataRow mr, int ri) -
Method Summary
Modifier and Type Method Description intgetRowIndex()voidsetRowIndex(int rowIndex)
-
Constructor Details
-
DataRowErased
public DataRowErased() -
DataRowErased
-
DataRowErased
-
-
Method Details
-
getRowIndex
public int getRowIndex() -
setRowIndex
public void setRowIndex(int rowIndex)
-