|
||||||||||
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 interface AbstractCellEditor<R>
Cell editors provide a mechanism to edit cells.
Nested Class Summary | |
---|---|
static interface |
AbstractCellEditor.Callback<R>
Callback for AbstractCellEditor . |
static class |
AbstractCellEditor.CellEditInfo<R>
The information about the cell to edit. |
Method Summary | |
---|---|
void |
editCell(AbstractCellEditor.CellEditInfo<R> cellEditInfo,
AbstractCellEditor.Callback<R> callback)
Handle a request from the table to edit a cell. |
Method Detail |
---|
void editCell(AbstractCellEditor.CellEditInfo<R> cellEditInfo, AbstractCellEditor.Callback<R> callback)
cellEditInfo
- information about the source of the edit requestcallback
- callback used when editing is complete
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |