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
Fields inherited from class io.jmix.kanbanflowui.kit.component.event.AbstractKanbanColumnEvent
column
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionKanbanColumnCollapseEvent
(JmixKanban<?> source, boolean fromClient, String dataField) -
Method Summary
Methods inherited from class io.jmix.kanbanflowui.kit.component.event.AbstractKanbanColumnEvent
getColumn
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListener
Methods 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)
-