Class InstanceLoaderImpl<E>

java.lang.Object
io.jmix.flowui.model.impl.InstanceLoaderImpl<E>
Type Parameters:
E - type of the entity being loaded
All Implemented Interfaces:
DataLoader, InstanceLoader<E>

public class InstanceLoaderImpl<E> extends Object implements InstanceLoader<E>
Implementation of the InstanceLoader interface. Provides a mechanism for loading a single entity instance into an associated InstanceContainer.