| Package | Description |
|---|---|
| org.javarosa.core.model | |
| org.javarosa.core.model.data.helper | |
| org.javarosa.form.api |
| Modifier and Type | Method and Description |
|---|---|
SelectChoice |
QuestionDef.getChoice(int i) |
SelectChoice |
QuestionDef.getChoiceForValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
List<SelectChoice> |
QuestionDef.getChoices() |
List<SelectChoice> |
ItemsetBinding.getChoices(FormDef formDef,
TreeReference curQRef)
Returns a list of
SelectChoice objects based on the data in the model. |
| Modifier and Type | Method and Description |
|---|---|
void |
QuestionDef.addSelectChoice(SelectChoice choice) |
void |
QuestionDef.removeSelectChoice(SelectChoice choice) |
| Modifier and Type | Field and Description |
|---|---|
SelectChoice |
Selection.choice |
| Modifier and Type | Method and Description |
|---|---|
void |
Selection.attachChoice(SelectChoice choice) |
| Constructor and Description |
|---|
Selection(SelectChoice choice) |
| Modifier and Type | Method and Description |
|---|---|
List<SelectChoice> |
FormEntryPrompt.getSelectChoices() |
| Modifier and Type | Method and Description |
|---|---|
String |
FormEntryPrompt.getSelectChoiceText(SelectChoice selection) |
String |
FormEntryPrompt.getSpecialFormSelectChoiceText(SelectChoice sel,
String form) |
Copyright © 2021. All rights reserved.