Interface | Description |
---|---|
ChildElementConsumer |
Callback which allows to handle request to map a client side DOM element to
the server
Element instance. |
ClassList |
Representation of the class names for an
Element . |
DomEventListener |
Server-side listener for client-side DOM events.
|
DomListenerRegistration |
A registration for configuring or removing a DOM event listener added to an
element.
|
ElementAttachListener |
Listener for element attach events.
|
ElementDetachListener |
Listener for element detach events.
|
ElementFactory |
Helpers to create
Element instances. |
ElementStateProvider |
Handles storing and retrieval of the state information for an element using a
state node.
|
NodeVisitor |
Element API node visitor interface.
|
PropertyChangeListener |
A listener for property change events.
|
Style |
Provides inline styles for
Element s. |
ThemeList |
Representation of the theme names for an
Element . |
Class | Description |
---|---|
DomEvent |
Server-side representation of a DOM event fired in the browser.
|
Element |
Represents an element in the DOM.
|
ElementAttachEvent |
Event fired after an Element has been attached to the UI.
|
ElementConstants |
Constants for common element attribute, property, style names.
|
ElementDetachEvent |
Event fired after an element has been detached from the UI.
|
ElementUtil |
Provides utility methods for
Element . |
Node<N extends Node<N>> |
Represents a node in the DOM.
|
PropertyChangeEvent |
An event fired when the value of a property changes.
|
ShadowRoot |
Represents a shadow dom root of an element.
|
StyleUtil |
Utility methods for
Style . |
Enum | Description |
---|---|
DebouncePhase |
Defines phases for an event that is debounced.
|
DisabledUpdateMode |
Controls RPC communication from the client side to the server side respecting
enabled state.
|
NodeVisitor.ElementType |
The type of the element.
|
Copyright © 2023. All rights reserved.