|
||||||||||
| 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. |
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.
He has to Register the IControl on the IDataRow with registerEditingControl.
void editingComplete(String pCompleteType)
ICellEditorListener that the editing is completed.
He has to Unregister the IControl on the IDataRow with unregisterEditingControl.
pCompleteType - the type of completion.boolean isSavingImmediate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||