org.gwtbootstrap3.client.ui.form.error
Interface ErrorHandler

All Known Implementing Classes:
DefaultErrorHandler

public interface ErrorHandler

Error handler.

Author:
Steven Jardine

Method Summary
 void cleanup()
          Clean up the handler if necessary.
 void clearErrors()
          Clear any errors.
 void showErrors(List<EditorError> errors)
          Show the errors on the input screen.
 

Method Detail

cleanup

void cleanup()
Clean up the handler if necessary.


clearErrors

void clearErrors()
Clear any errors.


showErrors

void showErrors(List<EditorError> errors)
Show the errors on the input screen.

Parameters:
errors - the errors to display.


Copyright © 2015. All rights reserved.