| Package | Description |
|---|---|
| com.vaadin.flow.data.binder |
| Modifier and Type | Method and Description |
|---|---|
static <BEAN> BinderValidationStatus<BEAN> |
BinderValidationStatus.createUnresolvedStatus(Binder<BEAN> source)
Convenience method for creating a unresolved validation status for the
given binder.
|
BinderValidationStatus<BEAN> |
Binder.validate()
Validates the values of all bound fields and returns the validation
status.
|
protected BinderValidationStatus<BEAN> |
Binder.validate(boolean fireEvent)
Validates the values of all bound fields and returns the validation
status.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Binder.handleBinderValidationStatus(BinderValidationStatus<BEAN> binderStatus)
The default binder level status handler.
|
void |
BinderValidationStatusHandler.statusChange(BinderValidationStatus<BEAN> statusChange)
Invoked when the validation status has changed in binder.
|
Copyright © 2025. All rights reserved.