We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
Uses of Class
com.vaadin.flow.data.binder.BinderValidationStatus
Packages that use BinderValidationStatus
-
Uses of BinderValidationStatus in com.vaadin.flow.data.binder
Methods in com.vaadin.flow.data.binder that return BinderValidationStatusModifier and TypeMethodDescriptionstatic <BEAN> BinderValidationStatus<BEAN>
BinderValidationStatus.createUnresolvedStatus
(Binder<BEAN> source) Convenience method for creating a unresolved validation status for the given binder.
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.
Methods in com.vaadin.flow.data.binder with parameters of type BinderValidationStatusModifier and TypeMethodDescriptionprotected 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.