Uses of Class
org.javarosa.core.model.FormDef
-
Uses of FormDef in org.javarosa.core.model
Methods in org.javarosa.core.model with parameters of type FormDef Modifier and Type Method Description voidFormIndex. assignRefs(FormDef f) -
Uses of FormDef in org.javarosa.core.model.actions
Methods in org.javarosa.core.model.actions with parameters of type FormDef Modifier and Type Method Description abstract TreeReferenceAction. processAction(FormDef model, TreeReference context)Process actions that were triggered in the form.TreeReferenceSetValueAction. processAction(FormDef model, TreeReference contextRef)voidActionController. triggerActionsFromEvent(String event, FormDef model)voidActionController. triggerActionsFromEvent(String event, FormDef model, TreeReference contextForAction, ActionController.ActionResultProcessor resultProcessor) -
Uses of FormDef in org.javarosa.core.model.actions.setgeopoint
Methods in org.javarosa.core.model.actions.setgeopoint with parameters of type FormDef Modifier and Type Method Description TreeReferenceSetGeopointAction. processAction(FormDef model, TreeReference contextRef) -
Uses of FormDef in org.javarosa.core.model.instance
Methods in org.javarosa.core.model.instance with parameters of type FormDef Modifier and Type Method Description voidFormInstance. copyItemsetNode(TreeElement copyNode, TreeReference destRef, FormDef f)voidTreeElement. populate(TreeElement incoming, FormDef f)voidTreeElement. populateTemplate(TreeElement incoming, FormDef f)TreeElementFormInstance. processSaved(FormInstance template, FormDef f) -
Uses of FormDef in org.javarosa.core.model.instance.utils
Methods in org.javarosa.core.model.instance.utils with parameters of type FormDef Modifier and Type Method Description IAnswerDataDefaultAnswerResolver. resolveAnswer(String textVal, TreeElement treeElement, FormDef formDef)IAnswerDataIAnswerResolver. resolveAnswer(String textVal, TreeElement treeElement, FormDef formDef) -
Uses of FormDef in org.javarosa.core.model.util.restorable
Methods in org.javarosa.core.model.util.restorable with parameters of type FormDef Modifier and Type Method Description IAnswerDataIXFormyFactory. parseData(String textVal, int dataType, TreeReference ref, FormDef f) -
Uses of FormDef in org.javarosa.core.model.utils
Methods in org.javarosa.core.model.utils with parameters of type FormDef Modifier and Type Method Description byte[]IInstanceSerializingVisitor. serializeInstance(FormInstance model, FormDef formDef) -
Uses of FormDef in org.javarosa.form.api
Methods in org.javarosa.form.api that return FormDef Modifier and Type Method Description FormDefFormEntryModel. getForm()Constructors in org.javarosa.form.api with parameters of type FormDef Constructor Description FormEntryCaption(FormDef form, FormIndex index)Creates a FormEntryCaption for the element at the given index in the form.FormEntryModel(FormDef form)FormEntryModel(FormDef form, int repeatStructure)Creates a new entry model for the form with the appropriate repeat structureFormEntryPrompt(FormDef form, FormIndex index)Creates a FormEntryPrompt for the element at the given index in the form. -
Uses of FormDef in org.javarosa.model.xform
Methods in org.javarosa.model.xform with parameters of type FormDef Modifier and Type Method Description byte[]CompactSerializingVisitor. serializeInstance(FormInstance model, FormDef formDef)byte[]SMSSerializingVisitor. serializeInstance(FormInstance model, FormDef formDef)Deprecated.byte[]XFormSerializingVisitor. serializeInstance(FormInstance model, FormDef formDef) -
Uses of FormDef in org.javarosa.xform.parse
Methods in org.javarosa.xform.parse that return FormDef Modifier and Type Method Description FormDefXFormParser. parse()FormDefXFormParser. parse(String lastSavedSrc)FormDefXFormParser. parse(String formXmlSrc, String lastSavedSrc)Methods in org.javarosa.xform.parse with parameters of type FormDef 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 type -
Uses of FormDef in org.javarosa.xform.util
Methods in org.javarosa.xform.util that return FormDef Modifier and Type Method Description static FormDefXFormUtils. getFormFromFormXml(String formXmlSrc, String lastSavedSrc)static FormDefXFormUtils. getFormFromInputStream(InputStream is)Parses a form with an external secondary instance, and returns a FormDef.static FormDefXFormUtils. getFormFromInputStream(InputStream is, String lastSavedSrc)static FormDefXFormUtils. getFormFromResource(String resource)static FormDefXFormUtils. getFormFromSerializedResource(String resource)static FormDefXFormUtils. getFormRaw(InputStreamReader isr)