We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
Uses of Interface
com.vaadin.flow.component.grid.editor.Editor
Packages that use Editor
-
Uses of Editor in com.vaadin.flow.component.grid
Methods in com.vaadin.flow.component.grid that return Editor -
Uses of Editor in com.vaadin.flow.component.grid.editor
Classes in com.vaadin.flow.component.grid.editor that implement EditorMethods in com.vaadin.flow.component.grid.editor that return EditorModifier and TypeMethodDescriptionEditorEvent.getSource()
Sets the underlying Binder to this Editor.
Editor.setBuffered
(boolean buffered) Sets the Editor buffered mode.
EditorImpl.setBuffered
(boolean buffered) Constructors in com.vaadin.flow.component.grid.editor with parameters of type EditorModifierConstructorDescriptionEditorCancelEvent
(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.