Interface | Description |
---|---|
AnimationUtil.AnimationEndListener |
For internal use only.
|
ApplicationConnection.ApplicationStoppedHandler |
A listener for listening to application stopped events.
|
ApplicationConnection.CommunicationErrorHandler |
Allows custom handling of communication errors.
|
ApplicationConnection.CommunicationHandler |
The communication handler methods are called at certain points during
communication with the server.
|
ComponentConnector |
An interface used by client-side widgets or paintable parts to receive
updates from the corresponding server-side components in the form of
UIDL . |
ConnectorHierarchyChangeEvent.ConnectorHierarchyChangeHandler |
Handles connector hierarchy events.
|
ContainerResizedListener | Deprecated
As of 7.0, serves no purpose.
|
DeferredWorker |
Give widgets and connectors the possibility to indicate to the framework that
there is work scheduled to be executed in the near future and that the
framework should wait for this work to complete before assuming the UI has
reached a steady state.
|
DirectionalManagedLayout | |
Focusable |
GWT's HasFocus is way too overkill for just receiving focus in simple
components.
|
HasChildMeasurementHintConnector |
Connector with layout measuring hint.
|
HasComponentsConnector |
An interface used by client-side connectors whose widget is a component
container (implements
HasWidgets ). |
HasWidget |
An interface used by client-side connectors which have widgets.
|
Paintable | Deprecated |
Profiler.ProfilerResultConsumer |
Interface for getting data from the
Profiler . |
ResourceLoader.ResourceLoadListener |
Event listener that gets notified when a resource has been loaded.
|
ServerConnector |
Interface implemented by all client side classes that can be communicate with
the server.
|
Class | Description |
---|---|
AnimationUtil |
Utility methods for working with CSS transitions and animations.
|
ApplicationConfiguration | |
ApplicationConfiguration.ErrorMessage |
Wraps a native javascript object containing fields for an error message.
|
ApplicationConnection |
This is the client side communication "engine", managing client-server
communication with its server side counterpart
com.vaadin.server.VaadinService.
|
ApplicationConnection.ApplicationConnectionEvent | |
ApplicationConnection.ApplicationStoppedEvent |
Event triggered when a application is stopped by calling
ApplicationConnection#setApplicationRunning(false) . |
ApplicationConnection.MultiStepDuration | |
ApplicationConnection.RequestStartingEvent | |
ApplicationConnection.ResponseHandlingEndedEvent | |
ApplicationConnection.ResponseHandlingStartedEvent | |
BrowserInfo |
Class used to query information about web browser.
|
ComputedStyle | |
ConnectorHierarchyChangeEvent |
Event for containing data related to a change in the
ServerConnector
hierarchy. |
ConnectorMap | |
CSSRule |
Utility class for fetching CSS properties from DOM StyleSheets JS object.
|
DateTimeService |
This class provides date/time parsing services to all components on the
client side.
|
DependencyLoader |
Handles loading of dependencies (style sheets and scripts) in the
application.
|
EventHelper |
Helper class for attaching/detaching handlers for Vaadin client side
components, based on identifiers in UIDL.
|
FastStringMap<T> | |
FastStringSet | |
JavaScriptConnectorHelper | |
JavaScriptExtension | |
JsArrayObject<T> | |
LayoutManager | |
LocaleService |
Date / time etc.
|
MeasuredSize | |
MeasuredSize.MeasureResult | |
MouseEventDetailsBuilder |
Helper class for constructing a MouseEventDetails object from a
NativeEvent . |
Profiler |
Lightweight profiling tool that can be used to collect profiling data with
zero overhead unless enabled.
|
Profiler.EnabledProfiler |
Class to include using deferred binding to enable the profiling.
|
Profiler.Node |
A hierarchical representation of the time spent running a named block of
code.
|
RenderInformation |
Contains size information about a rendered container and its content area.
|
RenderInformation.FloatSize | |
RenderInformation.Size | |
RenderSpace |
Contains information about render area.
|
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.
|
SimpleTree | Deprecated
as of 7.1.
|
StyleConstants | |
SuperDevMode |
Class that enables SuperDevMode using a ?superdevmode parameter in the url.
|
SuperDevMode.RecompileResult | |
TooltipInfo |
An object that contains information about a tooltip, such as the tooltip's
title, error message, error level and an ID.
|
UIDL |
When a component is updated, it's client side widget's
updateFromUIDL() will be called with the updated ("changes") UIDL received
from the server. |
UIDL.XML | Deprecated
should not be used anymore
|
Util | |
ValueMap | |
VCaption | |
VCaptionWrapper | |
VConsole | Deprecated
as of 7.1, use
Logger from java.util.logging instead. |
VErrorMessage | |
VLoadingIndicator |
Class representing the loading indicator for Vaadin applications.
|
VSchedulerImpl | |
VTooltip |
A tooltip used by components.
|
VUIDLBrowser | Deprecated
as of 7.1.
|
WidgetSet | |
WidgetUtil |
Utility methods which are related to client side code only.
|
WidgetUtil.CssSize |
Wrap a css size value and its unit and translate back and forth to the
string representation.
E.g. |
WidgetUtil.ErrorUtil |
Utility methods for displaying error message on components.
|
WidgetUtil.Reference<T> |
Simple object to store another object.
|
WidgetUtil.TextRectangle |
Enum | Description |
---|---|
ApplicationConnection.ApplicationState | |
HasChildMeasurementHintConnector.ChildMeasurementHint |
Specifies how you would like child components measurements to be handled.
|
Exception | Description |
---|---|
LocaleNotLoadedException |
Copyright © 2018 Vaadin Ltd. All rights reserved.