| Interface | Description |
|---|---|
| Command |
A generic command interface meant to be used for passing lambdas around.
|
| Profiler.ProfilerResultConsumer |
Provides access to data from the
Profiler. |
| ResourceLoader.ResourceLoadListener |
Event listener that gets notified when a resource has been loaded.
|
| UILifecycle.StateChangeHandler |
A listener for listening to UI lifecycle events.
|
| Class | Description |
|---|---|
| ApplicationConfiguration |
Application configuration data.
|
| ApplicationConnection |
Main class for an application / UI.
|
| BrowserInfo |
Provides a way to query information about web browser.
|
| Console |
Helper class for using window.console.
|
| DefaultRegistry |
A registry implementation used by
ApplicationConnection. |
| DependencyLoader |
Handles loading of dependencies (stylesheets and scripts) in the application.
|
| ElementUtil |
Utils class, intended to ease working with DOM elements on client side.
|
| ExecuteJavaScriptElementUtils |
Utility class which handles javascript execution context (see
ExecuteJavaScriptProcessor#getContextExecutionObject()).
|
| ExistingElementMap |
Mapping between a server side node identifier which has been requested to
attach existing client side element.
|
| InitialPropertiesHandler |
Handles server initial property values with the purpose to prevent change
their values from the client side.
|
| LitUtils |
Utils class, intended to ease working with LitElement related code on client
side.
|
| LoadingIndicator |
The loading indicator for Vaadin applications representation.
|
| PolymerUtils |
Utils class, intended to ease working with Polymer related code on a client
side.
|
| PopStateHandler |
Handles
popstate events and sends them to the server. |
| Profiler |
Lightweight profiling tool that can be used to collect profiling data with
zero overhead unless enabled.
|
| Profiler.EnabledProfiler |
Enables the profiling via deferred binding.
|
| Profiler.Node |
A hierarchical representation of the time spent running a named block of
code.
|
| Registry |
A registry of singleton instances, such as
ServerRpcQueue, which can
be looked up based on their class. |
| ResourceLoader |
ResourceLoader lets you dynamically include external scripts and styles on
the page and lets you know when the resource has been loaded.
|
| ResourceLoader.ResourceLoadEvent |
Event fired when a resource has been loaded.
|
| ScrollPositionHandler |
Handler for restoring scroll position when user navigates back / forward
inside the application.
|
| SystemErrorHandler |
Handles system errors in the application.
|
| TrackingScheduler |
Scheduler implementation which tracks and reports whether there is any work
queued or currently being executed.
|
| UILifecycle |
Manages the lifecycle of a UI.
|
| UILifecycle.StateChangeEvent |
Event triggered when the lifecycle state of a UI is changed.
|
| URIResolver |
Client side URL resolver for vaadin protocols.
|
| ValueMap |
Old abstraction for a UIDL JSON message.
|
| WidgetUtil |
Utility methods which are related to client side code only.
|
| Enum | Description |
|---|---|
| UILifecycle.UIState |
Describes the state of a UI.
|
Copyright © 2000–2025 Vaadin Ltd. All rights reserved.