Uses of Interface
com.vaadin.flow.function.SerializableBiFunction
-
Packages that use SerializableBiFunction Package Description com.vaadin.flow.component -
-
Uses of SerializableBiFunction in com.vaadin.flow.component
Constructors in com.vaadin.flow.component with parameters of type SerializableBiFunction Constructor Description AbstractSinglePropertyField(String propertyName, T defaultValue, Class<P> elementPropertyType, SerializableBiFunction<C,P,T> presentationToModel, SerializableBiFunction<C,T,P> modelToPresentation)Creates a new field that uses a property value with the given contextual converters for producing a model value.
-