GWT 2.7.0

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

Packages that use MediaElement
com.google.gwt.dom.builder.client Classes used to build DOM elements. 
com.google.gwt.dom.client Classes for low-level DOM programming. 
com.google.gwt.media.client Widgets for HTML Audio and Video support. 
 

Uses of MediaElement in com.google.gwt.dom.builder.client
 

Classes in com.google.gwt.dom.builder.client with type parameters of type MediaElement
 class DomMediaBuilderBase<R extends MediaBuilder<?>,E extends MediaElement>
          Base class for HTML-based implementations of MediaBuilder.
 

Uses of MediaElement in com.google.gwt.dom.client
 

Subclasses of MediaElement in com.google.gwt.dom.client
 class AudioElement
          Audio element.
 class VideoElement
          Video element.
 

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

Methods in com.google.gwt.media.client that return MediaElement
 MediaElement MediaBase.getMediaElement()
          Returns the attached Media Element.
 

Constructors in com.google.gwt.media.client with parameters of type MediaElement
MediaBase(MediaElement element)
          Protected constructor.
 


GWT 2.7.0