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


GWT 0.0.0