Class ContainerPivotTableItems<T>

java.lang.Object
io.jmix.pivottableflowui.data.ContainerPivotTableItems<T>
Type Parameters:
T - type of items contained
All Implemented Interfaces:
ContainerDataUnit<T>, DataUnit, EntityDataUnit, HasType<T>, PivotTableItems<T>, JmixPivotTableItems<T>, Serializable

public class ContainerPivotTableItems<T> extends Object implements ContainerDataUnit<T>, PivotTableItems<T>
Data provider bound to the CollectionContainer for a PivotTable component.
See Also: