Uses of Class
io.wcm.handler.commons.dom.Video
-
Packages that use Video Package Description io.wcm.handler.commons.dom DOM convenience objects used by handler implementations to build markup fragments for links and media. -
-
Uses of Video in io.wcm.handler.commons.dom
Methods in io.wcm.handler.commons.dom that return Video Modifier and Type Method Description VideoVideo. addCssClass(java.lang.String value)VideoAbstractHtmlElementFactory. createVideo()Creates and adds video element.VideoVideo. setAttributeValueAsLong(java.lang.String name, long value)VideoVideo. setAutoPlay(boolean value)Html "autoplay" attribute.VideoVideo. setControls(boolean value)Html "controls" attribute.VideoVideo. setCssClass(java.lang.String value)VideoVideo. setData(java.lang.String attributeName, java.lang.String value)protected VideoVideo. setEmptyAttributeValueAsBoolean(java.lang.String attributeName, boolean value)VideoVideo. setHeight(long value)Html "height" attribute.VideoVideo. setId(java.lang.String value)VideoVideo. setLoop(boolean value)Html "loop" attribute.VideoVideo. setMuted(boolean value)Html "muted" attribute.VideoVideo. setPoster(java.lang.String value)Html "poster" attribute.VideoVideo. setPreload(java.lang.String value)Html "preload" attribute.VideoVideo. setSrc(java.lang.String value)Html "src" attribute.VideoVideo. setStyle(java.lang.String styleAttribute, java.lang.String styleValue)VideoVideo. setStyleString(java.lang.String value)VideoVideo. setText(java.lang.String text)VideoVideo. setTitle(java.lang.String value)VideoVideo. setWidth(long value)Html "poster" attribute.
-