Uses of Class
org.jsurveylib.model.question.Choice

Packages that use Choice
org.jsurveylib.model.question   
 

Uses of Choice in org.jsurveylib.model.question
 

Methods in org.jsurveylib.model.question that return Choice
 Choice QuestionBuilder.buildChoice(java.lang.String id, java.lang.String label)
           
 

Methods in org.jsurveylib.model.question that return types with arguments of type Choice
 java.util.List<Choice> OneChoiceQuestion.getChoices()
          Return an unmodifiable list of Choices
 

Method parameters in org.jsurveylib.model.question with type arguments of type Choice
 Question QuestionBuilder.buildDropdown(java.util.List<Choice> choices)
           
 Question QuestionBuilder.buildRadioButtons(java.lang.Boolean vertical, java.lang.String leftLabel, java.lang.String rightLabel, java.util.List<Choice> choices)
           
 void DropdownQuestion.setChoices(java.util.List<Choice> choices)