|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Form | |
|---|---|
| org.apache.commons.validator | The Validator package provides validation for JavaBeans based on an xml file. |
| Uses of Form in org.apache.commons.validator |
|---|
| Methods in org.apache.commons.validator that return Form | |
|---|---|
Form |
ValidatorResources.getForm(Locale locale,
String formKey)
Gets a Form based on the name of the form and the
Locale that most closely matches the Locale
passed in. |
Form |
FormSet.getForm(String formName)
Retrieve a Form based on the form name. |
Form |
ValidatorResources.getForm(String language,
String country,
String variant,
String formKey)
Gets a Form based on the name of the form and the
Locale that most closely matches the Locale
passed in. |
| Methods in org.apache.commons.validator with parameters of type Form | |
|---|---|
void |
FormSet.addForm(Form f)
Add a Form to the FormSet. |
protected void |
Form.merge(Form depends)
Merges the given form into this one. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||