Package | Description |
---|---|
com.google.gwt.i18n.client |
Internationalization support for GWT applications.
|
com.google.gwt.i18n.shared |
This package contains i18n classes and interfaces shared between client and
server.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DateTimeFormatInfo
Deprecated.
use
DateTimeFormatInfo instead |
Modifier and Type | Class and Description |
---|---|
(package private) class |
DateTimeFormatInfoAdapter
Adapter that makes a
DateTimeConstants implementation suitable for
use with something that wants a
DateTimeFormatInfo . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultDateTimeFormatInfo
Default implementation of DateTimeFormatInfo interface, using values from
the CLDR root locale.
|
Modifier and Type | Method and Description |
---|---|
protected static DateTimeFormat |
DateTimeFormat.getFormat(java.lang.String pattern,
DateTimeFormatInfo dtfi)
Internal factory method that provides caching.
|
Constructor and Description |
---|
DateTimeFormat(java.lang.String pattern,
DateTimeFormatInfo dtfi)
Constructs a format object using the specified pattern and user-supplied
date time constants.
|