public static interface Grid.EditorListener extends Serializable
| Modifier and Type | Field and Description |
|---|---|
static Method |
EDITOR_CLOSE_METHOD |
static Method |
EDITOR_MOVE_METHOD |
static Method |
EDITOR_OPEN_METHOD |
| Modifier and Type | Method and Description |
|---|---|
void |
editorClosed(Grid.EditorCloseEvent e)
Called when an editor is closed
|
void |
editorMoved(Grid.EditorMoveEvent e)
Called when an editor is reopened without closing it first
|
void |
editorOpened(Grid.EditorOpenEvent e)
Called when an editor is opened
|
static final Method EDITOR_OPEN_METHOD
static final Method EDITOR_MOVE_METHOD
static final Method EDITOR_CLOSE_METHOD
void editorOpened(Grid.EditorOpenEvent e)
e - an editor open event objectvoid editorMoved(Grid.EditorMoveEvent e)
e - an editor move event objectvoid editorClosed(Grid.EditorCloseEvent e)
e - an editor close event objectCopyright © 2022 Vaadin Ltd. All rights reserved.