Uses of Package
com.google.gwt.i18n.client
-
Packages that use com.google.gwt.i18n.client Package Description com.google.gwt.cell.client com.google.gwt.i18n.client Internationalization support for GWT applications.com.google.gwt.i18n.client.constants Predefined internationalized constants for currency, date, time, and numbers.com.google.gwt.i18n.shared This package contains i18n classes and interfaces shared between client and server.com.google.gwt.text.client Classes for parsing and rendering numbers, dates, and times.com.google.gwt.user.cellview.client The "cellview" widget set.com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes.com.google.gwt.user.datepicker.client The date picker widget and associated types. -
Classes in com.google.gwt.i18n.client used by com.google.gwt.cell.client Class Description DateTimeFormat Formats and parses dates and times using locale-sensitive patterns.NumberFormat Formats and parses numbers using locale-sensitive patterns. -
Classes in com.google.gwt.i18n.client used by com.google.gwt.i18n.client Class Description AutoDirectionHandler Utility class for handling auto-direction adjustment.AutoDirectionHandler.Target The interface an object must implement in order to add an AutoDirectionHandler to it.BidiPolicy.BidiPolicyImpl Implementation class forBidiPolicy
.Constants A tag interface that facilitates locale-sensitive, compile-time binding of constant values supplied from properties files.CurrencyData Information about a currency.CurrencyList Generated class containing all the CurrencyImpl instances.DateTimeFormat Formats and parses dates and times using locale-sensitive patterns.DateTimeFormat.PredefinedFormat Predefined date/time formats -- seeCustomDateTimeFormat
if you need some format that isn't supplied here.DateTimeFormatInfo Deprecated.useDateTimeFormatInfo
insteadDefaultDateTimeFormatInfo For backwards compatibility only.DefaultLocalizedNamesBase Base class ofDefaultLocalizedNames
, used just to isolate all hand-written code here from all generated code.Dictionary Provides dynamic string lookup of key/value string pairs defined in a module's host HTML page.HasDirection A widget that implements this interface has the ability to override the document directionality for its root element.HasDirection.Direction 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).LocaleInfo Provides access to the currently-active locale and the list of available locales.Localizable For backwards compatibility only.LocalizableResource This is the common superinterface to Messages and Constants.LocalizedNames Provides an API for obtaining localized names for a locale.NumberFormat Formats and parses numbers using locale-sensitive patterns.PluralRule The interface that plural rules must implement.PluralRule.PluralForm Information about the plural forms supported by this rule which will be used during code generation and by tools to provide information to translators.TimeZone The TimeZone class implements a time zone information source for client applications.TimeZoneInfo A JavaScript Overlay type on top of the JSON data describing everything we need to know about a particular timezone. -
Classes in com.google.gwt.i18n.client used by com.google.gwt.i18n.client.constants Class Description Constants A tag interface that facilitates locale-sensitive, compile-time binding of constant values supplied from properties files.Localizable For backwards compatibility only.LocalizableResource This is the common superinterface to Messages and Constants. -
Classes in com.google.gwt.i18n.client used by com.google.gwt.i18n.shared Class Description HasDirection.Direction 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). -
Classes in com.google.gwt.i18n.client used by com.google.gwt.text.client Class Description NumberFormat Formats and parses numbers using locale-sensitive patterns. -
Classes in com.google.gwt.i18n.client used by com.google.gwt.user.cellview.client Class Description Constants A tag interface that facilitates locale-sensitive, compile-time binding of constant values supplied from properties files.Constants.DefaultStringValue Default string value to be used if no translation is found (and also used as the source for translation).Localizable For backwards compatibility only.LocalizableResource This is the common superinterface to Messages and Constants.LocalizableResource.DefaultLocale Specifies the default locale for messages in this file.Messages A tag interface that facilitates locale-sensitive, compile-time binding of messages supplied from various sources.UsingGWT.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.Messages.DefaultMessage Default text to be used if no translation is found (and also used as the source for translation). -
Classes in com.google.gwt.i18n.client used by com.google.gwt.user.client.ui Class Description AutoDirectionHandler.Target The interface an object must implement in order to add an AutoDirectionHandler to it.HasDirection A widget that implements this interface has the ability to override the document directionality for its root element.HasDirection.Direction 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).NumberFormat Formats and parses numbers using locale-sensitive patterns. -
Classes in com.google.gwt.i18n.client used by com.google.gwt.user.datepicker.client Class Description DateTimeFormat Formats and parses dates and times using locale-sensitive patterns.