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 |
DomVideoBuilder
DOM-based implementation of
VideoBuilder . |
Modifier and Type | Method and Description |
---|---|
VideoBuilder |
DomVideoBuilder.height(int height) |
VideoBuilder |
DomVideoBuilder.poster(java.lang.String url) |
VideoBuilder |
DomElementBuilderBase.startVideo() |
VideoBuilder |
DomVideoBuilder.width(int width) |
Modifier and Type | Class and Description |
---|---|
class |
HtmlVideoBuilder
HTML-based implementation of
VideoBuilder . |
Modifier and Type | Method and Description |
---|---|
abstract VideoBuilder |
ElementBuilderFactory.createVideoBuilder() |
VideoBuilder |
VideoBuilder.height(int height)
Sets the height of the element.
|
VideoBuilder |
HtmlVideoBuilder.height(int height) |
VideoBuilder |
VideoBuilder.poster(java.lang.String url)
Sets the poster URL.
|
VideoBuilder |
HtmlVideoBuilder.poster(java.lang.String url) |
VideoBuilder |
HtmlElementBuilderBase.startVideo() |
VideoBuilder |
ElementBuilderBase.startVideo()
Append a video element.
|
VideoBuilder |
VideoBuilder.width(int width)
Sets the width of the element.
|
VideoBuilder |
HtmlVideoBuilder.width(int width) |