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