Class EditorSaveEvent<T>

java.lang.Object
java.util.EventObject
io.jmix.groupgridflowui.kit.vaadin.grid.editor.EditorEvent<T>
io.jmix.groupgridflowui.kit.vaadin.grid.editor.EditorSaveEvent<T>
Type Parameters:
T - the item type
All Implemented Interfaces:
Serializable

public class EditorSaveEvent<T> extends EditorEvent<T>
Holds the data for save events fired in Editor.
See Also:
  • Constructor Details

    • EditorSaveEvent

      public EditorSaveEvent(Editor<T> editor, T item)
      Constructor for the editor save event.
      Parameters:
      editor - the source of the event
      item - the item being edited