public class

LocalizedNamesImpl_fil

extends LocalizedNamesImpl
java.lang.Object
   ↳ com.google.gwt.i18n.client.DefaultLocalizedNamesBase
     ↳ com.google.gwt.i18n.client.DefaultLocalizedNames
       ↳ com.google.gwt.i18n.client.impl.cldr.LocalizedNamesImplBase
         ↳ com.google.gwt.i18n.client.impl.cldr.LocalizedNamesImpl
           ↳ com.google.gwt.i18n.client.impl.cldr.LocalizedNamesImpl_fil

Class Overview

Localized names for the "fil" locale.

Summary

[Expand]
Inherited Fields
From class com.google.gwt.i18n.client.DefaultLocalizedNamesBase
Public Constructors
LocalizedNamesImpl_fil()
Public Methods
String[] loadLikelyRegionCodes()
Returns a possibly-empty array of country codes, ordered by the literate population speaking this language.
String[] loadSortedRegionCodes()
Returns an array of currently valid country codes ordered by the collating order of the locale.
Protected Methods
void loadNameMapJava()
Load the code=>name map for use in pure Java.
JavaScriptObject loadNameMapNative()
Load the code=>name map for use in JS.
[Expand]
Inherited Methods
From class com.google.gwt.i18n.client.impl.cldr.LocalizedNamesImpl
From class com.google.gwt.i18n.client.impl.cldr.LocalizedNamesImplBase
From class com.google.gwt.i18n.client.DefaultLocalizedNames
From class com.google.gwt.i18n.client.DefaultLocalizedNamesBase
From class java.lang.Object
From interface com.google.gwt.i18n.client.LocalizedNames

Public Constructors

public LocalizedNamesImpl_fil ()

Public Methods

public String[] loadLikelyRegionCodes ()

Returns a possibly-empty array of country codes, ordered by the literate population speaking this language. The default implementation is an empty array.

Returns
  • a possibly-empty array of likely country codes

public String[] loadSortedRegionCodes ()

Returns an array of currently valid country codes ordered by the collating order of the locale.

Returns
  • an array of ordered country codes

Protected Methods

protected void loadNameMapJava ()

Load the code=>name map for use in pure Java. On return, nameMap will be appropriately initialized.

protected JavaScriptObject loadNameMapNative ()

Load the code=>name map for use in JS.

Returns
  • a JSO containing a map of country codes to localized names