Class EntityValueProvider<E,T>

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

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

  • Constructor Details

    • EntityValueProvider

      public EntityValueProvider(MetaPropertyPath propertyPath)
  • Method Details

    • getPropertyPath

      public MetaPropertyPath getPropertyPath()
    • apply

      @Nullable public T apply(E entity)
      Specified by:
      apply in interface Function<E,T>
      Specified by:
      apply in interface com.vaadin.data.ValueProvider<E,T>