Package | Description |
---|---|
gwt.material.design.client.base.validator |
Modifier and Type | Class and Description |
---|---|
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.
|
Copyright © 2018. All rights reserved.