Class EditorSaveEvent<T>

    • Constructor Detail

      • EditorSaveEvent

        public EditorSaveEvent​(Editor<T> editor,
                               T bean)
        Constructor for a editor save 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