Uses of Class
com.vaadin.flow.dom.Node
Packages that use Node
Package
Description
-
Uses of Node in com.vaadin.flow.dom
Classes in com.vaadin.flow.dom with type parameters of type NodeSubclasses of Node in com.vaadin.flow.domModifier and TypeClassDescriptionclass
Represents an element in the DOM.class
Represents a shadow dom root of an element.Methods in com.vaadin.flow.dom that return NodeModifier and TypeMethodDescriptionGets the parent element.Node.getParentNode()
Gets the parent node.Node<?>
ShadowRoot.getParentNode()
Methods in com.vaadin.flow.dom with parameters of type Node -
Uses of Node in com.vaadin.flow.dom.impl
Methods in com.vaadin.flow.dom.impl that return NodeModifier and TypeMethodDescriptionprotected abstract Node<?>
Gets the flyweight instance for thenode
supported by the provider.protected Node<?>
protected Node<?>
Node<?>
Methods in com.vaadin.flow.dom.impl with parameters of type NodeModifier and TypeMethodDescriptionprotected void
AbstractNodeStateProvider.visitDescendants
(Node<?> node, NodeVisitor visitor) Apply thevisitor
for the descendants of thenode
. -
Uses of Node in com.vaadin.flow.internal.nodefeature
Methods in com.vaadin.flow.internal.nodefeature that return NodeMethods in com.vaadin.flow.internal.nodefeature with parameters of type NodeModifier and TypeMethodDescriptionvoid
AttachExistingElementFeature.register
(Node<?> parent, Element previousSibling, StateNode child, ChildElementConsumer callback) Registers the data for thechild
node requested as being attached to an existing element.