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.ElementStateProvider
Packages that use ElementStateProvider
-
Uses of ElementStateProvider in com.vaadin.flow.dom
Methods in com.vaadin.flow.dom that return ElementStateProviderModifier and TypeMethodDescriptionNode.getStateProvider()
Gets the state provider for this element.
Methods in com.vaadin.flow.dom with parameters of type ElementStateProviderModifier and TypeMethodDescriptionstatic 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 ElementStateProviderModifierConstructorDescriptionprotected
Element
(StateNode node, ElementStateProvider stateProvider) Private constructor for initializing with an existing node and state provider.
protected
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 ElementStateProviderModifier and TypeClassDescriptionclass
Abstract implementation of the
ElementStateProvider
related to the composition essence of the provider.class
Abstract element state provider for text nodes.
class
Implementation which stores data for basic elements, i.e.
class
Handles storing and retrieval of the state information for a text node using a state node.
class
Implementation which handles shadow root nodes.