Package com.vaadin.client.flow.dom
-
Interface Summary Interface Description DomApiImpl A DOM API abstraction layer to be used viaDomApi.wrap(Node)
.DomElement Element that has all methods from Element API that have been overridden in Polymer DOM module.DomElement.DomTokenList A DOMTokenList java representation.DomNode Node that has all methods from Node API that have been overridden in Polymer DOM module. -
Class Summary Class Description DomApi Access point for DOM API.PolymerDomApiImpl Implementation ofDomApiImpl
that uses the Polymer 's DOM API.