Uses of Class
fc.web.forms.CheckboxGroup

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

Uses of CheckboxGroup in fc.web.forms
 

Methods in fc.web.forms that return CheckboxGroup
 CheckboxGroup Form.getCheckboxGroup(java.lang.String name)
          Returns the field with the specific name as a Checkbox.
 

Methods in fc.web.forms with parameters of type CheckboxGroup
static void FormUtil.fillCheckboxGroup(CheckboxGroup cbg, java.util.List list, java.lang.Class beanClass, java.lang.String valueMethodName, java.lang.String htmlTextMethodName)
          Fills in the specified checkboxgroup with values from the supplied list.