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 classDomVideoBuilderDOM-based implementation ofVideoBuilder.Methods in com.google.gwt.dom.builder.client that return VideoBuilder Modifier and Type Method Description VideoBuilderDomVideoBuilder. height(int height)VideoBuilderDomVideoBuilder. poster(java.lang.String url)VideoBuilderDomElementBuilderBase. startVideo()VideoBuilderDomVideoBuilder. 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 classHtmlVideoBuilderHTML-based implementation ofVideoBuilder.Methods in com.google.gwt.dom.builder.shared that return VideoBuilder Modifier and Type Method Description abstract VideoBuilderElementBuilderFactory. createVideoBuilder()VideoBuilderHtmlVideoBuilder. height(int height)VideoBuilderVideoBuilder. height(int height)Sets the height of the element.VideoBuilderHtmlVideoBuilder. poster(java.lang.String url)VideoBuilderVideoBuilder. poster(java.lang.String url)Sets the poster URL.VideoBuilderElementBuilderBase. startVideo()Append a video element.VideoBuilderHtmlElementBuilderBase. startVideo()VideoBuilderHtmlVideoBuilder. width(int width)VideoBuilderVideoBuilder. width(int width)Sets the width of the element.
-