GWT 2.3.0

Uses of Class
com.google.gwt.dom.client.PartialSupport

Packages that use PartialSupport
com.google.gwt.canvas.client Classes for HTML Canvas 2D support. 
com.google.gwt.media.client Widgets for HTML Audio and Video support. 
com.google.gwt.storage.client Provides for key-value Storage services. 
com.google.gwt.touch.client   
 

Uses of PartialSupport in com.google.gwt.canvas.client
 

Classes in com.google.gwt.canvas.client with annotations of type PartialSupport
 class Canvas
          A widget representing a <canvas> element.
 

Uses of PartialSupport in com.google.gwt.media.client
 

Classes in com.google.gwt.media.client with annotations of type PartialSupport
 class Audio
           A widget representing an <audio> element.
 

Uses of PartialSupport in com.google.gwt.storage.client
 

Classes in com.google.gwt.storage.client with annotations of type PartialSupport
 class Storage
          Implements the HTML5 Storage interface.
 

Uses of PartialSupport in com.google.gwt.touch.client
 

Classes in com.google.gwt.touch.client with annotations of type PartialSupport
 class TouchScroller
          Adds touch based scrolling to a scroll panel.
 


GWT 2.3.0