Class KanbanColumnShowEvent

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<JmixKanban<?>>
io.jmix.kanbanflowui.kit.component.event.AbstractKanbanColumnEvent
io.jmix.kanbanflowui.kit.component.event.KanbanColumnShowEvent
All Implemented Interfaces:
Serializable

@DomEvent("columnShow") public class KanbanColumnShowEvent extends AbstractKanbanColumnEvent
Event describing showing a column. The event is fired when a column is shown by using column's action menu or the KanbanColumn.setVisible(boolean) method.
See Also:
  • Field Details

  • Constructor Details

    • KanbanColumnShowEvent

      public KanbanColumnShowEvent(JmixKanban<?> source, boolean fromClient, @EventData("event.detail.column.dataField") String dataField)