ApplicationConfiguration |
Application configuration data.
|
ApplicationConnection |
Main class for an application / UI.
|
BrowserInfo |
Provides a way to query information about web browser.
|
ConnectionIndicator |
GWT interface to ConnectionIndicator.ts
|
Console |
Helper class for using window.console.
|
DefaultRegistry |
|
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.
|
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.
|
StorageUtil |
Includes utility methods to interact with HTML storage API.
|
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.
|