Class DefaultBinderValidationErrorHandler

java.lang.Object
com.vaadin.flow.data.binder.DefaultBinderValidationErrorHandler
All Implemented Interfaces:
BinderValidationErrorHandler, Serializable

public class DefaultBinderValidationErrorHandler extends Object implements BinderValidationErrorHandler
Default implementation of BinderValidationErrorHandler.

This handler applies visual effects for the field if its type allows this:

Since:
Author:
Vaadin Ltd
See Also:
  • Constructor Details

    • DefaultBinderValidationErrorHandler

      public DefaultBinderValidationErrorHandler()
  • Method Details