public interface ErrorHandler
Modifier and Type | Method and Description |
---|---|
void |
cleanup()
Clean up the handler if necessary.
|
void |
clearErrors()
Clear any errors.
|
void |
showErrors(List<com.google.gwt.editor.client.EditorError> errors)
Show the errors on the input screen.
|
void cleanup()
void clearErrors()
void showErrors(List<com.google.gwt.editor.client.EditorError> errors)
errors
- the errors to display.Copyright © 2018. All rights reserved.