Uses of Class
com.vaadin.flow.dom.Node
-
Packages that use Node Package Description com.vaadin.flow.dom com.vaadin.flow.dom.impl com.vaadin.flow.internal.nodefeature -
-
Uses of Node in com.vaadin.flow.dom
Classes in com.vaadin.flow.dom with type parameters of type Node Modifier and Type Class Description classNode<N extends Node<N>>Represents a node in the DOM.Subclasses of Node in com.vaadin.flow.dom Modifier and Type Class Description classElementRepresents an element in the DOM.classShadowRootRepresents a shadow dom root of an element.Methods in com.vaadin.flow.dom that return Node Modifier and Type Method Description NodeElementStateProvider. getParent(StateNode node)Gets the parent element.NodeNode. getParentNode()Gets the parent node.Node<?>ShadowRoot. getParentNode()Methods in com.vaadin.flow.dom with parameters of type Node Modifier and Type Method Description default voidChildElementConsumer. onError(Node<?> parent, String tag, Element previousSibling)This callback method is called when the requested client element cannot be found in the providedparentby thetagname after thepreviousSibling. -
Uses of Node in com.vaadin.flow.dom.impl
Methods in com.vaadin.flow.dom.impl that return Node Modifier and Type Method Description protected abstract Node<?>AbstractNodeStateProvider. getNode(StateNode node)Gets the flyweight instance for thenodesupported by the provider.protected Node<?>BasicElementStateProvider. getNode(StateNode node)protected Node<?>ShadowRootStateProvider. getNode(StateNode node)NodeAbstractNodeStateProvider. getParent(StateNode node)NodeBasicElementStateProvider. getParent(StateNode node)Node<?>BasicTextElementStateProvider. getParent(StateNode node)Methods in com.vaadin.flow.dom.impl with parameters of type Node Modifier and Type Method Description protected voidAbstractNodeStateProvider. visitDescendants(Node<?> node, NodeVisitor visitor)Apply thevisitorfor the descendants of thenode. -
Uses of Node in com.vaadin.flow.internal.nodefeature
Methods in com.vaadin.flow.internal.nodefeature that return Node Modifier and Type Method Description Node<?>AttachExistingElementFeature. getParent(StateNode node)Gets parentNodeof the registerednode.Methods in com.vaadin.flow.internal.nodefeature with parameters of type Node Modifier and Type Method Description voidAttachExistingElementFeature. register(Node<?> parent, Element previousSibling, StateNode child, ChildElementConsumer callback)Registers the data for thechildnode requested as being attached to an existing element.
-