|
|||||||||||
| 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 | |
protected Field |
ValidatorResources.getClosestLocaleField(FormSet fs,
String formKey,
String fieldKey)
Retrieves the closest matching Field based
on FormSet's locale. |
Field |
ValidatorResult.getField()
Returns the Field that was validated. |
Field |
Form.getField(String fieldName)
Returns the Field with the given name or null if this Form has no such field. |
| Methods in org.apache.commons.validator with parameters of type Field | |
void |
ValidatorResults.add(Field field,
String validatorName,
boolean result)
Add a the result of a validator action. |
void |
ValidatorResults.add(Field field,
String validatorName,
boolean result,
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 | ||||||||||