Uses of Interface
com.google.gwt.dom.builder.shared.AudioBuilder
-
Packages that use AudioBuilder Package Description com.google.gwt.dom.builder.client Classes used to build DOM elements.com.google.gwt.dom.builder.shared Classes used to build DOM elements. -
-
Uses of AudioBuilder in com.google.gwt.dom.builder.client
Classes in com.google.gwt.dom.builder.client that implement AudioBuilder Modifier and Type Class Description class
DomAudioBuilder
DOM-based implementation ofAudioBuilder
.Methods in com.google.gwt.dom.builder.client that return AudioBuilder Modifier and Type Method Description AudioBuilder
DomElementBuilderBase. startAudio()
-
Uses of AudioBuilder in com.google.gwt.dom.builder.shared
Classes in com.google.gwt.dom.builder.shared that implement AudioBuilder Modifier and Type Class Description class
HtmlAudioBuilder
HTML-based implementation ofAudioBuilder
.Methods in com.google.gwt.dom.builder.shared that return AudioBuilder Modifier and Type Method Description abstract AudioBuilder
ElementBuilderFactory. createAudioBuilder()
AudioBuilder
ElementBuilderBase. startAudio()
Append a audio element.AudioBuilder
HtmlElementBuilderBase. startAudio()
-