GWT 2.7.0

Uses of Interface
com.google.gwt.i18n.client.LocalizableResource

Packages that use LocalizableResource
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. 
 

Uses of LocalizableResource in com.google.gwt.i18n.client
 

Subinterfaces of LocalizableResource in com.google.gwt.i18n.client
 interface Constants
          A tag interface that facilitates locale-sensitive, compile-time binding of constant values supplied from properties files.
 interface ConstantsWithLookup
          Like 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 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.
 

Uses of LocalizableResource in com.google.gwt.i18n.client.constants
 

Subinterfaces of LocalizableResource in com.google.gwt.i18n.client.constants
 interface CurrencyCodeMapConstants
          CurrencyCodeMapConstants provide a interface to access data constrained in CurrencyCodeMapConstants.properties file.
 interface DateTimeConstantsImpl
          DateTimeConstantsImpl class encapsulate a collection of DateTime formatting symbols for use with DateTime format and parse services.
 interface NumberConstantsImpl
          NumberConstantsImpl class encapsulate a collection of Number formatting symbols for use with Number format and parse services.
 interface TimeZoneConstants
          TimeZoneConstants encapsulates a collection of time zone data for use with DateTimeFormat services.
 

Uses of LocalizableResource in com.google.gwt.user.cellview.client
 

Subinterfaces of LocalizableResource in com.google.gwt.user.cellview.client
static interface CellTree.CellTreeMessages
          Constants for labeling the cell tree.
static interface SimplePager.ImageButtonsConstants
          Constant for labeling the simple pager navigational ImageButtons
 


GWT 2.7.0