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.