Package | Description |
---|---|
fc.web.forms |
Encapsulates HTML forms as java objects (Usage Diagram [in new window], Class Hierarchy Diagram).
|
Modifier and Type | Method and Description |
---|---|
RadioGroup |
Form.getRadioGroup(String name)
Returns the field with the specific name as a
Checkbox . |
Modifier and Type | Method and Description |
---|---|
static void |
FormUtil.fillRadioGroup(RadioGroup rg,
List list,
Class beanClass,
String valueMethodName,
String htmlTextMethodName)
Fills in the specified radiogroup with values from the supplied list.
|