Uses of Class
org.javarosa.form.api.FormEntryCaption
| Package | Description |
|---|---|
| org.javarosa.form.api |
-
Uses of FormEntryCaption in org.javarosa.form.api
Subclasses of FormEntryCaption in org.javarosa.form.api Modifier and Type Class Description classFormEntryPromptThis class gives you all the information you need to display a question when your current FormIndex references a QuestionEvent.Methods in org.javarosa.form.api that return FormEntryCaption Modifier and Type Method Description FormEntryCaption[]FormEntryModel. getCaptionHierarchy()Returns a hierarchical list of FormEntryCaption objects for the current FormIndexFormEntryCaption[]FormEntryModel. getCaptionHierarchy(FormIndex index)Returns a hierarchical list of FormEntryCaption objects for the given FormIndexFormEntryCaptionFormEntryModel. getCaptionPrompt()When you have a non-question event, a CaptionPrompt will have all the information needed to display to the user.FormEntryCaptionFormEntryModel. getCaptionPrompt(FormIndex index)When you have a non-question event, a CaptionPrompt will have all the information needed to display to the user.