GWT 2.3.0

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

Packages that use VideoElement
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 VideoElement in com.google.gwt.dom.client
 

Methods in com.google.gwt.dom.client that return VideoElement
 VideoElement Document.createVideoElement()
          Creates a <video> element.
 

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

Methods in com.google.gwt.media.client that return VideoElement
 VideoElement Video.getVideoElement()
          Returns the attached VideoElement.
 

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


GWT 2.3.0