Class KanbanColumnClickEvent
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.KanbanColumnClickEvent
- All Implemented Interfaces:
Serializable
Event describing a click on a column. The event is fired when a column header is clicked.
- 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
ConstructorDescriptionKanbanColumnClickEvent
(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
-
KanbanColumnClickEvent
public KanbanColumnClickEvent(JmixKanban<?> source, boolean fromClient, @EventData("event.detail.column.dataField") String dataField)
-