|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gwtbootstrap3.client.ui.base.mixin.ErrorHandlerMixin<V>
V - the type of editor value.public class ErrorHandlerMixin<V>
Mixin to handle error handler support.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.google.gwt.editor.client.Editor |
|---|
Editor.Ignore, Editor.Path |
| Constructor Summary | |
|---|---|
ErrorHandlerMixin(Widget widget)
Mixin for the ErrorHandler implementation. |
|
| Method Summary | |
|---|---|
void |
clearErrors()
Clear the errors. |
ErrorHandler |
getErrorHandler()
Gets the error handler. |
ErrorHandlerType |
getErrorHandlerType()
Gets the error handler type. |
void |
setErrorHandler(ErrorHandler handler)
Sets the error handler. |
void |
setErrorHandlerType(ErrorHandlerType type)
Sets the error handler type. |
void |
showErrors(List<EditorError> errors)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ErrorHandlerMixin(Widget widget)
ErrorHandler implementation.
widget - the widget| Method Detail |
|---|
public void clearErrors()
public ErrorHandler getErrorHandler()
getErrorHandler in interface HasErrorHandlerpublic ErrorHandlerType getErrorHandlerType()
getErrorHandlerType in interface HasErrorHandlerpublic void setErrorHandler(ErrorHandler handler)
setErrorHandler in interface HasErrorHandlerhandler - the new error handlerpublic void setErrorHandlerType(ErrorHandlerType type)
setErrorHandlerType in interface HasErrorHandlertype - the new error handler typepublic void showErrors(List<EditorError> errors)
showErrors in interface HasEditorErrors<V>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||