Uses of Class
fc.web.forms.FormValidator

Packages that use FormValidator
fc.web.forms Encapsulates HTML forms as java objects (Usage Diagram [in new window], Class Hierarchy Diagram). 
 

Uses of FormValidator in fc.web.forms
 

Subclasses of FormValidator in fc.web.forms
 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.
 

Methods in fc.web.forms with parameters of type FormValidator
 void Form.addValidator(FormValidator validator)
          Adds a form level validator to this form.