public class DataRowStateChanged extends DataRowEvent
| Modifier and Type | Field and Description |
|---|---|
protected DataRowState |
fromState |
protected DataRowState |
toState |
| Constructor and Description |
|---|
DataRowStateChanged() |
DataRowStateChanged(DataTable mt,
DataRow mr,
DataRowState s0,
DataRowState s1) |
| Modifier and Type | Method and Description |
|---|---|
DataRowState |
getFromState() |
DataRowState |
getToState() |
void |
setFromState(DataRowState fromState) |
void |
setToState(DataRowState toState) |
getRow, getTable, setRow, setTableprotected DataRowState fromState
protected DataRowState toState
public DataRowStateChanged()
public DataRowStateChanged(DataTable mt, DataRow mr, DataRowState s0, DataRowState s1)
public DataRowState getFromState()
public void setFromState(DataRowState fromState)
public DataRowState getToState()
public void setToState(DataRowState toState)
Copyright © 2018. All rights reserved.