| Package | Description |
|---|---|
| com.vaadin.client.widgets |
| Modifier and Type | Method and Description |
|---|---|
EditorHandler<T> |
Grid.getEditorHandler()
Returns the handler responsible for binding data and editor widgets to
the editor.
|
EditorHandler<T> |
Grid.Editor.getHandler()
Returns the handler responsible for binding data and editor widgets
to this editor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Grid.setEditorHandler(EditorHandler<T> handler)
Sets the handler responsible for binding data and editor widgets to the
editor.
|
void |
Grid.Editor.setHandler(EditorHandler<T> rowHandler)
Sets the handler responsible for binding data and editor widgets to
this editor.
|
Copyright © 2018 Vaadin Ltd. All rights reserved.