Uses of Class
com.storedobject.common.Country
Packages that use Country
-
Uses of Country in com.storedobject.common
Methods in com.storedobject.common that return CountryModifier and TypeMethodDescriptionstatic Country
Get country for a given short name.static Country
Country.getByPhoneNumber
(String phoneNumber) Get the country for the given phone number by matching its ISD prefix.Address.getCountry()
Get country of this address.static Country
PhoneNumber.getCountry
(String phoneNumber) Get the country for the given phone number.Country.getNextByPhoneNumber
(String phoneNumber) Get the next country for the given phone number by matching its ISD prefix.Methods in com.storedobject.common that return types with arguments of type CountryMethods in com.storedobject.common with parameters of type Country -
Uses of Country in com.storedobject.ui
Methods in com.storedobject.ui that return CountryModifier and TypeMethodDescriptionAddressField.getCountry()
CountryField.getCountry()
Country for the current value.final Country
PhoneField.getCountry()
Get the current country.Methods in com.storedobject.ui with parameters of type CountryModifier and TypeMethodDescriptionvoid
PhoneField.setAllowedCountries
(Country... allowedCountries) Restrict allowed countries to a given set of values.void
CountryField.setCountry
(Country country) Set the given country as the value.void
PhoneField.setCountry
(Country country) Set the country of the phone number.void
AddressField.switchAddress
(Country country) Method parameters in com.storedobject.ui with type arguments of type CountryModifier and TypeMethodDescriptionvoid
PhoneField.setAllowedCountries
(Collection<Country> allowedCountries) Restrict allowed countries to a given set of values.void
CountryField.setAllowedValues
(Stream<Country> countries) Set allowed country values.void
CountryField.setDisallowedValues
(Stream<Country> countries) Set disallowed country values. -
Uses of Country in com.storedobject.ui.util
Methods in com.storedobject.ui.util that return Country