GWT 0.0.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.
 


GWT 0.0.0