com.vaadin.terminal.gwt.client

Package com.vaadin.terminal.gwt.client

Interface Summary
Console  
Container  
ContainerResizedListener ContainerResizedListener interface is useful for Widgets that support relative sizes and who need some additional sizing logic.
EventId  
Focusable GWT's HasFocus is way too overkill for just receiving focus in simple components.
Paintable An interface used by client-side widgets or paintable parts to receive updates from the corresponding server-side components in the form of UIDL.
 

Class Summary
ApplicationConfiguration  
ApplicationConnection This is the client side communication "engine", managing client-server communication with its server side counterpart AbstractCommunicationManager.
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.
ComputedStyle  
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.
HistoryImplIEVaadin A slightly modified version of GWT's HistoryImplIE6 to bypass bug #2931.
LocaleService Date / time etc.
MouseEventDetails Helper class to store and transfer mouse event details.
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.
SimpleTree  
StyleConstants  
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