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.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
DateTimeConstantsAdapter
Adapter that makes a
DateTimeFormatInfo
implementation suitable for use with something that wants a
DateTimeConstants . |
Modifier and Type | Method and Description |
---|---|
DateTimeConstants |
LocaleInfo.getDateTimeConstants()
Returns a DateTimeConstants instance for this locale.
|
Constructor and Description |
---|
DateTimeFormat(java.lang.String pattern,
DateTimeConstants dateTimeConstants)
Deprecated.
|
DateTimeFormatInfoAdapter(DateTimeConstants dtc) |
Modifier and Type | Interface and Description |
---|---|
interface |
DateTimeConstantsImpl
DateTimeConstantsImpl class encapsulate a collection of DateTime formatting
symbols for use with DateTime format and parse services.
|
Modifier and Type | Method and Description |
---|---|
DateTimeConstants |
LocaleConstants.getDateTimeConstants() |