@ProviderType public final class Video extends AbstractNonSelfClosingHtmlElement<Video>
| Constructor and Description |
|---|
Video()
Initializes html element.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getHeight()
Html "height" attribute.
|
String |
getPoster()
Html "poster" attribute.
|
String |
getPreload()
Html "preload" attribute.
|
String |
getSrc()
Html "src" attribute.
|
long |
getWidth()
Html "poster" attribute.
|
boolean |
isAutoPlay()
Html "autoplay" attribute.
|
boolean |
isControls()
Html "controls" attribute.
|
boolean |
isLoop()
Html "loop" attribute.
|
boolean |
isMuted()
Html "muted" attribute.
|
Video |
setAutoPlay(boolean value)
Html "autoplay" attribute.
|
Video |
setControls(boolean value)
Html "controls" attribute.
|
Video |
setHeight(long value)
Html "height" attribute.
|
Video |
setLoop(boolean value)
Html "loop" attribute.
|
Video |
setMuted(boolean value)
Html "muted" attribute.
|
Video |
setPoster(String value)
Html "poster" attribute.
|
Video |
setPreload(String value)
Html "preload" attribute.
|
Video |
setSrc(String value)
Html "src" attribute.
|
Video |
setWidth(long value)
Html "poster" attribute.
|
add, addCssClass, getCssClass, getData, getEmptyAttributeValueAsBoolean, getId, getStyle, getStyles, getStyleString, getTitle, setCssClass, setData, setEmptyAttributeValueAsBoolean, setId, setStyle, setStyleString, setTitlecreate, createAnchor, createAnchor, createAnchor, createAudio, createComment, createDiv, createFigCaption, createFigure, createImage, createImage, createImage, createImage, createImage, createNoScript, createScript, createScript, createSource, createSpan, createSpan, createVideoadd, addContent, addContent, addContent, addContent, addContent, getAttributeValueAsInteger, getAttributeValueAsLong, setAttribute, setAttribute, setAttributeValueAsInteger, setAttributeValueAsLong, setName, setText, toString, toStringContentOnlyaddNamespaceDeclaration, canContainContent, clone, cloneContent, coalesceText, detach, getAdditionalNamespaces, getAttribute, getAttribute, getAttributes, getAttributeValue, getAttributeValue, getAttributeValue, getAttributeValue, getChild, getChild, getChildren, getChildren, getChildren, getChildText, getChildText, getChildTextNormalize, getChildTextNormalize, getChildTextTrim, getChildTextTrim, getContent, getContent, getContent, getContentSize, getDescendants, getDescendants, getName, getNamespace, getNamespace, getNamespacePrefix, getNamespacesInherited, getNamespacesInScope, getNamespacesIntroduced, getNamespaceURI, getQualifiedName, getText, getTextNormalize, getTextTrim, getValue, getXMLBaseURI, hasAdditionalNamespaces, hasAttributes, indexOf, isAncestor, isRootElement, removeAttribute, removeAttribute, removeAttribute, removeChild, removeChild, removeChildren, removeChildren, removeContent, removeContent, removeContent, removeContent, removeNamespaceDeclaration, setAttribute, setAttributes, setContent, setContent, setContent, setContent, setNamespace, sortAttributes, sortChildren, sortContent, sortContentequals, getCType, getDocument, getParent, getParentElement, hashCode, setParentpublic boolean isAutoPlay()
public Video setAutoPlay(boolean value)
value - Value of attributepublic boolean isControls()
public Video setControls(boolean value)
value - Value of attributepublic boolean isLoop()
public Video setLoop(boolean value)
value - Value of attributepublic boolean isMuted()
public Video setMuted(boolean value)
value - Value of attributepublic String getPoster()
public Video setPoster(String value)
value - Value of attributepublic String getPreload()
public Video setPreload(String value)
value - Value of attributepublic String getSrc()
public Video setSrc(String value)
value - Value of attributepublic long getHeight()
public Video setHeight(long value)
value - Value of attributepublic long getWidth()
public Video setWidth(long value)
value - Value of attributeCopyright © 2014–2017 wcm.io. All rights reserved.