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

    Fields
    Modifier and Type
    Field
    Description
    protected Map<com.vaadin.ui.Grid.Column<T,?>,com.vaadin.ui.Component>
     

    Fields inherited from class java.util.EventObject

    source
  • Constructor Summary

    Constructors
    Constructor
    Description
    JmixEditorOpenEvent(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 Type
    Method
    Description
    Map<com.vaadin.ui.Grid.Column<T,?>,com.vaadin.ui.Component>
     

    Methods inherited from class com.vaadin.ui.components.grid.EditorOpenEvent

    getBean, getGrid, getSource

    Methods inherited from class java.util.EventObject

    toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • columnFieldMap

      protected Map<com.vaadin.ui.Grid.Column<T,?>,com.vaadin.ui.Component> columnFieldMap
  • Constructor Details

    • JmixEditorOpenEvent

      public JmixEditorOpenEvent(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.
      Parameters:
      editor - the source of the event
      bean - the bean being edited
  • Method Details

    • getColumnFieldMap

      public Map<com.vaadin.ui.Grid.Column<T,?>,com.vaadin.ui.Component> getColumnFieldMap()
      Returns:
      a mapping of field to columns