Interface HasEditorErrors<T>

Type Parameters:
T - the type of object the editor displays.
All Superinterfaces:
Editor<T>
All Known Implementing Classes:
ValueBoxEditorDecorator

public interface HasEditorErrors<T> extends Editor<T>
Editors that wish to be notified about ConstraintViolations in the value being edited should implement this interface.