- get(String) - Method in class org.gwtproject.i18n.client.Dictionary
-
Get the value associated with the given Dictionary key.
- getAliases() - Method in interface org.gwtproject.i18n.shared.GwtLocale
-
Returns the list of aliases for this locale.
- getAsString() - Method in interface org.gwtproject.i18n.shared.GwtLocale
-
Returns the locale as a fixed-format string suitable for use in searching for localized
resources.
- getBoolean(String) - Method in interface org.gwtproject.i18n.client.ConstantsWithLookup
-
Look up boolean by method name.
- getCanonicalForm() - Method in interface org.gwtproject.i18n.shared.GwtLocale
-
Returns this locale in canonical form.
- getCompleteSearchList() - Method in interface org.gwtproject.i18n.shared.GwtLocale
-
Returns the complete list of locales to search for the current locale.
- getDefault() - Method in interface org.gwtproject.i18n.shared.GwtLocaleFactory
-
Returns an instance of the default locale.
- getDescription() - Method in class org.gwtproject.i18n.client.PluralRule.PluralForm
-
Returns the description.
- getDictionary(String) - Static method in class org.gwtproject.i18n.client.Dictionary
-
Returns the Dictionary object associated with the given name.
- getDouble(String) - Method in interface org.gwtproject.i18n.client.ConstantsWithLookup
-
Look up double by method name.
- getFloat(String) - Method in interface org.gwtproject.i18n.client.ConstantsWithLookup
-
Look up float by method name.
- getInheritanceChain() - Method in interface org.gwtproject.i18n.shared.GwtLocale
-
Returns a list of locales to search for, in order of preference.
- getInt(String) - Method in interface org.gwtproject.i18n.client.ConstantsWithLookup
-
Look up int by method name.
- getLanguage() - Method in interface org.gwtproject.i18n.shared.GwtLocale
-
Returns the language portion of the locale, or null if none.
- getLanguageNotNull() - Method in interface org.gwtproject.i18n.shared.GwtLocale
-
Returns the language portion of the locale, or the empty string if none.
- getMap(String) - Method in interface org.gwtproject.i18n.client.ConstantsWithLookup
-
Look up Map by method name.
- getName() - Method in class org.gwtproject.i18n.client.PluralRule.PluralForm
-
Returns the name.
- getRegion() - Method in interface org.gwtproject.i18n.shared.GwtLocale
-
Returns the region portion of the locale, or null if none.
- getRegionNotNull() - Method in interface org.gwtproject.i18n.shared.GwtLocale
-
Returns the region portion of the locale, or the empty string if none.
- getScript() - Method in interface org.gwtproject.i18n.shared.GwtLocale
-
Returns the script portion of the locale, or null if none.
- getScriptNotNull() - Method in interface org.gwtproject.i18n.shared.GwtLocale
-
Returns the script portion of the locale, or the empty string if none.
- getString(String) - Method in interface org.gwtproject.i18n.client.ConstantsWithLookup
-
Look up String by method name.
- getStringArray(String) - Method in interface org.gwtproject.i18n.client.ConstantsWithLookup
-
Look up String[] by method name.
- getVariant() - Method in interface org.gwtproject.i18n.shared.GwtLocale
-
Returns the variant portion of the locale, or null if none.
- getVariantNotNull() - Method in interface org.gwtproject.i18n.shared.GwtLocale
-
Returns the variant portion of the locale, or the empty string if none.
- getWarnIfMissing() - Method in class org.gwtproject.i18n.client.PluralRule.PluralForm
-
Returns true if the generator should warn if this plural form is not present.
- GwtLocale - Interface in org.gwtproject.i18n.shared
-
Class representing GWT locales and conversion to/from other formats.
- GwtLocaleFactory - Interface in org.gwtproject.i18n.shared
-
Factories that know how to create GwtLocale instances.