Class KanbanDragStartEvent<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.KanbanDragStartEvent<T>
- Type Parameters:
- T- type of the item
- All Implemented Interfaces:
- Serializable
Event describing the dragging of an item card.
- See Also:
- 
Field SummaryFieldsFields inherited from class io.jmix.kanbanflowui.kit.component.event.AbstractKanbanTaskEventitemFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionKanbanDragStartEvent(JmixKanban<T> source, boolean fromClient, String taskId) 
- 
Method SummaryMethods inherited from class io.jmix.kanbanflowui.kit.component.event.AbstractKanbanTaskEventgetItemMethods inherited from class com.vaadin.flow.component.ComponentEventgetSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObjecttoString
- 
Field Details- 
EVENT_NAME- See Also:
 
 
- 
- 
Constructor Details- 
KanbanDragStartEventpublic KanbanDragStartEvent(JmixKanban<T> source, boolean fromClient, @EventData("event.detail.data.ItemData.id") String taskId) 
 
-