Class ContainerKanbanItems<T>

java.lang.Object
io.jmix.kanbanflowui.component.data.ContainerKanbanItems<T>
Type Parameters:
T - type of items contained
All Implemented Interfaces:
ContainerDataUnit<T>, DataUnit, EntityDataUnit, HasType<T>, KanbanItems<T>, JmixKanbanItems<T>, Serializable

public class ContainerKanbanItems<T> extends Object implements ContainerDataUnit<T>, KanbanItems<T>
Data provider bound to the CollectionContainer for a Kanban component.
See Also: