| Package | Description |
|---|---|
| org.javarosa.form.api |
| Modifier and Type | Class and Description |
|---|---|
class |
FormEntryPrompt
This class gives you all the information you need to display a question when
your current FormIndex references a QuestionEvent.
|
| Modifier and Type | Method and Description |
|---|---|
FormEntryCaption[] |
FormEntryModel.getCaptionHierarchy()
Returns a hierarchical list of FormEntryCaption objects for the current
FormIndex
|
FormEntryCaption[] |
FormEntryModel.getCaptionHierarchy(FormIndex index)
Returns a hierarchical list of FormEntryCaption objects for the given
FormIndex
|
FormEntryCaption |
FormEntryModel.getCaptionPrompt()
When you have a non-question event, a CaptionPrompt will have all the
information needed to display to the user.
|
FormEntryCaption |
FormEntryModel.getCaptionPrompt(FormIndex index)
When you have a non-question event, a CaptionPrompt will have all the
information needed to display to the user.
|
Copyright © 2022. All rights reserved.