Class FormatterBasedValueProvider<T>

java.lang.Object
io.jmix.ui.component.valueprovider.FormatterBasedValueProvider<T>
All Implemented Interfaces:
com.vaadin.data.ValueProvider<T,String>, com.vaadin.server.SerializableFunction<T,String>, Serializable, Function<T,String>

public class FormatterBasedValueProvider<T> extends Object implements com.vaadin.data.ValueProvider<T,String>
See Also:
  • Field Details

    • formatter

      protected Formatter<? super T> formatter
  • Constructor Details

    • FormatterBasedValueProvider

      public FormatterBasedValueProvider(Formatter<? super T> formatter)
  • Method Details