| Package | Description |
|---|---|
| com.vaadin.flow.dom | |
| com.vaadin.flow.dom.impl | |
| com.vaadin.flow.internal.nodefeature |
| Modifier and Type | Method and Description |
|---|---|
void |
ElementStateProvider.attachExistingElement(StateNode node,
String tagName,
Element previousSibling,
ChildElementConsumer callback)
Attaches a child element with the given
tagName which is the next
sibling for the previousSibling. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTextElementStateProvider.attachExistingElement(StateNode node,
String tagName,
Element previousSibling,
ChildElementConsumer callback) |
void |
AbstractNodeStateProvider.attachExistingElement(StateNode node,
String tagName,
Element previousSibling,
ChildElementConsumer callback) |
| Modifier and Type | Method and Description |
|---|---|
ChildElementConsumer |
AttachExistingElementFeature.getCallback(StateNode node)
Gets callback 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 © 2025. All rights reserved.