Uses of Class
org.javarosa.core.model.QuestionDef
| Package | Description |
|---|---|
| org.javarosa.core.model | |
| org.javarosa.core.model.data.helper | |
| org.javarosa.form.api | |
| org.javarosa.xform.parse | |
| org.javarosa.xform.util |
-
Uses of QuestionDef in org.javarosa.core.model
Subclasses of QuestionDef in org.javarosa.core.model Modifier and Type Class Description classRangeQuestionA Range-type question, with information pulled from attributes of the range form elementMethods in org.javarosa.core.model that return QuestionDef Modifier and Type Method Description static QuestionDefFormDef. findQuestionByRef(TreeReference ref, IFormElement fe)Traverses recursively the givenIFormElementnode tree and returns the firstQuestionDefthat matches the binding defined in the givenTreeReference.Methods in org.javarosa.core.model with parameters of type QuestionDef Modifier and Type Method Description voidFormDef. copyItemsetAnswer(QuestionDef q, TreeElement targetNode, IAnswerData data, boolean midSurvey)voidItemsetBinding. initReferences(QuestionDef q) -
Uses of QuestionDef in org.javarosa.core.model.data.helper
Methods in org.javarosa.core.model.data.helper with parameters of type QuestionDef Modifier and Type Method Description voidSelection. attachChoice(QuestionDef q) -
Uses of QuestionDef in org.javarosa.form.api
Methods in org.javarosa.form.api that return QuestionDef Modifier and Type Method Description QuestionDefFormEntryPrompt. getQuestion() -
Uses of QuestionDef in org.javarosa.xform.parse
Methods in org.javarosa.xform.parse that return QuestionDef Modifier and Type Method Description static QuestionDefXFormParser. ghettoGetQuestionDef(int dataType, FormDef f, TreeReference ref)Finds a questiondef that binds to ref, if the data type is a 'select' question typeprotected QuestionDefXFormParser. parseUpload(IFormElement parent, org.kxml2.kdom.Element e, int controlUpload) -
Uses of QuestionDef in org.javarosa.xform.util
Methods in org.javarosa.xform.util with parameters of type QuestionDef Modifier and Type Method Description static IAnswerDataXFormAnswerDataParser. getAnswerData(String text, int intDataType, QuestionDef q)