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, setChild
getAttribute, getAttributeCount, getAttributeMap, isBlock, setAttribute
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
add, add
addChild, addChild, addChildren, detachChildren, getChild, getChildCount, getChildList, removeChild, render, setChild
accesskey, 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, translate
attr, getAttribute, setAttribute
public static final HtmlElementType TYPE
<video>
(void=false, block=false, pre=false).public HtmlElementType getElementType()
HtmlElement
HtmlElementType
.getElementType
in class HtmlElement
public 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}"
.