|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ChoiceGroup | |
|---|---|
| fc.web.forms | Encapsulates HTML forms as java objects (Usage Diagram [in new window], Class Hierarchy Diagram). |
| Uses of ChoiceGroup in fc.web.forms |
|---|
| Subclasses of ChoiceGroup in fc.web.forms | |
|---|---|
class |
CheckboxGroup
Represents a grouped set of check boxes. |
class |
RadioGroup
Represents a grouped set of radio buttons |
| Methods in fc.web.forms with parameters of type ChoiceGroup | |
|---|---|
void |
ChoiceGroup.addAll(ChoiceGroup cg)
Adds all the elements of the specified choice group to this choice group. |
| Constructors in fc.web.forms with parameters of type ChoiceGroup | |
|---|---|
VFilledOnChoice(Form f,
java.lang.String name,
java.lang.String errorMessage,
ChoiceGroup cg,
java.lang.String choiceValue,
Field[] postFields)
|
|
VFilledOnChoice(Form f,
java.lang.String name,
java.lang.String errorMessage,
ChoiceGroup cg,
java.lang.String choiceValue,
java.util.List postFields)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||