|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
R
- the type of the row value associated with the editorpublic static interface AbstractCellEditor.Callback<R>
Callback for AbstractCellEditor
. The callback will be used when
the user finishes editing the cell.
Method Summary | |
---|---|
void |
onCancel(AbstractCellEditor.CellEditInfo<R> cellEditInfo)
Use this callback to cancel the edit request. |
void |
onComplete(AbstractCellEditor.CellEditInfo<R> cellEditInfo,
java.lang.Object value)
Use this callback to return a value to the table. |
Method Detail |
---|
void onComplete(AbstractCellEditor.CellEditInfo<R> cellEditInfo, java.lang.Object value)
cellEditInfo
- information about the source of the edit requestvalue
- the new value of the cellvoid onCancel(AbstractCellEditor.CellEditInfo<R> cellEditInfo)
cellEditInfo
- information about the source of the edit request
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |