|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VideoBuilder
Builds an video element.
Method Summary | |
---|---|
VideoBuilder |
height(int height)
Sets the height of the element. |
VideoBuilder |
poster(java.lang.String url)
Sets the poster URL. |
VideoBuilder |
width(int width)
Sets the width of the element. |
Methods inherited from interface com.google.gwt.dom.builder.shared.MediaBuilder |
---|
autoplay, controls, loop, muted, preload, src |
Method Detail |
---|
VideoBuilder height(int height)
height
- the height, in pixelsVideoBuilder poster(java.lang.String url)
url
- the poster image URLVideoBuilder width(int width)
width
- the width, in pixels
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |