Package | Description |
---|---|
fc.web.forms |
Encapsulates HTML forms as java objects (Usage Diagram [in new window], Class Hierarchy Diagram).
|
Modifier and Type | Class and Description |
---|---|
class |
CheckboxGroup
Represents a grouped set of check boxes.
|
class |
RadioGroup
Represents a grouped set of radio buttons
|
Modifier and Type | Method and Description |
---|---|
void |
ChoiceGroup.addAll(ChoiceGroup cg)
Adds all the elements of the specified choice group to this choice group.
|
Constructor and Description |
---|
VFilledOnChoice(Form f,
String name,
String errorMessage,
ChoiceGroup cg,
String choiceValue,
Field[] postFields) |
VFilledOnChoice(Form f,
String name,
String errorMessage,
ChoiceGroup cg,
String choiceValue,
List postFields) |