Uses of Package
com.google.gwt.i18n.client
Package
Description
Internationalization support for GWT applications.
Predefined internationalized constants for currency, date, time, and numbers.
This package contains i18n classes and interfaces shared between client and
server.
Classes for parsing and rendering numbers, dates, and times.
The "cellview" widget set.
Widgets, Panels, and other user-interface classes.
The date picker widget and associated types.
-
ClassDescriptionFormats and parses dates and times using locale-sensitive patterns.Formats and parses numbers using locale-sensitive patterns.
-
ClassDescriptionUtility class for handling auto-direction adjustment.The interface an object must implement in order to add an AutoDirectionHandler to it.Implementation class for
BidiPolicy
.A tag interface that facilitates locale-sensitive, compile-time binding of constant values supplied from properties files.Information about a currency.Generated class containing all the CurrencyImpl instances.Formats and parses dates and times using locale-sensitive patterns.Predefined date/time formats -- seeCustomDateTimeFormat
if you need some format that isn't supplied here.Deprecated.For backwards compatibility only.Base class ofDefaultLocalizedNames
, used just to isolate all hand-written code here from all generated code.Provides dynamic string lookup of key/value string pairs defined in a module's host HTML page.A widget that implements this interface has the ability to override the document directionality for its root element.Possible return values forHasDirection.getDirection()
and parameter values forHasDirection.setDirection(Direction)
.Widgets that implement this interface can either have a direction that is right-to-left (RTL), left-to-right (LTR), or default (which means that their directionality is inherited from their parent widget).Provides access to the currently-active locale and the list of available locales.For backwards compatibility only.This is the common superinterface to Messages and Constants.Provides an API for obtaining localized names for a locale.Formats and parses numbers using locale-sensitive patterns.Information about the plural forms supported by this rule which will be used during code generation and by tools to provide information to translators.The TimeZone class implements a time zone information source for client applications.A JavaScript Overlay type on top of the JSON data describing everything we need to know about a particular timezone. -
ClassDescriptionA tag interface that facilitates locale-sensitive, compile-time binding of constant values supplied from properties files.For backwards compatibility only.This is the common superinterface to Messages and Constants.
-
-
ClassDescriptionA tag interface that facilitates locale-sensitive, compile-time binding of constant values supplied from properties files.Default string value to be used if no translation is found (and also used as the source for translation).For backwards compatibility only.This is the common superinterface to Messages and Constants.Specifies the default locale for messages in this file.A tag interface that facilitates locale-sensitive, compile-time binding of messages supplied from various sources.Using
GWT.create(class)
to "instantiate" an interface that extendsMessages
returns an instance of an automatically generated subclass that is implemented using message templates selected based on locale.Default text to be used if no translation is found (and also used as the source for translation). -
ClassDescriptionThe interface an object must implement in order to add an AutoDirectionHandler to it.A widget that implements this interface has the ability to override the document directionality for its root element.Possible return values for
HasDirection.getDirection()
and parameter values forHasDirection.setDirection(Direction)
.Widgets that implement this interface can either have a direction that is right-to-left (RTL), left-to-right (LTR), or default (which means that their directionality is inherited from their parent widget).Formats and parses numbers using locale-sensitive patterns. -
ClassDescriptionFormats and parses dates and times using locale-sensitive patterns.
DateTimeFormatInfo
instead