Class EditorOpenEvent<T>
java.lang.Object
java.util.EventObject
io.jmix.groupgridflowui.kit.vaadin.grid.editor.EditorEvent<T>
io.jmix.groupgridflowui.kit.vaadin.grid.editor.EditorOpenEvent<T>
- Type Parameters:
T- the item type
- All Implemented Interfaces:
Serializable
Holds the data for open events fired in
Editor.- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionEditorOpenEvent(Editor<T> editor, T item) Constructor for the editor open 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
-
EditorOpenEvent
Constructor for the editor open event.- Parameters:
editor- the source of the eventitem- the item being edited
-