Uses of Interface
com.google.gwt.dom.builder.shared.VideoBuilder
-
Packages that use VideoBuilder 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 VideoBuilder in com.google.gwt.dom.builder.client
Classes in com.google.gwt.dom.builder.client that implement VideoBuilder Modifier and Type Class Description class
DomVideoBuilder
DOM-based implementation ofVideoBuilder
.Methods in com.google.gwt.dom.builder.client that return VideoBuilder Modifier and Type Method Description VideoBuilder
DomVideoBuilder. height(int height)
VideoBuilder
DomVideoBuilder. poster(java.lang.String url)
VideoBuilder
DomElementBuilderBase. startVideo()
VideoBuilder
DomVideoBuilder. width(int width)
-
Uses of VideoBuilder in com.google.gwt.dom.builder.shared
Classes in com.google.gwt.dom.builder.shared that implement VideoBuilder Modifier and Type Class Description class
HtmlVideoBuilder
HTML-based implementation ofVideoBuilder
.Methods in com.google.gwt.dom.builder.shared that return VideoBuilder Modifier and Type Method Description abstract VideoBuilder
ElementBuilderFactory. createVideoBuilder()
VideoBuilder
HtmlVideoBuilder. height(int height)
VideoBuilder
VideoBuilder. height(int height)
Sets the height of the element.VideoBuilder
HtmlVideoBuilder. poster(java.lang.String url)
VideoBuilder
VideoBuilder. poster(java.lang.String url)
Sets the poster URL.VideoBuilder
ElementBuilderBase. startVideo()
Append a video element.VideoBuilder
HtmlElementBuilderBase. startVideo()
VideoBuilder
HtmlVideoBuilder. width(int width)
VideoBuilder
VideoBuilder. width(int width)
Sets the width of the element.
-