Uses of Interface
com.google.gwt.i18n.shared.TimeZone
Package
Description
Internationalization support for GWT applications.
This package contains i18n classes and interfaces shared between client and
server.
Classes for parsing and rendering numbers, dates, and times.
Widgets, Panels, and other user-interface classes.
-
Uses of TimeZone in com.google.gwt.cell.client
ModifierConstructorDescriptionDateCell
(DateTimeFormat format, TimeZone timeZone) Construct a newDateCell
using the specified format and time zone.DateCell
(DateTimeFormat format, SafeHtmlRenderer<String> renderer, TimeZone timeZone) Construct a newDateCell
using the specified format, the givenSafeHtmlRenderer
, and the specified time zone. -
Uses of TimeZone in com.google.gwt.i18n.client
Modifier and TypeClassDescriptionclass
The TimeZone class implements a time zone information source for client applications. -
Uses of TimeZone in com.google.gwt.text.client
ModifierConstructorDescriptionDateTimeFormatRenderer
(DateTimeFormat format, TimeZone timeZone) Create an instance with the given format and time zone. -
Uses of TimeZone in com.google.gwt.user.client.ui