Package com.vaadin.terminal.gwt.client

Interface Summary
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.
ComponentContainerConnector An interface used by client-side connectors whose widget is a component container (implements HasWidgets).
Connector Interface implemented by all classes that are capable of communicating with the server or the client side.
ConnectorHierarchyChangeEvent.ConnectorHierarchyChangeHandler  
Console  
ContainerResizedListener ContainerResizedListener interface is useful for Widgets that support relative sizes and who need some additional sizing logic.
DirectionalManagedLayout  
EventId  
Focusable GWT's HasFocus is way too overkill for just receiving focus in simple components.
JavaScriptConnectorHelper.JavaScriptConnectorState  
Paintable Deprecated.
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 Summary
AbstractFieldState Shared state for AbstractField.
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 AbstractCommunicationManager.
ApplicationConnection.MultiStepDuration  
BrowserInfo Class used to query information about web browser.
ClientExceptionHandler Deprecated.
ComponentLocator ComponentLocator provides methods for generating a String locator for a given DOM element and for locating a DOM element using a String locator.
ComponentState Default shared state implementation for UI components.
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.
EventHelper Helper class for attaching/detaching handlers for Vaadin client side components, based on identifiers in UIDL.
FastStringSet  
JavaScriptConnectorHelper  
JavaScriptExtension  
JavaScriptExtensionState  
LayoutManager  
LayoutManagerIE8  
LocaleService Date / time etc.
MeasuredSize  
MeasuredSize.MeasureResult  
MouseEventDetails Helper class to store and transfer mouse event details.
MouseEventDetailsBuilder Helper class for constructing a MouseEventDetails object from a NativeEvent.
NullConsole Client side console implementation for non-debug mode that discards all messages.
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  
StyleConstants  
SuperDevMode Class that enables SuperDevMode using a ?superdevmode parameter in the url.
SuperDevMode.RecompileResult  
SynchronousXHR  
TooltipInfo  
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  
VBrowserDetails Class that parses the user agent string from the browser and provides information about the browser.
VCaption  
VCaptionWrapper  
VConsole A helper class to do some client side logging.
VDebugConsole A helper console for client side development.
VErrorMessage  
VSchedulerImpl  
VTooltip TODO open for extension
VUIDLBrowser  
WidgetSet  
 

Enum Summary
VBrowserDetails.OperatingSystem  
 

Exception Summary
LocaleNotLoadedException  
 



Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.