Uses of Interface
com.vaadin.flow.component.grid.editor.Editor
-
Packages that use Editor Package Description com.vaadin.flow.component.grid com.vaadin.flow.component.grid.editor -
-
Uses of Editor in com.vaadin.flow.component.grid
Methods in com.vaadin.flow.component.grid that return Editor Modifier and Type Method Description protected Editor<T>Grid. createEditor()Creates a new Editor instance.Editor<T>Grid. getEditor()Gets the editor. -
Uses of Editor in com.vaadin.flow.component.grid.editor
Classes in com.vaadin.flow.component.grid.editor that implement Editor Modifier and Type Class Description classEditorImpl<T>Implementation ofEditorinterface.Methods in com.vaadin.flow.component.grid.editor that return Editor Modifier and Type Method Description Editor<T>EditorEvent. getSource()Editor<T>Editor. setBinder(Binder<T> binder)Sets the underlying Binder to this Editor.Editor<T>EditorImpl. setBinder(Binder<T> binder)Editor<T>Editor. setBuffered(boolean buffered)Sets the Editor buffered mode.Editor<T>EditorImpl. setBuffered(boolean buffered)Constructors in com.vaadin.flow.component.grid.editor with parameters of type Editor Constructor 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.
-