Class EditorEvent<T>
- java.lang.Object
-
- java.util.EventObject
-
- com.vaadin.flow.component.grid.editor.EditorEvent<T>
-
- Type Parameters:
T- the item type
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EditorCancelEvent,EditorCloseEvent,EditorOpenEvent,EditorSaveEvent
public abstract class EditorEvent<T> extends EventObject
Base class for events fired inEditor.- Author:
- Vaadin Ltd
- See Also:
EditorOpenListener,EditorCancelListener,EditorCloseListener,EditorSaveListener, Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description EditorEvent(Editor<T> editor, T item)Constructor for the editor event.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Grid<T>getGrid()Gets the editors' grid.TgetItem()Gets the item being edited.Editor<T>getSource()-
Methods inherited from class java.util.EventObject
toString
-
-