Uses of Class
org.javarosa.core.services.locale.Localizer
| Package | Description |
|---|---|
| org.javarosa.core.model | |
| org.javarosa.core.services.locale | |
| org.javarosa.form.api |
-
Uses of Localizer in org.javarosa.core.model
Methods in org.javarosa.core.model that return Localizer Modifier and Type Method Description LocalizerFormDef. getLocalizer()Methods in org.javarosa.core.model with parameters of type Localizer Modifier and Type Method Description voidFormDef. localeChanged(String locale, Localizer localizer)voidGroupDef. localeChanged(String locale, Localizer localizer)voidItemsetBinding. localeChanged(String locale, Localizer localizer)voidQuestionDef. localeChanged(String locale, Localizer localizer)voidSelectChoice. localeChanged(String locale, Localizer localizer)voidItemsetBinding. setChoices(List<SelectChoice> choices, DataInstance model, EvaluationContext ec, Localizer localizer)voidFormDef. setLocalizer(Localizer l) -
Uses of Localizer in org.javarosa.core.services.locale
Methods in org.javarosa.core.services.locale that return Localizer Modifier and Type Method Description static LocalizerLocalization. getGlobalLocalizerAdvanced()Methods in org.javarosa.core.services.locale with parameters of type Localizer Modifier and Type Method Description voidLocalizable. localeChanged(String locale, Localizer localizer)Updates the current object with the locate given.static voidLocalization. setLocalizationData(Localizer localizer) -
Uses of Localizer in org.javarosa.form.api
Methods in org.javarosa.form.api that return Localizer Modifier and Type Method Description protected LocalizerFormEntryCaption. localizer()