Package | Description |
---|---|
com.vaadin.flow.component |
Constructor and 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.
|
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.
|
Copyright © 2000–2022 Vaadin Ltd. All rights reserved.