Class JmixKanbanItems.ItemsChangeEvent<T>
java.lang.Object
java.util.EventObject
io.jmix.kanbanflowui.kit.component.data.JmixKanbanItems.ItemsChangeEvent<T>
- Type Parameters:
T
- type of the elements
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- JmixKanbanItems<T>
Event sent on changes in the items collection - adding, removing, replacing elements.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected JmixKanbanItems.ItemsChangeType
protected Collection<? extends T>
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionItemsChangeEvent
(JmixKanbanItems<T> source, JmixKanbanItems.ItemsChangeType changeType, Collection<? extends T> items) -
Method Summary
Methods inherited from class java.util.EventObject
toString
-
Field Details
-
changeType
-
items
-
-
Constructor Details
-
ItemsChangeEvent
public ItemsChangeEvent(JmixKanbanItems<T> source, JmixKanbanItems.ItemsChangeType changeType, Collection<? extends T> items)
-
-
Method Details
-
getSource
- Overrides:
getSource
in classEventObject
-
getChangeType
- Returns:
- type of items change
-
getItems
- Returns:
- collection of changed items
-