Package | Description |
---|---|
com.vaadin.flow.dom | |
com.vaadin.flow.dom.impl |
Modifier and Type | Method and Description |
---|---|
ElementStateProvider |
Node.getStateProvider()
Gets the state provider for this element.
|
Modifier and Type | Method and Description |
---|---|
static Element |
Element.get(StateNode node,
ElementStateProvider stateProvider)
Gets the element mapped to the given state node and element state
provider.
|
Constructor and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractNodeStateProvider
Abstract implementation of the
ElementStateProvider 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.
|
Copyright © 2022. All rights reserved.