Interface TethysUITableColumn.TethysUIOnCellCommit<R,T>
- Type Parameters:
R- the row typeT- the value type
- Enclosing interface:
TethysUITableColumn<T,C, R>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
OnCell commit callback.
-
Method Summary
-
Method Details
-
commitCell
CallBack on a columnCommit.- Parameters:
pRow- the row that is being committedpValue- the new value- Throws:
OceanusException- on error
-