GWT 2.5.0.rc2

Uses of Class
com.google.gwt.i18n.client.TimeZone

Packages that use TimeZone
com.google.gwt.cell.client Standard Cell subclasses used by the cellview widgets. 
com.google.gwt.i18n.client Internationalization support for GWT applications. 
 

Uses of TimeZone in com.google.gwt.cell.client
 

Constructors in com.google.gwt.cell.client with parameters of type TimeZone
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.
 

Uses of TimeZone in com.google.gwt.i18n.client
 

Methods in com.google.gwt.i18n.client that return TimeZone
static TimeZone TimeZone.createTimeZone(int timeZoneOffsetInMinutes)
          This factory method provides a decent fallback to create a time zone object just based on a given time zone offset.
static TimeZone TimeZone.createTimeZone(java.lang.String tzJSON)
          This factory method creates a time zone instance from a JSON string that contains the time zone information for desired time zone.
static TimeZone TimeZone.createTimeZone(TimeZoneInfo timezoneData)
           
 


GWT 2.5.0.rc2