| Package | Description |
|---|---|
| gwt.material.design.client.base | |
| gwt.material.design.client.base.error | |
| gwt.material.design.client.base.mixin | |
| gwt.material.design.client.ui |
| Modifier and Type | Method and Description |
|---|---|
ErrorHandler |
ValueBoxBase.getErrorHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
ValueBoxBase.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 |
ValidatorMixin.setErrorHandler(ErrorHandler errorHandler)
Sets the error handler.
|
void |
ErrorHandlerMixin.setErrorHandler(ErrorHandler handler) |
| Constructor and Description |
|---|
BlankValidatorMixin(W inputWidget,
ErrorHandler errorHandler)
Constructor.
|
ValidatorMixin(W inputWidget,
ErrorHandler errorHandler)
Instantiates a new abstract validator mixin.
|
| Modifier and Type | Method and Description |
|---|---|
ErrorHandler |
MaterialValueBox.getErrorHandler() |
ErrorHandler |
MaterialListValueBox.getErrorHandler() |
ErrorHandler |
MaterialDatePicker.getErrorHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
MaterialValueBox.setErrorHandler(ErrorHandler errorHandler) |
void |
MaterialListValueBox.setErrorHandler(ErrorHandler errorHandler) |
void |
MaterialDatePicker.setErrorHandler(ErrorHandler errorHandler) |
Copyright © 2016. All rights reserved.