| Package | Description |
|---|---|
| com.revolsys.ui.html.domain |
| Modifier and Type | Method and Description |
|---|---|
Country |
Region.getCountry() |
static Country |
Country.getCountry(String codeAplha2)
Get the Country by the ISO 2 character code (ignoring case).
|
static Country |
Country.getCountryByName(String name)
Get a Country by it's name (ignoring case).
|
static Country |
Country.getCountryByPhoneCode(String code)
Get a Country by it's ITU-T phone country code.
|
static Country |
Country.getCountryByPhoneNumber(String phoneNumber)
Get a Country for a phone number.
|
| Modifier and Type | Method and Description |
|---|---|
static List<Country> |
Country.getCountries()
Get the list of all countries.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
PhoneNumber.format(String phoneNumber,
Country country)
Format the phone number using the National format specification defined for
the Country.
|
static String |
PhoneNumber.format(String phoneNumber,
Country country,
boolean international)
Format the phone number using the specification defined for the Country.
|
static Region |
Region.getRegionByCode(Country country,
String code) |
static Region |
Region.getRegionByName(Country country,
String name) |
static Map<String,Region> |
Region.getRegionCodeMap(Country country) |
static Map<String,Region> |
Region.getRegionNameMap(Country country) |
static List<Region> |
Region.getRegions(Country country) |
Copyright © 2015 Revolution Systems Inc.. All rights reserved.