Class KanbanDragEndEvent<T>
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<JmixKanban<T>>
io.jmix.kanbanflowui.kit.component.event.AbstractKanbanTaskEvent<T>
io.jmix.kanbanflowui.kit.component.event.KanbanDragEndEvent<T>
- Type Parameters:
T
- type of the item
- All Implemented Interfaces:
Serializable
Event describing the dropping of an item card.
- See Also:
-
Field Summary
Fields inherited from class io.jmix.kanbanflowui.kit.component.event.AbstractKanbanTaskEvent
item
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
-
Method Summary
Methods inherited from class io.jmix.kanbanflowui.kit.component.event.AbstractKanbanTaskEvent
getItem
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
-
KanbanDragEndEvent
public KanbanDragEndEvent(JmixKanban<T> source, boolean fromClient, @EventData("event.detail.data.ItemData.id") String taskId)
-