Uses of Class
org.javarosa.core.model.SelectChoice
| Package | Description |
|---|---|
| org.javarosa.core.model | |
| org.javarosa.core.model.data.helper | |
| org.javarosa.form.api |
-
Uses of SelectChoice in org.javarosa.core.model
Methods in org.javarosa.core.model that return SelectChoice Modifier and Type Method Description SelectChoiceQuestionDef. getChoice(int i)SelectChoiceQuestionDef. getChoiceForValue(String value)Methods in org.javarosa.core.model that return types with arguments of type SelectChoice Modifier and Type Method Description List<SelectChoice>ItemsetBinding. getChoices()List<SelectChoice>QuestionDef. getChoices()Methods in org.javarosa.core.model with parameters of type SelectChoice Modifier and Type Method Description voidQuestionDef. addSelectChoice(SelectChoice choice)voidQuestionDef. removeSelectChoice(SelectChoice choice)Method parameters in org.javarosa.core.model with type arguments of type SelectChoice Modifier and Type Method Description voidItemsetBinding. setChoices(List<SelectChoice> choices, DataInstance model, EvaluationContext ec, Localizer localizer) -
Uses of SelectChoice in org.javarosa.core.model.data.helper
Fields in org.javarosa.core.model.data.helper declared as SelectChoice Modifier and Type Field Description SelectChoiceSelection. choiceMethods in org.javarosa.core.model.data.helper with parameters of type SelectChoice Modifier and Type Method Description voidSelection. attachChoice(SelectChoice choice)Constructors in org.javarosa.core.model.data.helper with parameters of type SelectChoice Constructor Description Selection(SelectChoice choice) -
Uses of SelectChoice in org.javarosa.form.api
Methods in org.javarosa.form.api that return types with arguments of type SelectChoice Modifier and Type Method Description List<SelectChoice>FormEntryPrompt. getSelectChoices()Methods in org.javarosa.form.api with parameters of type SelectChoice Modifier and Type Method Description StringFormEntryPrompt. getSelectChoiceText(SelectChoice selection)StringFormEntryPrompt. getSpecialFormSelectChoiceText(SelectChoice sel, String form)