Uses of Class
org.teamapps.application.api.localization.Language
| Package | Description |
|---|---|
| org.teamapps.application.api.localization | |
| org.teamapps.application.ux.localize |
-
Uses of Language in org.teamapps.application.api.localization
Methods in org.teamapps.application.api.localization that return Language Modifier and Type Method Description static LanguageLanguage. getLanguageByIsoCode(java.lang.String isoCode)static LanguageLanguage. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Language[]Language. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.application.api.localization that return types with arguments of type Language Modifier and Type Method Description static org.teamapps.ux.component.field.combobox.ComboBox<Language>Language. createComboBox(ApplicationLocalizationProvider localizationProvider)static org.teamapps.ux.component.field.combobox.ComboBox<Language>Language. createComboBox(ApplicationLocalizationProvider localizationProvider, java.util.Set<Language> allowedLanguages)static org.teamapps.ux.component.field.combobox.TagComboBox<Language>Language. createTagComboBox(ApplicationLocalizationProvider applicationInstanceData)static org.teamapps.ux.component.field.combobox.TagComboBox<Language>Language. createTagComboBox(ApplicationLocalizationProvider localizationProvider, java.util.Set<Language> allowedLanguages)static org.teamapps.data.extract.PropertyExtractor<Language>Language. getPropertyExtractor(ApplicationLocalizationProvider localizationProvider)Method parameters in org.teamapps.application.api.localization with type arguments of type Language Modifier and Type Method Description static org.teamapps.ux.component.field.combobox.ComboBox<Language>Language. createComboBox(ApplicationLocalizationProvider localizationProvider, java.util.Set<Language> allowedLanguages)static org.teamapps.ux.component.field.combobox.TagComboBox<Language>Language. createTagComboBox(ApplicationLocalizationProvider localizationProvider, java.util.Set<Language> allowedLanguages) -
Uses of Language in org.teamapps.application.ux.localize
Methods in org.teamapps.application.ux.localize that return Language Modifier and Type Method Description LanguageTranslatableFieldEntry. getLanguage()Constructors in org.teamapps.application.ux.localize with parameters of type Language Constructor Description TranslatableFieldEntry(java.lang.String value, Language language, org.teamapps.universaldb.index.translation.TranslatableText originalTranslatableText)