Package io.jmix.flowui.model
Interface Nested
- All Known Subinterfaces:
- CollectionPropertyContainer<E>,- InstancePropertyContainer<E>
- All Known Implementing Classes:
- CollectionPropertyContainerImpl,- InstancePropertyContainerImpl
public interface Nested
Interface to be implemented by containers that work with entities that are properties of other entities.
- 
Method SummaryModifier and TypeMethodDescriptionReturns the container holding the master entity.Returns the name of the master entity property.
- 
Method Details- 
getMasterInstanceContainer<?> getMaster()Returns the container holding the master entity.
- 
getPropertyString getProperty()Returns the name of the master entity property.
 
-