Interface BinderValidationErrorHandler

All Superinterfaces:
Serializable
All Known Implementing Classes:
DefaultBinderValidationErrorHandler

public interface BinderValidationErrorHandler extends Serializable
Handler for applying effects to HasValue components in Binder based on ValidationResult for the user input. Use Binder.setValidationErrorHandler(BinderValidationErrorHandler) to register an instance of this class to be able to customize validation error handling.
Since:
Author:
Vaadin Ltd
See Also: