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 |
---|---|
CheckboxGroup |
Form.getCheckboxGroup(String name)
Returns the field with the specific name as a
Checkbox . |
Modifier and Type | Method and Description |
---|---|
static void |
FormUtil.fillCheckboxGroup(CheckboxGroup cbg,
List list,
Class beanClass,
String valueMethodName,
String htmlTextMethodName)
Fills in the specified checkboxgroup with values from the supplied list.
|