protected void |
DefaultEditorEventHandler.editRow(Grid.EditorDomEvent<T> event,
int rowIndex,
int colIndex) |
Opens the editor over the row with the given index and attempts to focus
the editor widget in the given column index.
|
protected DefaultEditorEventHandler.CursorMoveDelta |
DefaultEditorEventHandler.getDeltaFromKeyDownEvent(Grid.EditorDomEvent<T> event) |
Returns the direction to which the cursor should move.
|
protected boolean |
DefaultEditorEventHandler.handleBufferedMoveEvent(Grid.EditorDomEvent<T> event) |
Moves the editor to another column if the received event is a move event.
|
protected boolean |
DefaultEditorEventHandler.handleCloseEvent(Grid.EditorDomEvent<T> event) |
Closes the editor if the received event is a close event.
|
boolean |
DefaultEditorEventHandler.handleEvent(Grid.EditorDomEvent<T> event) |
|
protected boolean |
DefaultEditorEventHandler.handleMoveEvent(Grid.EditorDomEvent<T> event) |
Moves the editor to another row or another column if the received event
is a move event.
|
protected boolean |
DefaultEditorEventHandler.handleOpenEvent(Grid.EditorDomEvent<T> event) |
Opens the editor on the appropriate row if the received event is an open
event.
|
protected boolean |
DefaultEditorEventHandler.isCloseEvent(Grid.EditorDomEvent<T> event) |
Returns whether the given event should close the editor.
|
protected boolean |
DefaultEditorEventHandler.isOpenEvent(Grid.EditorDomEvent<T> event) |
Returns whether the given event should open the editor.
|
protected boolean |
DefaultEditorEventHandler.isTouchOpenEvent(Grid.EditorDomEvent<T> event) |
Returns whether the given event is a touch event that should open the
editor.
|