Uses of Class
org.teamapps.application.api.localization.Language
| Package | Description |
|---|---|
| org.teamapps.application.api.localization |
-
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(ApplicationInstanceData applicationInstanceData)static org.teamapps.ux.component.field.combobox.ComboBox<Language>Language. createComboBox(ApplicationInstanceData applicationInstanceData, java.util.Set<Language> allowedLanguages)static org.teamapps.ux.component.field.combobox.TagComboBox<Language>Language. createTagComboBox(ApplicationInstanceData applicationInstanceData)static org.teamapps.ux.component.field.combobox.TagComboBox<Language>Language. createTagComboBox(ApplicationInstanceData applicationInstanceData, java.util.Set<Language> allowedLanguages)static org.teamapps.data.extract.PropertyExtractor<Language>Language. getPropertyExtractor(ApplicationInstanceData applicationInstanceData)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(ApplicationInstanceData applicationInstanceData, java.util.Set<Language> allowedLanguages)static org.teamapps.ux.component.field.combobox.TagComboBox<Language>Language. createTagComboBox(ApplicationInstanceData applicationInstanceData, java.util.Set<Language> allowedLanguages)