T - the type of the component implementing this interfacepublic interface HasChildren<T>
| Modifier and Type | Method and Description |
|---|---|
T |
appendChild(org.jboss.elemento.IsElement<?> isElement) |
T |
appendChild(elemental2.dom.Node node) |
T appendChild(elemental2.dom.Node node)
node - Node to append to the componentT appendChild(org.jboss.elemento.IsElement<?> isElement)
isElement - IsElement to append to the componentCopyright © 2019–2022 Dominokit. All rights reserved.