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 ElementStateProviderNode. 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 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 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 classAbstractNodeStateProviderAbstract implementation of theElementStateProviderrelated to the composition essence of the provider.classAbstractTextElementStateProviderAbstract element state provider for text nodes.classBasicElementStateProviderImplementation which stores data for basic elements, i.e.classBasicTextElementStateProviderHandles storing and retrieval of the state information for a text node using a state node.classShadowRootStateProviderImplementation which handles shadow root nodes.
-