Uses of Interface
com.vaadin.flow.dom.ChildElementConsumer
-
Packages that use ChildElementConsumer Package Description com.vaadin.flow.dom com.vaadin.flow.dom.impl com.vaadin.flow.internal.nodefeature -
-
Uses of ChildElementConsumer in com.vaadin.flow.dom
Methods in com.vaadin.flow.dom with parameters of type ChildElementConsumer Modifier and Type Method Description voidElementStateProvider. attachExistingElement(StateNode node, String tagName, Element previousSibling, ChildElementConsumer callback)Attaches a child element with the giventagNamewhich 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 ChildElementConsumer Modifier and Type Method Description voidAbstractNodeStateProvider. attachExistingElement(StateNode node, String tagName, Element previousSibling, ChildElementConsumer callback)voidAbstractTextElementStateProvider. 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 ChildElementConsumer Modifier and Type Method Description ChildElementConsumerAttachExistingElementFeature. getCallback(StateNode node)Gets callback of the registerednode.Methods in com.vaadin.flow.internal.nodefeature with parameters of type ChildElementConsumer Modifier and Type Method Description voidAttachExistingElementFeature. register(Node<?> parent, Element previousSibling, StateNode child, ChildElementConsumer callback)Registers the data for thechildnode requested as being attached to an existing element.
-