Uses of Interface
com.google.gwt.i18n.shared.TimeZone
Packages that use 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
Constructors in com.google.gwt.cell.client with parameters of type TimeZoneModifierConstructorDescriptionDateCell
(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
Classes in com.google.gwt.i18n.client that implement TimeZoneModifier and TypeClassDescriptionclass
The TimeZone class implements a time zone information source for client applications. -
Uses of TimeZone in com.google.gwt.text.client
Constructors in com.google.gwt.text.client with parameters of type TimeZoneModifierConstructorDescriptionDateTimeFormatRenderer
(DateTimeFormat format, TimeZone timeZone) Create an instance with the given format and time zone. -
Uses of TimeZone in com.google.gwt.user.client.ui
Constructors in com.google.gwt.user.client.ui with parameters of type TimeZone