public static class Html5.VIDEO extends HtmlParentElement implements Html5.ParentElement<Html5.VIDEO,Html5.VIDEO>
<video>.| Modifier and Type | Field and Description |
|---|---|
static HtmlElementType |
TYPE
HtmlElementType for
<video> (void=false, block=false, pre=false). |
| Constructor and Description |
|---|
VIDEO() |
| Instance Methods | |
|---|---|
HtmlElementType |
getElementType()
Get the metadata of this element.
|
Html5.VIDEO |
autoplay(boolean value)
Set boolean attribute
autoplay. |
Html5.VIDEO |
controls(boolean value)
Set boolean attribute
controls. |
Html5.VIDEO |
crossorigin(CharSequence value)
Set attribute
crossorigin="{value}". |
Html5.VIDEO |
height(int value)
Set attribute
height="{value}". |
Html5.VIDEO |
loop(boolean value)
Set boolean attribute
loop. |
Html5.VIDEO |
mediagroup(CharSequence value)
Set attribute
mediagroup="{value}". |
Html5.VIDEO |
muted(boolean value)
Set boolean attribute
muted. |
Html5.VIDEO |
poster(CharSequence value)
Set attribute
poster="{value}". |
Html5.VIDEO |
preload(CharSequence value)
Set attribute
preload="{value}". |
Html5.VIDEO |
src(CharSequence value)
Set attribute
src="{value}". |
Html5.VIDEO |
width(int value)
Set attribute
width="{value}". |
addChild, addChild, addChildren, detachChildren, getChild, getChildCount, removeChild, render, setChildgetAttribute, getAttributeCount, getAttributeMap, isBlock, setAttributeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, addaddChild, addChild, addChildren, detachChildren, getChild, getChildCount, getChildList, removeChild, render, setChildaccesskey, attr, attr, attr, class_, class_add, contenteditable, contextmenu, data, dir, draggable, dropzone, hidden, id, inert, itemid, itemprop, itemref, itemscope, itemtype, lang, on, spellcheck, style, tabindex, title, translateattr, getAttribute, setAttributepublic static final HtmlElementType TYPE
<video> (void=false, block=false, pre=false).public HtmlElementType getElementType()
HtmlElementHtmlElementType.getElementType in class HtmlElementpublic Html5.VIDEO autoplay(boolean value)
autoplay.public Html5.VIDEO controls(boolean value)
controls.public Html5.VIDEO crossorigin(CharSequence value)
crossorigin="{value}".public Html5.VIDEO height(int value)
height="{value}".public Html5.VIDEO loop(boolean value)
loop.public Html5.VIDEO mediagroup(CharSequence value)
mediagroup="{value}".public Html5.VIDEO muted(boolean value)
muted.public Html5.VIDEO poster(CharSequence value)
poster="{value}".public Html5.VIDEO preload(CharSequence value)
preload="{value}".public Html5.VIDEO src(CharSequence value)
src="{value}".public Html5.VIDEO width(int value)
width="{value}".