Uses of Interface
com.google.gwt.i18n.shared.Localizable
-
Packages that use Localizable 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. -
-
Uses of Localizable in com.google.gwt.i18n.client
Subinterfaces of Localizable in com.google.gwt.i18n.client Modifier and Type Interface Description interfaceConstantsA tag interface that facilitates locale-sensitive, compile-time binding of constant values supplied from properties files.interfaceConstantsWithLookupLikeConstants, 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.interfaceLocalizableFor backwards compatibility only.interfaceLocalizableResourceThis is the common superinterface to Messages and Constants.interfaceMessagesA tag interface that facilitates locale-sensitive, compile-time binding of messages supplied from various sources.UsingGWT.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. -
Uses of Localizable in com.google.gwt.i18n.client.constants
Subinterfaces of Localizable in com.google.gwt.i18n.client.constants Modifier and Type Interface Description interfaceCurrencyCodeMapConstantsCurrencyCodeMapConstants provide a interface to access data constrained in CurrencyCodeMapConstants.properties file.interfaceDateTimeConstantsImplDateTimeConstantsImpl class encapsulate a collection of DateTime formatting symbols for use with DateTime format and parse services.interfaceNumberConstantsImplNumberConstantsImpl class encapsulate a collection of Number formatting symbols for use with Number format and parse services.interfaceTimeZoneConstantsTimeZoneConstants encapsulates a collection of time zone data for use with DateTimeFormat services. -
Uses of Localizable in com.google.gwt.user.cellview.client
Subinterfaces of Localizable in com.google.gwt.user.cellview.client Modifier and Type Interface Description static interfaceCellTree.CellTreeMessagesConstants for labeling the cell tree.static interfaceSimplePager.ImageButtonsConstantsConstant for labeling the simple pager navigationalSimplePager.ImageButtons
-