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 Summary
Nested classes/interfaces inherited from interface io.jmix.flowui.model.InstanceContainer
InstanceContainer.ItemChangeEvent<T>, InstanceContainer.ItemPropertyChangeEvent<T>
-
Field Summary
Fields inherited from class io.jmix.flowui.model.impl.InstanceContainerImpl
entityMetaClass, events, fetchPlan, item, listener, listenersEnabled, loader, metadata
-
Constructor Summary
ConstructorDescriptionInstancePropertyContainerImpl
(MetaClass metaClass, InstanceContainer<?> master, String property) -
Method Summary
Modifier 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.InstanceContainerImpl
addItemChangeListener, addItemPropertyChangeListener, attachListener, detachListener, fireItemChanged, getEntityMetaClass, getFetchPlan, getItem, getItemOrNull, getLoader, itemPropertyChanged, mute, setFetchPlan, setItem, setLoader, setMetadata, toString, unmute
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface io.jmix.flowui.model.InstanceContainer
addItemChangeListener, addItemPropertyChangeListener, getEntityMetaClass, getFetchPlan, getItem, getItemOrNull, mute, setFetchPlan, setItem, unmute
-
Field Details
-
master
-
property
-
-
Constructor Details
-
InstancePropertyContainerImpl
public InstancePropertyContainerImpl(MetaClass metaClass, InstanceContainer<?> master, String property)
-
-
Method Details