org.topbraidcomposer.widgets.row
Interface IRowEditorCallback
- All Known Implementing Classes:
- RowWidgetRow
public interface IRowEditorCallback
An interface for IRowEditors who need to interact with the "OK"
button at the right side of the input areas. The contract here
is that the row editor must call the appopriate methods if its
state changes, and the RowWidgetRow will notify the editor if
the user has pressed OK.
- Author:
- Holger Knublauch
editingStarted
void editingStarted()
editingFinished
void editingFinished()
setOk
void setOk(boolean value)