Class KanbanTaskDoubleClickEvent<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.KanbanTaskDoubleClickEvent<T>
- Type Parameters:
T
- type of the item
- All Implemented Interfaces:
Serializable
@DomEvent("taskDoubleClick")
public class KanbanTaskDoubleClickEvent<T>
extends AbstractKanbanTaskEvent<T>
Event describing the double-clicking 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
ConstructorDescriptionKanbanTaskDoubleClickEvent
(JmixKanban<T> source, boolean fromClient, String taskId) -
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
-
KanbanTaskDoubleClickEvent
public KanbanTaskDoubleClickEvent(JmixKanban<T> source, boolean fromClient, @EventData("event.detail.id") String taskId)
-