Package | Description |
---|---|
fc.web.forms |
Encapsulates HTML forms as java objects (Usage Diagram [in new window], Class Hierarchy Diagram).
|
Modifier and Type | Class and Description |
---|---|
class |
VConditional
Validates that certain conditions in one or more fields in the form
require other conditions of some other fields in that form.
|
class |
VFilledGroup
Validates that a group of fields is filled by the user.
|
class |
VFilledOnChoice
Validates that a certain radio or checkbox button selected
(or not selected) implies that other fields in the form are
also filled out.
|
class |
VFilledOnFilled
Validates that some condition/state for a group of fields
implies some other condition/state for another group of fields.
|
class |
VPasswordGroup
Validates two password input boxes to see if they are the
same.
|
class |
VSameText
Validates two text input boxes to see if they are the same.
|
Modifier and Type | Method and Description |
---|---|
void |
Form.addValidator(FormValidator validator)
Adds a form level validator to this form.
|