BEAN - the bean typeTARGET - the target data type of the binding, matches the field type
unless a converter has been setpublic static interface Binder.Binding<BEAN,TARGET> extends Serializable
Binder.forField(HasValue)| Modifier and Type | Method and Description |
|---|---|
HasValue<?> |
getField()
Gets the field the binding uses.
|
BindingValidationStatus<TARGET> |
validate()
Validates the field value and returns a
ValidationStatus
instance representing the outcome of the validation. |
HasValue<?> getField()
BindingValidationStatus<TARGET> validate()
ValidationStatus
instance representing the outcome of the validation.Binder.validate(),
Validator.apply(Object, ValueContext)Copyright © 2017 Vaadin Ltd. All rights reserved.