Class AbstractKanbanTaskEvent<T>
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<JmixKanban<T>>
io.jmix.kanbanflowui.kit.component.event.AbstractKanbanTaskEvent<T>
- Type Parameters:
T
- type of the item
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
KanbanDragEndEvent
,KanbanDragStartEvent
,KanbanTaskClickEvent
,KanbanTaskDoubleClickEvent
public abstract class AbstractKanbanTaskEvent<T>
extends com.vaadin.flow.component.ComponentEvent<JmixKanban<T>>
Base class for events related to Kanban task item.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionAbstractKanbanTaskEvent
(JmixKanban<T> source, boolean fromClient, String taskId) -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListener
Methods inherited from class java.util.EventObject
toString
-
Field Details
-
item
-
-
Constructor Details
-
AbstractKanbanTaskEvent
-
-
Method Details
-
getItem
- Returns:
- event source item
-