| Package | Description |
|---|---|
| com.vaadin.flow.component.grid | |
| com.vaadin.flow.component.grid.editor |
| Modifier and Type | Method and Description |
|---|---|
protected Editor<T> |
Grid.createEditor()
Creates a new Editor instance.
|
Editor<T> |
Grid.getEditor()
Gets the editor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EditorImpl<T>
Implementation of
Editor interface. |
| Modifier and Type | Method and Description |
|---|---|
Editor<T> |
EditorEvent.getSource() |
Editor<T> |
EditorImpl.setBinder(Binder<T> binder) |
Editor<T> |
Editor.setBinder(Binder<T> binder)
Sets the underlying Binder to this Editor.
|
Editor<T> |
EditorImpl.setBuffered(boolean buffered) |
Editor<T> |
Editor.setBuffered(boolean buffered)
Sets the Editor buffered mode.
|
| Constructor and Description |
|---|
EditorCancelEvent(Editor<T> editor,
T item)
Constructor for the editor cancel event.
|
EditorCloseEvent(Editor<T> editor,
T item)
Constructor for the editor close event.
|
EditorEvent(Editor<T> editor,
T item)
Constructor for the editor event.
|
EditorOpenEvent(Editor<T> editor,
T item)
Constructor for the editor open event.
|
EditorRenderer(Editor<T> editor,
String columnInternalId)
Creates a new renderer for a specific column.
|
EditorSaveEvent(Editor<T> editor,
T item)
Constructor for the editor save event.
|
Copyright © 2025. All rights reserved.