Uses of Class
fc.web.forms.VFilledGroup

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

Uses of VFilledGroup in fc.web.forms
 

Methods in fc.web.forms that return VFilledGroup
 VFilledGroup VFilledGroup.allFilledOrEmpty()
          This is the default mode.
 VFilledGroup VFilledGroup.oneOrMoreFilled()
          Calling this method will result in requiring that one or more fields by filled (all the fields cannot be empty).
 VFilledGroup VFilledGroup.onlyOneEmpty()
          Calling this method will result in requiring that all fields must be filled except for any one empty field.
 VFilledGroup VFilledGroup.onlyOneFilled()
          Calling this method will result in requiring that all fields be empty except for exactly one filled field (any field).
 

Constructors in fc.web.forms with parameters of type VFilledGroup
VFilledOnFilled(Form f, java.lang.String name, java.lang.String errorMessage, VFilledGroup preValidator, VFilledGroup postValidator)