Class KanbanColumnCollapseEvent
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.KanbanColumnCollapseEvent
- All Implemented Interfaces:
Serializable
@DomEvent("columnCollapse")
public class KanbanColumnCollapseEvent
extends AbstractKanbanColumnEvent
Event describing the collapse of a column. The event is fired when a column is collapsed by
using column's action menu, double-clicking the column header
or the
KanbanColumn.setCollapsed(boolean) method.- See Also:
-
Field Summary
FieldsFields inherited from class io.jmix.kanbanflowui.kit.component.event.AbstractKanbanColumnEvent
columnFields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionKanbanColumnCollapseEvent(JmixKanban<?> source, boolean fromClient, String dataField) -
Method Summary
Methods inherited from class io.jmix.kanbanflowui.kit.component.event.AbstractKanbanColumnEvent
getColumnMethods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObject
toString
-
Field Details
-
EVENT_NAME
- See Also:
-
-
Constructor Details
-
KanbanColumnCollapseEvent
public KanbanColumnCollapseEvent(JmixKanban<?> source, boolean fromClient, @EventData("event.detail.column.dataField") String dataField)
-