GWT 2.1.1

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   
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
          Information required for formatting and parsing localized date/time values.
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
          A tag interface that serves as the root of a family of types used in static internationalization.
LocalizableResource
          This is the common superinterface to Messages and Constants.
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
          A tag interface that serves as the root of a family of types used in static internationalization.
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
DateTimeFormat
          Formats and parses dates and times using locale-sensitive patterns.
NumberFormat
          Formats and parses numbers using locale-sensitive patterns.
TimeZone
          The TimeZone class implements a time zone information source for client applications.
 

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.
DateTimeFormat
          Formats and parses dates and times using locale-sensitive patterns.
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.
TimeZone
          The TimeZone class implements a time zone information source for client applications.
 

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.1.1