java.lang.Object | ||
↳ | com.google.gwt.i18n.client.DefaultLocalizedNamesBase | |
↳ | com.google.gwt.i18n.client.DefaultLocalizedNames |
![]()
|
![]()
LocalizedNamesImpl,
LocalizedNamesImpl_aa,
LocalizedNamesImpl_af,
LocalizedNamesImpl_ak,
LocalizedNamesImpl_am,
LocalizedNamesImpl_ar,
LocalizedNamesImpl_as,
LocalizedNamesImpl_asa,
LocalizedNamesImpl_az,
LocalizedNamesImpl_az_Arab,
LocalizedNamesImpl_az_Cyrl,
LocalizedNamesImpl_az_Latn,
LocalizedNamesImpl_be,
LocalizedNamesImpl_bem,
LocalizedNamesImpl_bez,
and
215 others.
|
Default LocalizedNames implementation.
[Expand]
Inherited Fields | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns an array of currently valid country codes ordered by the collating
order of the locale.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Initializes {
namesMap to a map of region code (including
non-country codes) to localized names. |
[Expand]
Inherited Methods | |||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
| |||||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||||
![]()
|
Returns an array of currently valid country codes ordered by the collating order of the locale.
Initializes {namesMap
to a map of region code (including
non-country codes) to localized names. Subclasses should generally call the
parent implementation and then change specific entries, though if most
entries are being changed they can just create their own map.