Uses of Interface
org.javarosa.core.services.locale.Localizable
| Package | Description |
|---|---|
| org.javarosa.core.model | |
| org.javarosa.core.services.locale |
-
Uses of Localizable in org.javarosa.core.model
Subinterfaces of Localizable in org.javarosa.core.model Modifier and Type Interface Description interfaceIFormElementAn IFormDataElement is an element of the physical interaction for a form, an example of an implementing element would be the definition of a Question.Classes in org.javarosa.core.model that implement Localizable Modifier and Type Class Description classFormDefDefinition of a form.classGroupDefThe definition of a group in a form or questionaire.classItemsetBindingclassQuestionDefThe definition of a Question to be presented to users when filling out a form.classRangeQuestionA Range-type question, with information pulled from attributes of the range form elementclassSelectChoice -
Uses of Localizable in org.javarosa.core.services.locale
Methods in org.javarosa.core.services.locale with parameters of type Localizable Modifier and Type Method Description voidLocalizer. registerLocalizable(Localizable l)Register a Localizable to receive updates when the locale is changed.voidLocalizer. unregisterLocalizable(Localizable l)Unregister an Localizable from receiving locale change updates.