Class EditorCancelEvent<T>
java.lang.Object
java.util.EventObject
io.jmix.groupgridflowui.kit.vaadin.grid.editor.EditorEvent<T>
io.jmix.groupgridflowui.kit.vaadin.grid.editor.EditorCancelEvent<T>
- Type Parameters:
T- the item type
- All Implemented Interfaces:
Serializable
Holds the data for cancel events fired in
Editor.- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionEditorCancelEvent(Editor<T> editor, T item) Constructor for the editor cancel event. -
Method Summary
Methods inherited from class io.jmix.groupgridflowui.kit.vaadin.grid.editor.EditorEvent
getGrid, getItem, getSourceMethods inherited from class java.util.EventObject
toString
-
Constructor Details
-
EditorCancelEvent
Constructor for the editor cancel event.- Parameters:
editor- the source of the eventitem- the item being edited
-