public class ListEditor extends Editor
cell, il, spreadsheetCell, spreadsheetView| Constructor and Description |
|---|
ListEditor()
*
Constructor *
*
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
attachEnterEscapeEventHandler()
*
Protected Abstract Methods *
*
|
protected void |
begin(DataCell<?> cell,
SpreadsheetCell gc)
*
Protected Methods *
*
|
protected void |
cancelEdit() |
protected DataCell<?> |
commitEdit() |
protected void |
end()
When we have finish editing.
|
protected Control |
getControl() |
void |
startEdit()
*
Public Methods *
*
|
protected void begin(DataCell<?> cell, SpreadsheetCell gc)
protected void end()
Editorprotected DataCell<?> commitEdit()
commitEdit in class Editorprotected void cancelEdit()
cancelEdit in class Editorprotected Control getControl()
getControl in class Editorprotected void attachEnterEscapeEventHandler()
EditorattachEnterEscapeEventHandler in class Editor