Uses of Interface
com.vaadin.flow.dom.ElementStateProvider
-
Packages that use ElementStateProvider Package Description com.vaadin.flow.dom com.vaadin.flow.dom.impl -
-
Uses of ElementStateProvider in com.vaadin.flow.dom
Methods in com.vaadin.flow.dom that return ElementStateProvider Modifier and Type Method Description ElementStateProvider
Node. getStateProvider()
Gets the state provider for this element.Methods in com.vaadin.flow.dom with parameters of type ElementStateProvider Modifier and Type Method Description static Element
Element. get(StateNode node, ElementStateProvider stateProvider)
Gets the element mapped to the given state node and element state provider.Constructors in com.vaadin.flow.dom with parameters of type ElementStateProvider Constructor Description Element(StateNode node, ElementStateProvider stateProvider)
Private constructor for initializing with an existing node and state provider.Node(StateNode node, ElementStateProvider stateProvider)
Private constructor for initializing with an existing node and state provider. -
Uses of ElementStateProvider in com.vaadin.flow.dom.impl
Classes in com.vaadin.flow.dom.impl that implement ElementStateProvider Modifier and Type Class Description class
AbstractNodeStateProvider
Abstract implementation of theElementStateProvider
related to the composition essence of the provider.class
AbstractTextElementStateProvider
Abstract element state provider for text nodes.class
BasicElementStateProvider
Implementation which stores data for basic elements, i.e.class
BasicTextElementStateProvider
Handles storing and retrieval of the state information for a text node using a state node.class
ShadowRootStateProvider
Implementation which handles shadow root nodes.
-