Package | Description |
---|---|
com.google.gwt.cell.client | |
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.
|
com.google.gwt.text.client |
Classes for parsing and rendering numbers, dates, and times.
|
com.google.gwt.user.client.ui |
Widgets, Panels, and other user-interface classes.
|
Constructor and Description |
---|
DateCell(DateTimeFormat format)
Construct a new
DateCell using the specified format and a
SimpleSafeHtmlRenderer . |
DateCell(DateTimeFormat format,
SafeHtmlRenderer<java.lang.String> renderer)
Construct a new
DateCell using the specified format and the given
SafeHtmlRenderer . |
DateCell(DateTimeFormat format,
SafeHtmlRenderer<java.lang.String> renderer,
TimeZone timeZone)
Construct a new
DateCell using the specified format, the given
SafeHtmlRenderer , and the specified time zone. |
DateCell(DateTimeFormat format,
TimeZone timeZone)
Construct a new
DateCell using the specified format and time zone. |
Modifier and Type | Class and Description |
---|---|
class |
DateTimeFormat
Formats and parses dates and times using locale-sensitive patterns.
|
Modifier and Type | Method and Description |
---|---|
static DateTimeFormat |
DateTimeFormat.getFormat(DateTimeFormat.PredefinedFormat predef)
Get a DateTimeFormat instance for a predefined format.
|
static DateTimeFormat |
DateTimeFormat.getFormat(java.lang.String pattern)
Returns a DateTimeFormat object using the specified pattern.
|
protected static DateTimeFormat |
DateTimeFormat.getFormat(java.lang.String pattern,
DateTimeFormatInfo dtfi)
Internal factory method that provides caching.
|
Constructor and Description |
---|
DateTimeFormatRenderer(DateTimeFormat format)
Create an instance with the given format and the default time zone.
|
DateTimeFormatRenderer(DateTimeFormat format,
TimeZone timeZone)
Create an instance with the given format and time zone.
|
Constructor and Description |
---|
DateLabel(DateTimeFormat format) |
DateLabel(DateTimeFormat format,
TimeZone timeZone) |