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