Package io.jmix.flowui.data.value
Class ContainerValueSourceProvider<E>
java.lang.Object
io.jmix.flowui.data.value.ContainerValueSourceProvider<E>
- Type Parameters:
E- the type of entity that the associatedInstanceContainerworks with
- All Implemented Interfaces:
ValueSourceProvider
A provider of
ValueSource instances based on a given InstanceContainer.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns theInstanceContainerassociated with this provider.ValueSource<?>getValueSource(String property)
-
Field Details
-
container
-
-
Constructor Details
-
ContainerValueSourceProvider
-
-
Method Details
-
getContainer
Returns theInstanceContainerassociated with this provider.- Returns:
- the associated
InstanceContainer
-
getValueSource
- Specified by:
getValueSourcein interfaceValueSourceProvider- Parameters:
property- a property to get aValueSource- Returns:
- an instance of
ValueSourcefor a given property
-