public class PolymerDomApiImpl extends Object implements DomApiImpl
DomApiImpl that uses the
Polymer
's DOM API.
Contains methods for checking whether polymer-micro.html has been loaded.
| Constructor and Description |
|---|
PolymerDomApiImpl() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isPolymerMicroLoaded()
Checks whether the polymer-micro.html is loaded or not.
|
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. |
public DomElement wrap(elemental.dom.Node node)
DomApiImplDomNode or DomElement.wrap in interface DomApiImplnode - the node to wrappublic static boolean isPolymerMicroLoaded()
true if polymer micro has been loaded,
false if notCopyright © 2000–2020 Vaadin Ltd. All rights reserved.