| Package | Description |
|---|---|
| xyz.cofe.data |
| Modifier and Type | Field and Description |
|---|---|
protected DataRowState |
DataRowStateChanged.fromState |
protected DataRowState |
DataRowStateChanged.toState |
| Modifier and Type | Method and Description |
|---|---|
DataRowState |
DataRowStateChanged.getFromState() |
DataRowState |
DataRow.getState() |
DataRowState |
DataRowStateChanged.getToState() |
DataRowState |
DataTable.stateOf(DataRow row) |
static DataRowState |
DataRowState.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<DataRow> |
DataTable.rowsIterable(DataRowState... states) |
List<DataRow> |
DataTable.rowsList(DataRowState... states) |
void |
DataRowStateChanged.setFromState(DataRowState fromState) |
void |
DataRowStateChanged.setToState(DataRowState toState) |
| Constructor and Description |
|---|
DataRowStateChanged(DataTable mt,
DataRow mr,
DataRowState s0,
DataRowState s1) |
Copyright © 2018. All rights reserved.