Package io.jmix.flowui.model
Interface HasLoader
- All Known Implementing Classes:
CollectionContainerImpl,CollectionPropertyContainerImpl,InstanceContainerImpl,InstancePropertyContainerImpl,KeyValueCollectionContainerImpl,KeyValueContainerImpl
@NullMarked
public interface HasLoader
Interface to be implemented by containers that can be loaded by loaders.
-
Method Summary
Modifier and TypeMethodDescription@Nullable DataLoaderReturns the loader of this container.voidsetLoader(DataLoader loader) Sets the loader for this container.
-
Method Details
-
getLoader
@Nullable DataLoader getLoader()Returns the loader of this container. -
setLoader
Sets the loader for this container.
-