Uses of Class
xyz.cofe.data.table.DataRowState
| Package | Description |
|---|---|
| xyz.cofe.data.table |
-
Uses of DataRowState in xyz.cofe.data.table
Fields in xyz.cofe.data.table declared as DataRowState Modifier and Type Field Description protected DataRowStateDataRowStateChanged. fromStateprotected DataRowStateDataRowStateChanged. toStateMethods in xyz.cofe.data.table that return DataRowState Modifier and Type Method Description DataRowStateDataRowStateChanged. getFromState()DataRowStateDataRow. getState()Возвращает состояние строкиDataRowStateDataRowStateChanged. getToState()DataRowStateDataTable. stateOf(DataRow row)Возвращает состояние строкиstatic DataRowStateDataRowState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DataRowState[]DataRowState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in xyz.cofe.data.table with parameters of type DataRowState Modifier and Type Method Description xyz.cofe.iter.Eterable<DataRow>DataTable. getRowsIterable(DataRowState... states)Итератор по строкамjava.util.List<DataRow>DataTable. rowsList(DataRowState... states)Возвращает строки ввиде спискаvoidDataRowStateChanged. setFromState(DataRowState fromState)voidDataRowStateChanged. setToState(DataRowState toState)Constructors in xyz.cofe.data.table with parameters of type DataRowState Constructor Description DataRowStateChanged(DataTable mt, DataRow mr, DataRowState s0, DataRowState s1)