GWT 2.7.0

Uses of Package
com.google.gwt.i18n.client

Packages that use com.google.gwt.i18n.client
com.google.gwt.cell.client Standard Cell subclasses used by the cellview widgets. 
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
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
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 for BidiPolicy.
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 -- see CustomDateTimeFormat if you need some format that isn't supplied here.
DateTimeFormatInfo
          Deprecated. use DateTimeFormatInfo instead
DefaultDateTimeFormatInfo
          For backwards compatibility only.
DefaultLocalizedNamesBase
          Base class of DefaultLocalizedNames, 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 for HasDirection.getDirection() and parameter values for HasDirection.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.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
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
HasDirection.Direction
          Possible return values for HasDirection.getDirection() and parameter values for HasDirection.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
NumberFormat
          Formats and parses numbers using locale-sensitive patterns.
 

Classes in com.google.gwt.i18n.client used by com.google.gwt.user.cellview.client
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.Using GWT.create(class) to "instantiate" an interface that extends Messages 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
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 for HasDirection.getDirection() and parameter values for HasDirection.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
DateTimeFormat
          Formats and parses dates and times using locale-sensitive patterns.
 


GWT 2.7.0