- 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:
-
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
Method Details
-
-
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>