|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageOnError | |
---|---|
org.jreform | Main package that defines public api. |
org.jreform.criteria | Provides criteria for placing restrictions on input values. |
org.jreform.internal | Contains the bulk of implementation. |
Uses of MessageOnError in org.jreform |
---|
Subinterfaces of MessageOnError in org.jreform | |
---|---|
interface |
Checkbox<T>
A checkbox with a single value. |
interface |
Criterion<T>
A criterion that can evaluate to true or false . |
interface |
Input<T>
An input that has only a single value. |
interface |
InputControl<T>
Defines an input control in an html form. |
interface |
MultiCheckbox<T>
A checkbox that supports multiple values. |
interface |
MultiInput<T>
An input that can have multiple values. |
interface |
MultiSelect<T>
A select that supports multiple selections. |
interface |
Radio<T>
A radio button. |
interface |
Select<T>
A select that supports only one selection. |
Uses of MessageOnError in org.jreform.criteria |
---|
Classes in org.jreform.criteria that implement MessageOnError | |
---|---|
class |
AbstractCriterion<T>
An abstract criterion that verifies itself and sets an error message if validation fails. |
class |
Accept<T>
Checks that value is equal to one of the acceptable values. |
class |
AcceptString
Checks if string is equal to one of the passed in strings. |
class |
And<T>
Performs an AND over all criteria on the given value. |
class |
Email
Checks that the value conforms to the email address format. |
class |
ExactLength
Checks that the length of the value is equal to the given length. |
class |
Length
Checks that the length of the value is within the given range. |
class |
Max<T extends Comparable<T>>
Checks that the value is less than or equal to the given Comparable . |
class |
MaxLength
Checks that value is not greater than the specified maximum. |
class |
Min<T extends Comparable<T>>
Checks that value is greater than or equal to the given Comparable . |
class |
MinLength
Checks that value is not less than the specified minimum. |
class |
Or<T>
Performs an OR over all criteria on the given value. |
class |
PostcodeCA
Checks that the value conforms to a valid Canadian postcode. |
class |
Range<T extends Comparable<T>>
Checks that value is within the given range. |
class |
Regex
Checks if a string matches a regular expression. |
class |
StartsWith
Checks if value starts with the given string. |
class |
ZipCode
Checks that the value conforms to the U.S. |
Uses of MessageOnError in org.jreform.internal |
---|
Classes in org.jreform.internal that implement MessageOnError | |
---|---|
(package private) class |
AbstractInputControl<T>
Base class for single- and multi-value input controls. |
(package private) class |
CheckboxImpl<T>
|
(package private) class |
InputImpl<T>
|
(package private) class |
MultiCheckboxImpl<T>
|
(package private) class |
MultiInputImpl<T>
|
(package private) class |
MultiSelectImpl<T>
|
(package private) class |
RadioImpl<T>
|
(package private) class |
SelectImpl<T>
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |