T
- the type of object the editor displays.public interface HasEditorErrors<T> extends Editor<T>
Editor.Ignore, Editor.Path
Modifier and Type | Method and Description |
---|---|
void |
showErrors(java.util.List<EditorError> errors)
Called by the EditorDriver to propagate errors.
|
void showErrors(java.util.List<EditorError> errors)
An Editor may consume any errors reported by its sub-Editors by calling
EditorError.setConsumed(boolean)
. Any unconsumed editors will be
reported up the Editor hierarchy and will eventually be emitted by the
EditorDriver.
errors
- an unmodifiable list of EditorErrors