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 classDomAudioBuilderDOM-based implementation ofAudioBuilder.Methods in com.google.gwt.dom.builder.client that return AudioBuilder Modifier and Type Method Description AudioBuilderDomElementBuilderBase. 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 classHtmlAudioBuilderHTML-based implementation ofAudioBuilder.Methods in com.google.gwt.dom.builder.shared that return AudioBuilder Modifier and Type Method Description abstract AudioBuilderElementBuilderFactory. createAudioBuilder()AudioBuilderElementBuilderBase. startAudio()Append a audio element.AudioBuilderHtmlElementBuilderBase. startAudio()
-