Uses of Interface
com.vaadin.client.flow.dom.DomElement
-
Packages that use DomElement Package Description com.vaadin.client.flow.dom -
-
Uses of DomElement in com.vaadin.client.flow.dom
Methods in com.vaadin.client.flow.dom that return DomElement Modifier and Type Method Description static DomElementDomApi. wrap(elemental.dom.Node node)Wraps the given DOM node to make it safe to invoke any of the methods fromDomNodeorDomElement.DomElementDomApiImpl. wrap(elemental.dom.Node node)Wraps the given DOM node to make it safe to invoke any of the methods fromDomNodeorDomElement.DomElementPolymerDomApiImpl. wrap(elemental.dom.Node node)
-