GWT 2.7.0

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

Packages that use TimeZoneInfo
com.google.gwt.i18n.client Internationalization support for GWT applications. 
 

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

Methods in com.google.gwt.i18n.client that return TimeZoneInfo
static TimeZoneInfo TimeZoneInfo.buildTimeZoneData(java.lang.String json)
          Construct a TimeZoneData javascript overlay object given some json text.
 

Methods in com.google.gwt.i18n.client with parameters of type TimeZoneInfo
static TimeZone TimeZone.createTimeZone(TimeZoneInfo timezoneData)
           
 


GWT 2.7.0