Uses of Interface
com.google.gwt.i18n.shared.GwtLocale
Packages that use GwtLocale
Package
Description
This package contains i18n generators.
This package contains server-side i18n classes and interfaces.
This package contains i18n classes and interfaces shared between client and
server.
-
Uses of GwtLocale in com.google.gwt.core.server
Methods in com.google.gwt.core.server that return GwtLocaleModifier and TypeMethodDescriptionstatic GwtLocaleServerGwtBridge.getLocale(ServerGwtBridge.Properties properties) -
Uses of GwtLocale in com.google.gwt.i18n.rebind
Methods in com.google.gwt.i18n.rebind that return GwtLocaleModifier and TypeMethodDescriptionLocaleUtils.getCompileLocale()Returns the static compile-time locale for this permutation.Methods in com.google.gwt.i18n.rebind that return types with arguments of type GwtLocaleModifier and TypeMethodDescriptionLocaleUtils.getAllCompileLocales()Returns the set of all compile-time locales.LocaleUtils.getAllLocales()Returns the set of all available locales, whether compile-time locales or runtime locales.LocaleUtils.getRuntimeLocales()Returns a list of locales which are children of the current compile-time locale. -
Uses of GwtLocale in com.google.gwt.i18n.server
Classes in com.google.gwt.i18n.server that implement GwtLocaleModifier and TypeClassDescriptionclassClass representing GWT locales and conversion to/from other formats.Methods in com.google.gwt.i18n.server that return GwtLocaleModifier and TypeMethodDescriptionGwtLocaleFactoryImpl.fromComponents(String language, String script, String region, String variant) GwtLocaleFactoryImpl.fromString(String localeName) GwtLocaleImpl.getCanonicalForm()Returns this locale in canonical form.GwtLocaleFactoryImpl.getDefault()Methods in com.google.gwt.i18n.server that return types with arguments of type GwtLocaleModifier and TypeMethodDescriptionGwtLocaleImpl.getAliases()GwtLocaleImpl.getCompleteSearchList()GwtLocaleImpl.getInheritanceChain()Return a list of locales to search for, in order of preference.Methods in com.google.gwt.i18n.server with parameters of type GwtLocaleModifier and TypeMethodDescriptionintbooleanGwtLocaleImpl.inheritsFrom(GwtLocale parent) Return true if this locale inherits from the specified locale.booleanGwtLocaleImpl.usesSameScript(GwtLocale other) Checks if this locale uses the same script as another locale, taking into account default scripts.