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