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