Package io.jmix.flowui.model.impl
Class InstancePropertyContainerImpl<E>
java.lang.Object
io.jmix.flowui.model.impl.InstanceContainerImpl<E>
io.jmix.flowui.model.impl.InstancePropertyContainerImpl<E>
- All Implemented Interfaces:
- HasLoader,- ItemPropertyChangeNotifier,- InstanceContainer<E>,- InstancePropertyContainer<E>,- Nested
public class InstancePropertyContainerImpl<E>
extends InstanceContainerImpl<E>
implements InstancePropertyContainer<E>
- 
Nested Class SummaryNested classes/interfaces inherited from interface io.jmix.flowui.model.InstanceContainerInstanceContainer.ItemChangeEvent<T>, InstanceContainer.ItemPropertyChangeEvent<T>
- 
Field SummaryFieldsFields inherited from class io.jmix.flowui.model.impl.InstanceContainerImplentityMetaClass, events, fetchPlan, item, listener, listenersEnabled, loader, metadata
- 
Constructor SummaryConstructorsConstructorDescriptionInstancePropertyContainerImpl(MetaClass metaClass, InstanceContainer<?> master, String property) 
- 
Method SummaryModifier and TypeMethodDescriptionReturns the container holding the master entity.Returns the name of the master entity property.Methods inherited from class io.jmix.flowui.model.impl.InstanceContainerImpladdItemChangeListener, addItemPropertyChangeListener, attachListener, detachListener, fireItemChanged, getEntityMetaClass, getFetchPlan, getItem, getItemOrNull, getLoader, itemPropertyChanged, mute, setFetchPlan, setItem, setLoader, setMetadata, toString, unmuteMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.jmix.flowui.model.InstanceContaineraddItemChangeListener, addItemPropertyChangeListener, getEntityMetaClass, getFetchPlan, getItem, getItemOrNull, mute, setFetchPlan, setItem, unmute
- 
Field Details- 
master
- 
property
 
- 
- 
Constructor Details- 
InstancePropertyContainerImplpublic InstancePropertyContainerImpl(MetaClass metaClass, InstanceContainer<?> master, String property) 
 
- 
- 
Method Details