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 SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionStringPresentationValueProvider(MetaPropertyPath propertyPath, MetadataTools metadataTools) 
- 
Method Summary
- 
Field Details- 
propertyPath
- 
metadataTools
 
- 
- 
Constructor Details- 
StringPresentationValueProviderpublic StringPresentationValueProvider(@Nullable MetaPropertyPath propertyPath, MetadataTools metadataTools) 
 
- 
- 
Method Details