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.protected BinderValidationStatus<BEAN> Validates the values of all bound fields against the constraints of the given validation groups and returns the validation status.Validates the values of all bound fields against the constraints of the given validation groups and returns the validation status.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 that return types with arguments of type BinderValidationStatusModifier and TypeMethodDescriptioncom.vaadin.flow.signals.Signal<BinderValidationStatus<BEAN>> Binder.validationStatusSignal()Gets a read-onlySignalemittingBinderValidationStatuschanges.Methods in com.vaadin.flow.data.binder with parameters of type BinderValidationStatusModifier and TypeMethodDescriptionprotected 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.