Package io.jmix.flowui.data
Interface ContainerDataUnit<E>
- Type Parameters:
E- the type of entity contained in theCollectionContainer
- All Superinterfaces:
DataUnit,EntityDataUnit
- All Known Implementing Classes:
ContainerChartItems,ContainerDataGridItems,ContainerDataProvider,ContainerGroupDataGridItems,ContainerKanbanItems,ContainerPivotTableItems,ContainerTreeDataGridItems
Represents a data unit connected to a
CollectionContainer.-
Nested Class Summary
Nested classes/interfaces inherited from interface io.jmix.flowui.data.DataUnit
DataUnit.StateChangeEvent -
Method Summary
Modifier and TypeMethodDescriptionReturns theCollectionContainerassociated with this data unit.Methods inherited from interface io.jmix.flowui.data.DataUnit
addStateChangeListener, getStateMethods inherited from interface io.jmix.flowui.data.EntityDataUnit
getEntityMetaClass
-
Method Details
-
getContainer
CollectionContainer<E> getContainer()Returns theCollectionContainerassociated with this data unit.- Returns:
- the container that holds a collection of entity instances
-