| Package | Description | 
|---|---|
| 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.user.cellview.client | The "cellview" widget set. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ConstantsA tag interface that facilitates locale-sensitive, compile-time binding of
 constant values supplied from properties files. | 
| interface  | ConstantsWithLookupLike  Constants, a tag interface that
 facilitates locale-sensitive, compile-time binding of constant values
 supplied from properties files with the added ability to look up constants at
 runtime with a string key. | 
| interface  | MessagesA tag interface that facilitates locale-sensitive, compile-time binding of
 messages supplied from various sources.Using
  GWT.create(class)to "instantiate" an interface that
 extendsMessagesreturns an instance of an automatically
 generated subclass that is implemented using message templates selected based
 on locale. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | CurrencyCodeMapConstantsCurrencyCodeMapConstants provide a interface to access data constrained in
 CurrencyCodeMapConstants.properties file. | 
| interface  | DateTimeConstantsImplDateTimeConstantsImpl class encapsulate a collection of DateTime formatting
 symbols for use with DateTime format and parse services. | 
| interface  | NumberConstantsImplNumberConstantsImpl class encapsulate a collection of Number formatting 
 symbols for use with Number format and parse services. | 
| interface  | TimeZoneConstantsTimeZoneConstants encapsulates a collection of time zone data for use with
 DateTimeFormat services. | 
| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | CellTree.CellTreeMessagesConstants for labeling the cell tree. | 
| static interface  | SimplePager.ImageButtonsConstantsConstant for labeling the simple pager navigational  ImageButtons |