|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VideoBuilder | |
---|---|
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 | |
---|---|
class |
DomVideoBuilder
DOM-based implementation of VideoBuilder . |
Methods in com.google.gwt.dom.builder.client that return VideoBuilder | |
---|---|
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 | |
---|---|
class |
HtmlVideoBuilder
HTML-based implementation of VideoBuilder . |
Methods in com.google.gwt.dom.builder.shared that return VideoBuilder | |
---|---|
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)
|
|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |