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

All Known Implementing Classes:
DoubleBox, ErrorHandlerMixin, Input, IntegerBox, LongBox, SuggestBox, TextArea, TextBox, TextBoxBase, ValueBoxBase

public interface HasErrorHandler

Has an error handler.

Author:
Steven Jardine

Method Summary
 ErrorHandler getErrorHandler()
          Gets the error handler.
 ErrorHandlerType getErrorHandlerType()
          Gets the error handler type.
 void setErrorHandler(ErrorHandler errorHandler)
          Sets the error handler.
 void setErrorHandlerType(ErrorHandlerType errorHandlerType)
          Sets the error handler type.
 

Method Detail

getErrorHandler

ErrorHandler getErrorHandler()
Gets the error handler.

Returns:
the error handler

setErrorHandler

void setErrorHandler(ErrorHandler errorHandler)
Sets the error handler.

Parameters:
errorHandler - the new error handler

getErrorHandlerType

ErrorHandlerType getErrorHandlerType()
Gets the error handler type.

Returns:
the error handler type

setErrorHandlerType

void setErrorHandlerType(ErrorHandlerType errorHandlerType)
Sets the error handler type.

Parameters:
errorHandlerType - the new error handler type


Copyright © 2015. All rights reserved.