Class KanbanColumnExpandEvent
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.KanbanColumnExpandEvent
- All Implemented Interfaces:
- Serializable
Event describing the expanding of a column. The event is fired when a column is expanded by
 using double-clicking the column header or the 
KanbanColumn.setCollapsed(boolean) method.- See Also:
- 
Field SummaryFieldsFields inherited from class io.jmix.kanbanflowui.kit.component.event.AbstractKanbanColumnEventcolumnFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionKanbanColumnExpandEvent(JmixKanban<?> source, boolean fromClient, String dataField) 
- 
Method SummaryMethods inherited from class io.jmix.kanbanflowui.kit.component.event.AbstractKanbanColumnEventgetColumnMethods inherited from class com.vaadin.flow.component.ComponentEventgetSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObjecttoString
- 
Field Details- 
EVENT_NAME- See Also:
 
 
- 
- 
Constructor Details- 
KanbanColumnExpandEventpublic KanbanColumnExpandEvent(JmixKanban<?> source, boolean fromClient, @EventData("event.detail.column.dataField") String dataField) 
 
-