com.vaadin.flow.dom.impl.
Package com.vaadin.flow.dom.impl
-
ClassesClassDescription
Abstract implementation of the
ElementStateProvider
related to the composition essence of the provider.Abstract element state provider for text nodes.
Implementation which stores data for basic elements, i.e.
Implementation of
Style
forBasicElementStateProvider
.Handles storing and retrieval of the state information for a text node using a state node.
Emulates the
class
attribute by delegating toElement.getClassList()
.Callback for handling attributes with special semantics.
Immutable class list implementation.
A style implementation which is empty and immutable.
Implementation which handles shadow root nodes.
Emulates the
style
attribute by delegating toElement.getStyle()
.Default implementation for the
ThemeList
that stores the theme names of the corresponding element.