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 Details

  • Constructor Details

    • StringPresentationValueProvider

      public StringPresentationValueProvider(@Nullable MetaPropertyPath propertyPath, MetadataTools metadataTools)
  • Method Details

    • apply

      public String apply(T entity)
      Specified by:
      apply in interface Function<T,String>
      Specified by:
      apply in interface com.vaadin.flow.function.ValueProvider<T,String>