You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.data.binder.

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