Uses of Class
com.vaadin.flow.data.binder.BinderValidationStatus
-
Packages that use BinderValidationStatus Package Description com.vaadin.flow.data.binder -
-
Uses of BinderValidationStatus in com.vaadin.flow.data.binder
Methods in com.vaadin.flow.data.binder that return BinderValidationStatus Modifier and Type Method 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.Methods in com.vaadin.flow.data.binder with parameters of type BinderValidationStatus Modifier and Type Method Description protected voidBinder. handleBinderValidationStatus(BinderValidationStatus<BEAN> binderStatus)The default binder level status handler.voidBinderValidationStatusHandler. statusChange(BinderValidationStatus<BEAN> statusChange)Invoked when the validation status has changed in binder.
-