|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Field | |
| org.apache.commons.validator | The Validator package provides validation for JavaBeans based on an xml file. |
| Uses of Field in org.apache.commons.validator |
| Fields in org.apache.commons.validator declared as Field | |
protected Field |
ValidatorResult.field
Field being validated. |
| Methods in org.apache.commons.validator that return Field | |
Field |
Form.getField(java.lang.String fieldName)
Returns the Field with the given name or null if this Form has no such field. |
Field |
ValidatorResult.getField()
Returns the Field that was validated. |
| Methods in org.apache.commons.validator with parameters of type Field | |
void |
ValidatorResults.add(Field field,
java.lang.String validatorName,
boolean result)
Add a the result of a validator action. |
void |
ValidatorResults.add(Field field,
java.lang.String validatorName,
boolean result,
java.lang.Object value)
Add a the result of a validator action. |
void |
Form.addField(Field f)
Add a Field to the Form. |
| Constructors in org.apache.commons.validator with parameters of type Field | |
ValidatorResult(Field field)
Constructs a ValidatorResult with the associated field being
validated. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||