You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.component.grid.editor.

Class EditorEvent<T>

    • Constructor Detail

      • EditorEvent

        public EditorEvent​(Editor<T> editor,
                           T item)

        Constructor for the editor event.

        Parameters:

        editor - the source of the event

        item - the item being edited

    • Method Detail

      • getGrid

        public Grid<T> getGrid()

        Gets the editors' grid.

        Returns:

        the editors' grid

      • getItem

        public T getItem()

        Gets the item being edited.

        Returns:

        the item being edited