| 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. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DomVideoBuilderDOM-based implementation of  VideoBuilder. | 
| Modifier and Type | Method and Description | 
|---|---|
| VideoBuilder | DomVideoBuilder. height(int height) | 
| VideoBuilder | DomVideoBuilder. poster(String url) | 
| VideoBuilder | DomElementBuilderBase. startVideo() | 
| VideoBuilder | DomVideoBuilder. width(int width) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HtmlVideoBuilderHTML-based implementation of  VideoBuilder. | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract VideoBuilder | ElementBuilderFactory. createVideoBuilder() | 
| VideoBuilder | HtmlVideoBuilder. height(int height) | 
| VideoBuilder | VideoBuilder. height(int height)Sets the height of the element. | 
| VideoBuilder | HtmlVideoBuilder. poster(String url) | 
| VideoBuilder | VideoBuilder. poster(String url)Sets the poster URL. | 
| VideoBuilder | HtmlElementBuilderBase. startVideo() | 
| VideoBuilder | ElementBuilderBase. startVideo()Append a video element. | 
| VideoBuilder | HtmlVideoBuilder. width(int width) | 
| VideoBuilder | VideoBuilder. width(int width)Sets the width of the element. | 
Copyright © 2018. All rights reserved.