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 Summary
Modifier and TypeMethodDescriptionReturns the container holding the master entity.Returns the name of the master entity property.
-
Method Details
-
getMaster
InstanceContainer<?> getMaster()Returns the container holding the master entity. -
getProperty
String getProperty()Returns the name of the master entity property.
-