Class EditorOpenEvent<T>

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.grid.editor.EditorEvent<T>
com.vaadin.flow.component.grid.editor.EditorOpenEvent<T>
Type Parameters:
T - the item type
All Implemented Interfaces:
Serializable

public class EditorOpenEvent<T> extends EditorEvent<T>
Holds the data for open events fired in Editor.
Author:
Vaadin Ltd
See Also:
  • Constructor Details

    • EditorOpenEvent

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