Package | Description |
---|---|
org.apache.tapestry.valid |
Components and classes that provide specialized, validating text fields.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractNumericValidator
Base class for a number of implementations of
IValidator ,
meant to replace the awkward NumberValidator . |
class |
DateValidator
Provides input validation for strings treated as dates.
|
class |
EmailValidator
Simple validation of email strings, to enforce required, and minimum length (maximum length is
enforced in the client browser, by setting a maximum input length on the text field).
|
class |
IntValidator
A type-specific replacement for
NumberValidator . |
class |
NumberValidator
Simple validation for standard number classes.
|
class |
PatternValidator
The validator bean that provides a pattern validation service.
|
class |
StringValidator
Simple validation of strings, to enforce required, and minimum length (maximum length is enforced
in the client browser, by setting a maximum input length on the text field).
|
class |
UrlValidator |