Class CollectionLoaderImpl<E>

java.lang.Object
io.jmix.flowui.model.impl.CollectionLoaderImpl<E>
Type Parameters:
E - the type of entities being loaded
All Implemented Interfaces:
BaseCollectionLoader, CollectionLoader<E>, DataLoader

public class CollectionLoaderImpl<E> extends Object implements CollectionLoader<E>
Implementation of the CollectionLoader interface used for loading entities into a CollectionContainer.