We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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 the
node
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 the
visitor
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 the
child
node requested as being attached to an existing element.