| Modifier and Type | Method and Description |
|---|---|
void |
FormIndex.assignRefs(FormDef f) |
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 |
|---|---|
abstract TreeReference |
Action.processAction(FormDef model,
TreeReference context)
Process actions that were triggered in the form.
|
TreeReference |
SetValueAction.processAction(FormDef model,
TreeReference contextRef) |
void |
ActionController.triggerActionsFromEvent(String event,
FormDef model,
TreeReference contextForAction,
ActionController.ActionResultProcessor resultProcessor) |
void |
ActionController.triggerActionsFromEvent(String event,
Set<IFormElement> nestedElements,
FormDef model) |
| Modifier and Type | Method and Description |
|---|---|
TreeReference |
RecordAudioAction.processAction(FormDef model,
TreeReference contextRef) |
| Modifier and Type | Method and Description |
|---|---|
TreeReference |
SetGeopointAction.processAction(FormDef model,
TreeReference contextRef) |
| Modifier and Type | Method and Description |
|---|---|
void |
FormInstance.copyItemsetNode(TreeElement copyNode,
TreeReference destRef,
FormDef f) |
void |
TreeElement.populate(TreeElement incoming,
FormDef f) |
void |
TreeElement.populateTemplate(TreeElement incoming,
FormDef f) |
TreeElement |
FormInstance.processSaved(FormInstance template,
FormDef f) |
| Modifier and Type | Method and Description |
|---|---|
IAnswerData |
IAnswerResolver.resolveAnswer(String textVal,
TreeElement treeElement,
FormDef formDef) |
IAnswerData |
DefaultAnswerResolver.resolveAnswer(String textVal,
TreeElement treeElement,
FormDef formDef) |
| Modifier and Type | Method and Description |
|---|---|
IAnswerData |
IXFormyFactory.parseData(String textVal,
int dataType,
TreeReference ref,
FormDef f) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
IInstanceSerializingVisitor.serializeInstance(FormInstance model,
FormDef formDef) |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityFormParseProcessor.processFormDef(FormDef formDef) |
| Modifier and Type | Method and Description |
|---|---|
FormDef |
FormEntryModel.getForm() |
| Constructor and 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 structure
|
FormEntryPrompt(FormDef form,
FormIndex index)
Creates a FormEntryPrompt for the element at the given index in the form.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
SMSSerializingVisitor.serializeInstance(FormInstance model,
FormDef formDef)
Deprecated.
|
byte[] |
CompactSerializingVisitor.serializeInstance(FormInstance model,
FormDef formDef) |
byte[] |
XFormSerializingVisitor.serializeInstance(FormInstance model,
FormDef formDef) |
| Modifier and Type | Method and Description |
|---|---|
FormDef |
XFormParser.parse() |
FormDef |
XFormParser.parse(String lastSavedSrc) |
FormDef |
XFormParser.parse(String formXmlSrc,
String lastSavedSrc) |
| 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
|
void |
XFormParser.FormDefProcessor.processFormDef(FormDef formDef) |
| Modifier and Type | Method and Description |
|---|---|
static FormDef |
XFormUtils.getFormFromFormXml(String formXmlSrc,
String lastSavedSrc) |
static FormDef |
XFormUtils.getFormFromInputStream(InputStream is)
Parses a form with an external secondary instance, and returns a FormDef.
|
static FormDef |
XFormUtils.getFormFromInputStream(InputStream is,
String lastSavedSrc) |
static FormDef |
XFormUtils.getFormFromResource(String resource) |
static FormDef |
XFormUtils.getFormFromSerializedResource(String resource) |
static FormDef |
XFormUtils.getFormRaw(InputStreamReader isr) |
Copyright © 2024. All rights reserved.