|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.gwt.i18n.client.DefaultLocalizedNamesBase com.google.gwt.i18n.client.DefaultLocalizedNames
public class DefaultLocalizedNames
Default LocalizedNames implementation.
Field Summary |
---|
Fields inherited from class com.google.gwt.i18n.client.DefaultLocalizedNamesBase |
---|
likelyRegionCodes, namesMap, sortedRegionCodes |
Constructor Summary | |
---|---|
DefaultLocalizedNames()
|
Method Summary | |
---|---|
protected void |
loadNameMap()
Initializes { DefaultLocalizedNamesBase.namesMap to a map of region code (including
non-country codes) to localized names. |
java.lang.String[] |
loadSortedRegionCodes()
Returns an array of currently valid country codes ordered by the collating order of the locale. |
Methods inherited from class com.google.gwt.i18n.client.DefaultLocalizedNamesBase |
---|
getLikelyRegionCodes, getRegionName, getRegionNameImpl, getSortedRegionCodes, loadLikelyRegionCodes, needsNameMap |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultLocalizedNames()
Method Detail |
---|
protected void loadNameMap()
DefaultLocalizedNamesBase
DefaultLocalizedNamesBase.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.
loadNameMap
in class DefaultLocalizedNamesBase
public java.lang.String[] loadSortedRegionCodes()
DefaultLocalizedNamesBase
loadSortedRegionCodes
in class DefaultLocalizedNamesBase
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |