|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICellEditorListener
The ICellEditorListener will be informed from the ICellEditor, if editing is complete, or canceled.
| Field Summary | |
|---|---|
static String |
ACTION_KEY
CellEditorComponent has completed editing with action key. |
static String |
ENTER_KEY
CellEditorComponent has completed editing with enter key. |
static String |
ESCAPE_KEY
CellEditorComponent has canceled editing with escape key. |
static String |
FOCUS_LOST
CellEditorComponent has lost focus. |
static String |
SHIFT_ENTER_KEY
CellEditorComponent has completed editing with enter key. |
static String |
SHIFT_TAB_KEY
CellEditorComponent has completed editing with shift tab key. |
static String |
TAB_KEY
CellEditorComponent has completed editing with tab key. |
| Method Summary | |
|---|---|
void |
editingComplete(String pCompleteType)
Informs the ICellEditorListener that the editing is completed. |
void |
editingStarted()
Informs the ICellEditorListener that the editing has started. |
IControl |
getControl()
Get's the control corresponding to this cell editor listener. |
boolean |
isSavingImmediate()
Tells whether the CellEditor should save immediate. |
| Field Detail |
|---|
static final String FOCUS_LOST
static final String ACTION_KEY
static final String ENTER_KEY
static final String SHIFT_ENTER_KEY
static final String TAB_KEY
static final String SHIFT_TAB_KEY
static final String ESCAPE_KEY
| Method Detail |
|---|
void editingStarted()
ICellEditorListener that the editing has started.
void editingComplete(String pCompleteType)
ICellEditorListener that the editing is completed.
pCompleteType - the type of completion.boolean isSavingImmediate()
IControl getControl()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||