Package io.jmix.flowui.data.provider
Class StringPresentationValueProvider<T>
java.lang.Object
io.jmix.flowui.data.provider.StringPresentationValueProvider<T>
- All Implemented Interfaces:
com.vaadin.flow.function.SerializableFunction<T,
,String> com.vaadin.flow.function.ValueProvider<T,
,String> Serializable
,Function<T,
String>
public class StringPresentationValueProvider<T>
extends Object
implements com.vaadin.flow.function.ValueProvider<T,String>
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionStringPresentationValueProvider
(MetaPropertyPath propertyPath, MetadataTools metadataTools) -
Method Summary
-
Field Details
-
propertyPath
-
metadataTools
-
-
Constructor Details
-
StringPresentationValueProvider
public StringPresentationValueProvider(@Nullable MetaPropertyPath propertyPath, MetadataTools metadataTools)
-
-
Method Details