Class InstancePropertyContainerImpl<E>

java.lang.Object
io.jmix.flowui.model.impl.InstanceContainerImpl<E>
io.jmix.flowui.model.impl.InstancePropertyContainerImpl<E>
Type Parameters:
E - the type of the entity contained in the instance property container
All Implemented Interfaces:
HasLoader, ItemPropertyChangeNotifier, InstanceContainer<E>, InstancePropertyContainer<E>, Nested

public class InstancePropertyContainerImpl<E> extends InstanceContainerImpl<E> implements InstancePropertyContainer<E>
An implementation of the InstancePropertyContainer interface. This class represents a container that holds a single instance of an entity, which is loaded as a property of another entity.
  • Field Details

  • Constructor Details

  • Method Details

    • getMaster

      public InstanceContainer<?> getMaster()
      Description copied from interface: Nested
      Returns the container holding the master entity.
      Specified by:
      getMaster in interface Nested
    • getProperty

      public String getProperty()
      Description copied from interface: Nested
      Returns the name of the master entity property.
      Specified by:
      getProperty in interface Nested