Interface DataGridEditor<T>

Type Parameters:
T - the type of the row/item being edited
All Superinterfaces:
com.vaadin.flow.component.grid.editor.Editor<T>, Serializable
All Known Implementing Classes:
DataGridEditorImpl

public interface DataGridEditor<T> extends com.vaadin.flow.component.grid.editor.Editor<T>
An editor in a Grid.

This class contains methods for editor functionality: configure an editor, open the editor, save and cancel a row editing, utility methods for defining column edit components.