| Package | Description |
|---|---|
| org.mentawai.rule | |
| org.mentawai.validation |
| Class and Description |
|---|
| BasicRule
The simplest validation rule that validate a single action input field.
|
| BooleanRule |
| CNPJRule
A rule to validate a CNPJ.
|
| ContainsRule
A validation rule that checks for words.
|
| CPFRule
A rule to validate a CPF.
|
| CriptRule
A rule that validate if cripted fields are ok and already decript them.
|
| CrossRule
A rule that compares two or more action input fields for validation.
|
| DateRule |
| DependentFieldValueRule
Make a field required only and only if another
field is present in the form and its value be equals the especified.
|
| DependentRule
Make a field required only and only if another
field is present in the form.
|
| DoubleRule
A rule to validate doubles.
|
| EmailRule
A rule to validate an email address.
|
| EqualRule
A validation rule that compares two action input fields for equality.
|
| FileRule
A rule to validate a content type of file to upload, this
validation uses regular expression pattern.
|
| FileSizeRule |
| ImageMinSizeRule |
| IntegerRule
A rule to validate integers.
|
| LocaleRule
A rule that depends on the user locale for validation.
|
| MethodRule
A validation rule that calls a method by reflection to validate.
|
| NumberRule
A rule to validate numbers.
|
| OptionsRule
A rule to validate number of options.
|
| RegexRule
A validation rule applied with a regular expression pattern.
|
| RequiredFieldRule
A validation rule for required fields.
|
| RequiredRule
A validation rule that checks if an action input value is present, in other workds, not null and not empty!
|
| Rule
An interface that describes a validation rule.
|
| StringRule
A rule to validat Strings.
|
| TimeRule |
| Class and Description |
|---|
| Rule
An interface that describes a validation rule.
|
Copyright © 2015. All Rights Reserved.