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 ElementElement.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 ElementStateProviderModifierConstructorDescriptionprotectedElement(StateNode node, ElementStateProvider stateProvider) Private constructor for initializing with an existing node and state provider.protectedNode(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 TypeClassDescriptionclassAbstract implementation of theElementStateProviderrelated to the composition essence of the provider.classAbstract element state provider for text nodes.classImplementation which stores data for basic elements, i.e. elements which are not bound to any template and have no special functionality.classHandles storing and retrieval of the state information for a text node using a state node.classImplementation which handles shadow root nodes.