com.vaadin.ui.components.grid.

Class EditorCancelEvent<T>

    • Constructor Detail

      • EditorCancelEvent

        public EditorCancelEvent​(Editor<T> editor,
                                 T bean)

        Constructor for a editor cancel event.

        Parameters:

        editor - the source of the event

        bean - the bean being edited

    • Method Detail

      • getGrid

        public Grid<T> getGrid()

        Gets the editors' grid.

        Returns:

        the editors' grid

      • getBean

        public T getBean()

        Gets the bean being edited.

        Returns:

        the bean being edited

        Since:

        8.0.3