@FunctionalInterface public interface DomApiImpl
DomApi.wrap(Node).| Modifier and Type | Method and Description |
|---|---|
DomElement |
wrap(elemental.dom.Node node)
Wraps the given DOM node to make it safe to invoke any of the methods
from
DomNode or DomElement. |
DomElement wrap(elemental.dom.Node node)
DomNode or DomElement.node - the node to wrapCopyright © 2000–2021 Vaadin Ltd. All rights reserved.