Uses of Interface
com.vaadin.flow.data.binder.BinderValidationStatusHandler
-
Packages that use BinderValidationStatusHandler Package Description com.vaadin.flow.data.binder -
-
Uses of BinderValidationStatusHandler in com.vaadin.flow.data.binder
Methods in com.vaadin.flow.data.binder that return BinderValidationStatusHandler Modifier and Type Method Description BinderValidationStatusHandler<BEAN>Binder. getValidationStatusHandler()Gets the status handler of this form.Methods in com.vaadin.flow.data.binder with parameters of type BinderValidationStatusHandler Modifier and Type Method Description voidBinder. setValidationStatusHandler(BinderValidationStatusHandler<BEAN> statusHandler)Sets the status handler to track form status changes.
-