| Package | Description |
|---|---|
| org.javarosa.core.model | |
| org.javarosa.core.model.data.helper | |
| org.javarosa.form.api | |
| org.javarosa.xform.parse | |
| org.javarosa.xform.util |
| Modifier and Type | Class and Description |
|---|---|
class |
RangeQuestion
A Range-type question, with information pulled from attributes of the range form element
|
| Modifier and Type | Method and Description |
|---|---|
static QuestionDef |
FormDef.findQuestionByRef(TreeReference ref,
IFormElement fe)
Traverses recursively the given
IFormElement node tree and returns
the first QuestionDef that matches the binding defined in the
given TreeReference. |
| Modifier and Type | Method and Description |
|---|---|
void |
FormDef.copyItemsetAnswer(QuestionDef q,
TreeElement targetNode,
IAnswerData data) |
void |
ItemsetBinding.initReferences(QuestionDef q) |
| Modifier and Type | Method and Description |
|---|---|
void |
Selection.attachChoice(QuestionDef q) |
| Modifier and Type | Method and Description |
|---|---|
QuestionDef |
FormEntryPrompt.getQuestion() |
| Modifier and Type | Method and Description |
|---|---|
static QuestionDef |
XFormParser.ghettoGetQuestionDef(int dataType,
FormDef f,
TreeReference ref)
Finds a questiondef that binds to ref, if the data type is a 'select' question type
|
protected QuestionDef |
XFormParser.parseUpload(IFormElement parent,
org.kxml2.kdom.Element e,
int controlUpload) |
| Modifier and Type | Method and Description |
|---|---|
void |
XFormParser.QuestionProcessor.processQuestion(QuestionDef question) |
| Modifier and Type | Method and Description |
|---|---|
static IAnswerData |
XFormAnswerDataParser.getAnswerData(String text,
int intDataType,
QuestionDef q) |
Copyright © 2024. All rights reserved.