Uses of Interface
com.vaadin.flow.data.binder.BindingExceptionHandler
-
Packages that use BindingExceptionHandler Package Description com.vaadin.flow.data.binder -
-
Uses of BindingExceptionHandler in com.vaadin.flow.data.binder
Classes in com.vaadin.flow.data.binder that implement BindingExceptionHandler Modifier and Type Class Description classDefaultBindingExceptionHandlerDefault implementation ofBindingExceptionHandler.Methods in com.vaadin.flow.data.binder that return BindingExceptionHandler Modifier and Type Method Description BindingExceptionHandlerBinder. getBindingExceptionHandler()Gets the current exception handler.Methods in com.vaadin.flow.data.binder with parameters of type BindingExceptionHandler Modifier and Type Method Description voidBinder. setBindingExceptionHandler(BindingExceptionHandler handler)Sets ahandlerto customize theRuntimeExceptionthrown by delegates (likeSetter,ValueProvider,HasValue) used insideBinderto be able to identify the bound field.
-