Package xyz.cofe.data.table
Class DataRowStateChanged
java.lang.Object
xyz.cofe.data.table.DataRowEvent
xyz.cofe.data.table.DataRowStateChanged
- All Implemented Interfaces:
DataEvent
public class DataRowStateChanged extends DataRowEvent
Изиенение состояния строки таблицы (fixed в changed / changed в fixed и т.д.)
- Author:
- Kamnev Georgiy (nt.gocha@gmail.com)
-
Field Summary
Fields Modifier and Type Field Description protected DataRowStatefromStateprotected DataRowStatetoState -
Constructor Summary
Constructors Constructor Description DataRowStateChanged()DataRowStateChanged(DataTable mt, DataRow mr, DataRowState s0, DataRowState s1) -
Method Summary
Modifier and Type Method Description DataRowStategetFromState()DataRowStategetToState()voidsetFromState(DataRowState fromState)voidsetToState(DataRowState toState)
-
Field Details
-
Constructor Details
-
DataRowStateChanged
public DataRowStateChanged() -
DataRowStateChanged
-
-
Method Details