Class EditorSaveEvent<T>
- java.lang.Object
-
- java.util.EventObject
-
- com.vaadin.flow.component.grid.editor.EditorEvent<T>
-
- com.vaadin.flow.component.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 inEditor
.- Author:
- Vaadin Ltd
- See Also:
EditorSaveListener
, Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description EditorSaveEvent(Editor<T> editor, T item)
Constructor for the editor save event.
-
Method Summary
-
Methods inherited from class com.vaadin.flow.component.grid.editor.EditorEvent
getGrid, getItem, getSource
-
Methods inherited from class java.util.EventObject
toString
-
-