GWT 2.7.0

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

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

Methods in com.google.gwt.dom.client that return AudioElement
 AudioElement Document.createAudioElement()
          Creates an <audio> element.
 

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

Methods in com.google.gwt.media.client that return AudioElement
 AudioElement Audio.getAudioElement()
          Returns the attached AudioElement.
 

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


GWT 2.7.0