Package | Description |
---|---|
com.vaadin.flow.dom | |
com.vaadin.flow.dom.impl | |
com.vaadin.flow.internal.nodefeature |
Modifier and Type | Class and Description |
---|---|
class |
Node<N extends Node<N>>
A class representing a node in the DOM.
|
Modifier and Type | Class and Description |
---|---|
class |
Element
Represents an element in the DOM.
|
class |
ShadowRoot
A class representing a shadow dom root of an element.
|
Modifier and Type | Method and Description |
---|---|
Node |
ElementStateProvider.getParent(StateNode node)
Gets the parent element.
|
Node<?> |
ShadowRoot.getParentNode() |
Node |
Node.getParentNode()
Gets the parent node.
|
Modifier and Type | Method and Description |
---|---|
default void |
ChildElementConsumer.onError(Node<?> parent,
String tag,
Element previousSibling)
This callback method is called when the requested client element cannot
be found in the provided
parent by the tag name after the
previousSibling . |
Modifier and Type | Method and Description |
---|---|
protected Node<?> |
ShadowRootStateProvider.getNode(StateNode node) |
protected Node<?> |
BasicElementStateProvider.getNode(StateNode node) |
protected abstract Node<?> |
AbstractNodeStateProvider.getNode(StateNode node)
Gets the flyweight instance for the
node supported by the
provider. |
Node<?> |
BasicTextElementStateProvider.getParent(StateNode node) |
Node |
BasicElementStateProvider.getParent(StateNode node) |
Node |
AbstractNodeStateProvider.getParent(StateNode node) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractNodeStateProvider.visitDescendants(Node<?> node,
NodeVisitor visitor)
Apply the
visitor for the descendants of the node . |
Modifier and Type | Method and Description |
---|---|
Node<?> |
AttachExistingElementFeature.getParent(StateNode node)
Gets parent
Node of the registered node . |
Modifier and Type | Method and Description |
---|---|
void |
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. |
Copyright © 2019. All rights reserved.