Uses of Class
fc.web.forms.RadioGroup

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

Uses of RadioGroup in fc.web.forms
 

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

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