| Package | Description |
|---|---|
| org.dominokit.domino.ui.media |
| Modifier and Type | Method and Description |
|---|---|
MediaObject |
MediaObject.alignLeftMedia(MediaObject.MediaAlign align)
Sets the alignment of the left media element
|
MediaObject |
MediaObject.alignRightMedia(MediaObject.MediaAlign align)
Sets the alignment of the right media element
|
MediaObject |
MediaObject.appendChild(org.jboss.elemento.IsElement<?> content) |
MediaObject |
MediaObject.appendChild(elemental2.dom.Node content) |
static MediaObject |
MediaObject.create() |
MediaObject |
MediaObject.setHeader(String header)
Sets the header title of the media object
|
MediaObject |
MediaObject.setLeftMedia(org.jboss.elemento.IsElement<?> element)
Same as
setLeftMedia(Node) but uses IsElement wrapper |
MediaObject |
MediaObject.setLeftMedia(elemental2.dom.Node content)
Sets the media node at the left of this component
|
MediaObject |
MediaObject.setRightMedia(org.jboss.elemento.IsElement<?> element)
Same as
setRightMedia(Node) but uses IsElement wrapper |
MediaObject |
MediaObject.setRightMedia(elemental2.dom.Node content)
Sets the media node at the right of this component
|
Copyright © 2019–2022 Dominokit. All rights reserved.