Class CollectionContainerImpl<E>

java.lang.Object
io.jmix.flowui.model.impl.InstanceContainerImpl<E>
io.jmix.flowui.model.impl.CollectionContainerImpl<E>
Type Parameters:
E - the type of entity held in the container
All Implemented Interfaces:
CollectionContainer<E>, HasLoader, ItemPropertyChangeNotifier, InstanceContainer<E>
Direct Known Subclasses:
CollectionPropertyContainerImpl, KeyValueCollectionContainerImpl

public class CollectionContainerImpl<E> extends InstanceContainerImpl<E> implements CollectionContainer<E>
Implementation of the CollectionContainer interface, which manages a collection of entities and provides functionality for modifying and interacting with the collection.