Package | Description |
---|---|
gwt.material.design.client.base | |
gwt.material.design.client.base.mixin | |
gwt.material.design.client.base.validator |
Modifier and Type | Method and Description |
---|---|
void |
AbstractValueWidget.addValidator(Validator<V> validator) |
boolean |
AbstractValueWidget.removeValidator(Validator<V> validator) |
void |
AbstractValueWidget.setValidators(Validator<V>... validators) |
Modifier and Type | Method and Description |
---|---|
void |
ValidatorMixin.addValidator(Validator<V> validator) |
boolean |
ValidatorMixin.removeValidator(Validator<V> validator) |
void |
ValidatorMixin.setValidators(Validator<V>... newValidators) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractValidator<T>
Common validator code.
|
class |
BlankValidator<T>
Validator for blank field validation.
|
class |
DecimalMaxValidator<T>
Decimal max validator.
|
class |
DecimalMinValidator<T extends Number>
Decimal min validator.
|
class |
FieldMatchValidator<T>
Validator for matching with another field.
|
class |
FutureValidator
Validator for checking if date is in the future.
|
class |
PastValidator
Validator for checking if a date is in the past.
|
class |
RegExValidator
Validator for checking value matches a regular expression.
|
class |
SizeValidator<T>
Validator for checking the length of a map, array, collection, or string value.
|
Modifier and Type | Method and Description |
---|---|
Validator<T> |
ValidatorWrapper.getValidator() |
Modifier and Type | Method and Description |
---|---|
void |
HasValidators.addValidator(Validator<T> validator)
Adds the validator.
|
boolean |
HasValidators.removeValidator(Validator<T> validator)
Removes the validator.
|
void |
HasValidators.setValidators(Validator<T>... validators)
The validators used to validate this object.
|
Constructor and Description |
---|
ValidatorWrapper(Validator<T> validator,
int insertionOrder)
Constructor.
|
Copyright © 2018. All rights reserved.