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 TypeClassDescriptionclassRepresents an element in the DOM.classRepresents 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 thenodesupported by the provider.protected Node<?> protected Node<?> Node<?> Methods in com.vaadin.flow.dom.impl with parameters of type NodeModifier and TypeMethodDescriptionprotected 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 NodeMethods in com.vaadin.flow.internal.nodefeature with parameters of type NodeModifier and TypeMethodDescriptionvoidAttachExistingElementFeature.register(Node<?> parent, Element previousSibling, StateNode child, ChildElementConsumer callback) Registers the data for thechildnode requested as being attached to an existing element.