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 CountryGet country for a given short name.static CountryCountry.getByPhoneNumber(String phoneNumber) Get the country for the given phone number by matching its ISD prefix.Address.getCountry()Get country of this address.static CountryPhoneNumber.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 CountryPhoneField.getCountry()Get the current country.Methods in com.storedobject.ui with parameters of type CountryModifier and TypeMethodDescriptionvoidPhoneField.setAllowedCountries(Country... allowedCountries) Restrict allowed countries to a given set of values.voidCountryField.setCountry(Country country) Set the given country as the value.voidPhoneField.setCountry(Country country) Set the country of the phone number.voidAddressField.switchAddress(Country country) Method parameters in com.storedobject.ui with type arguments of type CountryModifier and TypeMethodDescriptionvoidPhoneField.setAllowedCountries(Collection<Country> allowedCountries) Restrict allowed countries to a given set of values.voidCountryField.setAllowedValues(Stream<Country> countries) Set allowed country values.voidCountryField.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