Uses of Class
org.teamapps.application.api.localization.Country
| Package | Description |
|---|---|
| org.teamapps.application.api.localization |
-
Uses of Country in org.teamapps.application.api.localization
Methods in org.teamapps.application.api.localization that return Country Modifier and Type Method Description static CountryCountry. getCountryByIsoCode(java.lang.String countryIso)static CountryCountry. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Country[]Country. 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 Country Modifier and Type Method Description static org.teamapps.ux.component.field.combobox.ComboBox<Country>Country. createComboBox(ApplicationInstanceData applicationInstanceData)static org.teamapps.ux.component.field.combobox.TagComboBox<Country>Country. createTagComboBox(ApplicationInstanceData applicationInstanceData)static org.teamapps.data.extract.PropertyExtractor<Country>Country. getPropertyExtractor(ApplicationInstanceData applicationInstanceData)