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 SummaryFieldsFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionAbstractKanbanTaskEvent(JmixKanban<T> source, boolean fromClient, String taskId) 
- 
Method SummaryMethods inherited from class com.vaadin.flow.component.ComponentEventgetSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObjecttoString
- 
Field Details- 
item
 
- 
- 
Constructor Details- 
AbstractKanbanTaskEvent
 
- 
- 
Method Details- 
getItem- Returns:
- event source item
 
 
-