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 |
---|---|
ChoiceGroup.Choice |
ChoiceGroup.getChoice(int n)
Returns the choice specified by the index n.
|
Modifier and Type | Method and Description |
---|---|
void |
ChoiceGroup.add(ChoiceGroup.Choice choice) |
boolean |
ChoiceGroup.isSelected(FormData fd,
ChoiceGroup.Choice choice,
boolean default_val)
Returns true is the specified choice was selected by the user
(the user's submission is provided by the formdata argument).
|