Uses of Class
fc.web.forms.ChoiceGroup.Choice

Packages that use ChoiceGroup.Choice
fc.web.forms Encapsulates HTML forms as java objects (Usage Diagram [in new window], Class Hierarchy Diagram). 
 

Uses of ChoiceGroup.Choice in fc.web.forms
 

Methods in fc.web.forms that return ChoiceGroup.Choice
 ChoiceGroup.Choice ChoiceGroup.getChoice(int n)
          Returns the choice specified by the index n.
 

Methods in fc.web.forms with parameters of type ChoiceGroup.Choice
 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).