| Package | Description |
|---|---|
| io.wcm.handler.commons.dom |
DOM convenience objects used by handler implementations to build markup fragments for links and media.
|
| Modifier and Type | Method and Description |
|---|---|
Video |
AbstractHtmlElementFactory.createVideo()
Creates and adds video element.
|
Video |
Video.setAutoPlay(boolean value)
Html "autoplay" attribute.
|
Video |
Video.setControls(boolean value)
Html "controls" attribute.
|
Video |
Video.setHeight(long value)
Html "height" attribute.
|
Video |
Video.setLoop(boolean value)
Html "loop" attribute.
|
Video |
Video.setMuted(boolean value)
Html "muted" attribute.
|
Video |
Video.setPoster(String value)
Html "poster" attribute.
|
Video |
Video.setPreload(String value)
Html "preload" attribute.
|
Video |
Video.setSrc(String value)
Html "src" attribute.
|
Video |
Video.setWidth(long value)
Html "poster" attribute.
|
Copyright © 2014–2017 wcm.io. All rights reserved.