Package io.jmix.ui.component.data.meta
Interface EntityValueSource<E,V>
- Type Parameters:
V
- type of value
- All Superinterfaces:
DataUnit
,EntityDataUnit
,ValueSource<V>
- All Known Implementing Classes:
ContainerValueSource
Data component bound to property of Entity.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
An event fired when related entity instance is changed.Nested classes/interfaces inherited from interface io.jmix.ui.component.data.DataUnit
DataUnit.StateChangeEvent
Nested classes/interfaces inherited from interface io.jmix.ui.component.data.ValueSource
ValueSource.ValueChangeEvent<V>
-
Method Summary
Methods inherited from interface io.jmix.ui.component.data.DataUnit
addStateChangeListener, getState
Methods inherited from interface io.jmix.ui.component.data.meta.EntityDataUnit
getEntityMetaClass
Methods inherited from interface io.jmix.ui.component.data.ValueSource
addValueChangeListener, getType, getValue, isReadOnly, setValue
-
Method Details
-
getItem
- Returns:
- entity
-
getMetaPropertyPath
MetaPropertyPath getMetaPropertyPath()- Returns:
- property path
-
isDataModelSecurityEnabled
boolean isDataModelSecurityEnabled()- Returns:
- true if data model security check is required on data binding
-
addInstanceChangeListener
-