Package io.jmix.ui.widget.grid
Class JmixEditorOpenEvent<T>
java.lang.Object
java.util.EventObject
com.vaadin.ui.components.grid.EditorOpenEvent<T>
io.jmix.ui.widget.grid.JmixEditorOpenEvent<T>
- All Implemented Interfaces:
Serializable
public class JmixEditorOpenEvent<T>
extends com.vaadin.ui.components.grid.EditorOpenEvent<T>
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionFields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionJmixEditorOpenEvent
(com.vaadin.ui.components.grid.Editor<T> editor, T bean, Map<com.vaadin.ui.Grid.Column<T, ?>, com.vaadin.ui.Component> columnFieldMap) Constructor for a editor open event. -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class com.vaadin.ui.components.grid.EditorOpenEvent
getBean, getGrid, getSource
Methods inherited from class java.util.EventObject
toString
-
Field Details
-
columnFieldMap
-
-
Constructor Details
-
Method Details
-
getColumnFieldMap
- Returns:
- a mapping of field to columns
-