We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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 given
tagName
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 registered
node
.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 the
child
node requested as being attached to an existing element.