Uses of Interface
com.vaadin.flow.dom.ChildElementConsumer
Packages that use ChildElementConsumer
Package
Description
-
Uses of ChildElementConsumer in com.vaadin.flow.dom
Methods in com.vaadin.flow.dom with parameters of type ChildElementConsumerModifier and TypeMethodDescriptionvoid
ElementStateProvider.attachExistingElement
(StateNode node, String tagName, Element previousSibling, ChildElementConsumer callback) Attaches a child element with the giventagName
which is the next sibling for thepreviousSibling
. -
Uses of ChildElementConsumer in com.vaadin.flow.dom.impl
Methods in com.vaadin.flow.dom.impl with parameters of type ChildElementConsumerModifier and TypeMethodDescriptionvoid
AbstractNodeStateProvider.attachExistingElement
(StateNode node, String tagName, Element previousSibling, ChildElementConsumer callback) void
AbstractTextElementStateProvider.attachExistingElement
(StateNode node, String tagName, Element previousSibling, ChildElementConsumer callback) -
Uses of ChildElementConsumer in com.vaadin.flow.internal.nodefeature
Methods in com.vaadin.flow.internal.nodefeature that return ChildElementConsumerModifier and TypeMethodDescriptionAttachExistingElementFeature.getCallback
(StateNode node) Gets callback of the registerednode
.Methods in com.vaadin.flow.internal.nodefeature with parameters of type ChildElementConsumerModifier and TypeMethodDescriptionvoid
AttachExistingElementFeature.register
(Node<?> parent, Element previousSibling, StateNode child, ChildElementConsumer callback) Registers the data for thechild
node requested as being attached to an existing element.