Uses of Class
com.google.gwt.dom.client.SourceElement
Package
Description
Classes for low-level DOM programming.
Widgets for HTML Audio and Video support.
-
Uses of SourceElement in com.google.gwt.dom.client
Modifier and TypeMethodDescriptionstatic SourceElement
Assert that the givenElement
is compatible with this class and automatically typecast it.final SourceElement
Document.createSourceElement()
Creates an <source> element. -
Uses of SourceElement in com.google.gwt.media.client
Modifier and TypeMethodDescriptionAdd a source element to this media.Add a source element to this media, specifying the type (format) of the media.Modifier and TypeMethodDescriptionvoid
MediaBase.removeSource
(SourceElement source) Remove the specifiedSourceElement
from this media.