Uses of Class
com.vaadin.flow.dom.Node
Package
Description
-
Uses of Node in com.vaadin.flow.dom
Modifier and TypeClassDescriptionclass
Represents an element in the DOM.class
Represents a shadow dom root of an element.Modifier and TypeMethodDescriptionGets the parent element.Node.getParentNode()
Gets the parent node.Node<?>
ShadowRoot.getParentNode()
-
Uses of Node in com.vaadin.flow.dom.impl
Modifier and TypeMethodDescriptionprotected abstract Node<?>
Gets the flyweight instance for thenode
supported by the provider.protected Node<?>
protected Node<?>
Node<?>
Modifier 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
Modifier 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.