GWT 2.7.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.event.dom.client Types related to DOM events. 
com.google.gwt.geolocation.client Support for the HTML5 Geolocation API. 
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.event.dom.client
 

Classes in com.google.gwt.event.dom.client with annotations of type PartialSupport
 class DragDropEventBase<H extends EventHandler>
          Base class for drag and drop events.
 

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

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

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.7.0