Uses of Class
com.google.gwt.dom.client.SourceElement
Packages that use 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
Methods in com.google.gwt.dom.client that return SourceElementModifier and TypeMethodDescriptionstatic SourceElementAssert that the givenElementis compatible with this class and automatically typecast it.final SourceElementDocument.createSourceElement()Creates an <source> element. -
Uses of SourceElement in com.google.gwt.media.client
Methods in com.google.gwt.media.client that return SourceElementModifier and TypeMethodDescriptionAdd a source element to this media.Add a source element to this media, specifying the type (format) of the media.Methods in com.google.gwt.media.client with parameters of type SourceElementModifier and TypeMethodDescriptionvoidMediaBase.removeSource(SourceElement source) Remove the specifiedSourceElementfrom this media.