GWT 2.7.0

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

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

Methods in com.google.gwt.dom.client that return SourceElement
static SourceElement SourceElement.as(Element elem)
          Assert that the given Element is compatible with this class and automatically typecast it.
 SourceElement Document.createSourceElement()
          Creates an <source> element.
 

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

Methods in com.google.gwt.media.client that return SourceElement
 SourceElement MediaBase.addSource(java.lang.String url)
          Add a source element to this media.
 SourceElement MediaBase.addSource(java.lang.String url, java.lang.String type)
          Add a source element to this media, specifying the type (format) of the media.
 

Methods in com.google.gwt.media.client with parameters of type SourceElement
 void MediaBase.removeSource(SourceElement source)
          Remove the specified SourceElement from this media.
 


GWT 2.7.0