Interface KanbanItems<T>

Type Parameters:
T - type of items contained
All Superinterfaces:
DataUnit, HasType<T>, JmixKanbanItems<T>, Serializable
All Known Implementing Classes:
ContainerKanbanItems, EmptyKanbanItems, ListKanbanItems

public interface KanbanItems<T> extends JmixKanbanItems<T>, DataUnit, HasType<T>
Base interface for Kanban component items element implementation.