Uses of Class
com.vaadin.data.BinderValidationStatus
-
Packages that use BinderValidationStatus Package Description com.vaadin.data com.vaadin.ui.components.grid -
-
Uses of BinderValidationStatus in com.vaadin.data
Methods in com.vaadin.data 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.data 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. -
Uses of BinderValidationStatus in com.vaadin.ui.components.grid
Methods in com.vaadin.ui.components.grid with parameters of type BinderValidationStatus Modifier and Type Method Description StringEditorErrorGenerator. apply(Map<Component,Grid.Column<T,?>> fieldToColumn, BinderValidationStatus<T> status)Generates an error message from given validation status object.
-