T - the row type of the gridpublic static interface Grid.Editor.EventHandler<T>
| Modifier and Type | Method and Description |
|---|---|
void |
confirmValidity(boolean isValid)
Confirms the valid status of the binder so as to determine
whether to allow pending navigation action.
|
boolean |
handleEvent(Grid.EditorDomEvent<T> event)
Handles editor-related events in an appropriate way.
|
boolean handleEvent(Grid.EditorDomEvent<T> event)
event - the received eventvoid confirmValidity(boolean isValid)
isValid - true if the binder value is validCopyright © 2021 Vaadin Ltd. All rights reserved.