| Package | Description |
|---|---|
| gwt.material.design.client.base | |
| gwt.material.design.client.base.error | |
| gwt.material.design.client.base.mixin |
| Modifier and Type | Method and Description |
|---|---|
ErrorHandler |
AbstractValueWidget.getErrorHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractValueWidget.setErrorHandler(ErrorHandler errorHandler) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultErrorHandler
This is the default
ErrorHandler implementation. |
| Modifier and Type | Method and Description |
|---|---|
ErrorHandler |
HasErrorHandler.getErrorHandler()
Gets the error handler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HasErrorHandler.setErrorHandler(ErrorHandler errorHandler)
Sets the error handler.
|
| Modifier and Type | Field and Description |
|---|---|
protected ErrorHandler |
ValidatorMixin.errorHandler |
| Modifier and Type | Method and Description |
|---|---|
ErrorHandler |
ErrorHandlerMixin.getErrorHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
ErrorHandlerMixin.setErrorHandler(ErrorHandler handler) |
void |
ValidatorMixin.setErrorHandler(ErrorHandler errorHandler)
Sets the error handler.
|
| Constructor and Description |
|---|
ValidatorMixin(W inputWidget,
ErrorHandler errorHandler)
Instantiates a new abstract validator mixin.
|
Copyright © 2018. All rights reserved.