|
|||||||||
| Home >> All >> org >> javahispano >> canyamo >> util >> html >> [ form overview ] | PREV NEXT | ||||||||
A
- addField(String, String) - Method in class org.javahispano.canyamo.util.html.form.FormValidator
- Adds a feature to the Field attribute of the FormValidator object
- addRule(FormRule) - Method in class org.javahispano.canyamo.util.html.form.FormValidator
- Adds a feature to the Rule attribute of the FormValidator object
C
- cases - Variable in class org.javahispano.canyamo.util.html.form.TestCaseManager
- Description of the Field
D
- data - Variable in class org.javahispano.canyamo.util.html.form.FormValidator
- Description of the Field
E
- EQUALS - Static variable in class org.javahispano.canyamo.util.html.form.FormRule
- Description of the Field
- EQUALS_FIELD - Static variable in class org.javahispano.canyamo.util.html.form.FormRule
- Description of the Field
F
- FormException - exception org.javahispano.canyamo.util.html.form.FormException.
- Exception while processing Form data
- FormException(String) - Constructor for class org.javahispano.canyamo.util.html.form.FormException
- Constructor for the FormException object
- FormHandler - class org.javahispano.canyamo.util.html.form.FormHandler.
- SAX's Handler for "Form" xml files
- FormHandler(FormValidator) - Constructor for class org.javahispano.canyamo.util.html.form.FormHandler
- Constructor for the CanyamoHandler object
- FormRule - class org.javahispano.canyamo.util.html.form.FormRule.
- A rule for a HTML form
- FormRule(String, String, String) - Constructor for class org.javahispano.canyamo.util.html.form.FormRule
- Constructor for the FormRule object
- FormValidator - class org.javahispano.canyamo.util.html.form.FormValidator.
- Validate and parse an HTML forms.
- FormValidator(String) - Constructor for class org.javahispano.canyamo.util.html.form.FormValidator
- Constructor for the FormValidator object
- field - Variable in class org.javahispano.canyamo.util.html.form.FormRule
- Description of the Field
- fields - Variable in class org.javahispano.canyamo.util.html.form.FormValidator
- Description of the Field
- fv - Variable in class org.javahispano.canyamo.util.html.form.FormHandler
- form validator to fill with configuration values
G
- getField() - Method in class org.javahispano.canyamo.util.html.form.FormRule
- Gets the field attribute of the FormRule object
- getInstance() - Static method in class org.javahispano.canyamo.util.html.form.TestCaseManager
- Gets the instance attribute of the TestCaseManager class
- getParameter(WorkData, String) - Method in class org.javahispano.canyamo.util.html.form.FormValidator
- Returns an Object of the given type for the given parameter.
- getSettedValue(WorkData) - Method in class org.javahispano.canyamo.util.html.form.FormRule
- If fields hast "SET" as rule, this method calculates the value
- getTestCase(int) - Method in class org.javahispano.canyamo.util.html.form.TestCaseManager
- Gets the testCase attribute of the TestCaseManager object
- getType(String) - Method in class org.javahispano.canyamo.util.html.form.FormRule
- Gets the type attribute of the FormRule object
I
- instance - Static variable in class org.javahispano.canyamo.util.html.form.TestCaseManager
- Description of the Field
N
- NOT_EQUALS - Static variable in class org.javahispano.canyamo.util.html.form.FormRule
- Description of the Field
- NOT_EQUALS_FIELD - Static variable in class org.javahispano.canyamo.util.html.form.FormRule
- Description of the Field
- NOT_NULL - Static variable in class org.javahispano.canyamo.util.html.form.FormRule
- Description of the Field
O
- org.javahispano.canyamo.util.html.form - package org.javahispano.canyamo.util.html.form
R
- rules - Variable in class org.javahispano.canyamo.util.html.form.FormValidator
- Description of the Field
S
- SET - Static variable in class org.javahispano.canyamo.util.html.form.FormRule
- Description of the Field
- sType - Variable in class org.javahispano.canyamo.util.html.form.FormRule
- Description of the Field
- sdf - Static variable in class org.javahispano.canyamo.util.html.form.FormValidator
- Description of the Field
- setDateFormat(String) - Method in class org.javahispano.canyamo.util.html.form.FormValidator
- Sets the format for date-fields
- startElement(String, String, String, Attributes) - Method in class org.javahispano.canyamo.util.html.form.FormHandler
- Description of the Method
T
- TestCase - interface org.javahispano.canyamo.util.html.form.TestCase.
- Rule test case.
- TestCaseManager - class org.javahispano.canyamo.util.html.form.TestCaseManager.
- TestCase manager following Singleton pattern
- TestCaseManager() - Constructor for class org.javahispano.canyamo.util.html.form.TestCaseManager
- Constructor for the TestCaseManager object
- TestCaseManager.EqualsCase - class org.javahispano.canyamo.util.html.form.TestCaseManager.EqualsCase.
- Description of the Class
- TestCaseManager.EqualsCase() - Constructor for class org.javahispano.canyamo.util.html.form.TestCaseManager.EqualsCase
- TestCaseManager.NotEqualsCase - class org.javahispano.canyamo.util.html.form.TestCaseManager.NotEqualsCase.
- Description of the Class
- TestCaseManager.NotEqualsCase() - Constructor for class org.javahispano.canyamo.util.html.form.TestCaseManager.NotEqualsCase
- TestCaseManager.NotNullCase - class org.javahispano.canyamo.util.html.form.TestCaseManager.NotNullCase.
- Description of the Class
- TestCaseManager.NotNullCase() - Constructor for class org.javahispano.canyamo.util.html.form.TestCaseManager.NotNullCase
- test(String, WorkData) - Method in class org.javahispano.canyamo.util.html.form.FormRule
- A unit test for JUnit
- test(Object, Object) - Method in interface org.javahispano.canyamo.util.html.form.TestCase
- A unit test for JUnit
- test(Object, Object) - Method in class org.javahispano.canyamo.util.html.form.TestCaseManager.EqualsCase
- A unit test for JUnit
- test(Object, Object) - Method in class org.javahispano.canyamo.util.html.form.TestCaseManager.NotEqualsCase
- A unit test for JUnit
- test(Object, Object) - Method in class org.javahispano.canyamo.util.html.form.TestCaseManager.NotNullCase
- A unit test for JUnit
- testTypes(String, String, String) - Method in class org.javahispano.canyamo.util.html.form.FormRule
- Test if the given values are of the given type
- toString() - Method in class org.javahispano.canyamo.util.html.form.FormRule
- Description of the Method
- type - Variable in class org.javahispano.canyamo.util.html.form.FormRule
- Description of the Field
V
- validate(WorkData) - Method in class org.javahispano.canyamo.util.html.form.FormValidator
- Validates a posted form following the rules descripted in it's xml config file.
- value - Variable in class org.javahispano.canyamo.util.html.form.FormHandler
- value betwwen start and tag of an element
- value - Variable in class org.javahispano.canyamo.util.html.form.FormRule
- Description of the Field
A C D E F G I N O R S T V
|
|||||||||
| Home >> All >> org >> javahispano >> canyamo >> util >> html >> [ form overview ] | PREV NEXT | ||||||||