Package | Description |
---|---|
com.vaadin.flow.dom | |
com.vaadin.flow.dom.impl |
Modifier and Type | Method and Description |
---|---|
N |
Node.accept(NodeVisitor visitor)
Applies the
visitor for the node. |
void |
ElementStateProvider.visit(StateNode node,
NodeVisitor visitor)
Visit the
node applying visitor to it and its descendants
based on the return value from the visitor. |
Modifier and Type | Method and Description |
---|---|
void |
ShadowRootStateProvider.visit(StateNode node,
NodeVisitor visitor) |
void |
BasicElementStateProvider.visit(StateNode node,
NodeVisitor visitor) |
void |
AbstractTextElementStateProvider.visit(StateNode node,
NodeVisitor visitor) |
protected void |
AbstractNodeStateProvider.visitDescendants(Node<?> node,
NodeVisitor visitor)
Apply the
visitor for the descendants of the node . |
Copyright © 2020. All rights reserved.