Package com.vaadin.terminal

 

See:
          Description

Interface Summary
ApplicationResource This interface must be implemented by classes wishing to provide Application resources.
DeploymentConfiguration Provide deployment specific settings that are required outside terminal specific code.
ErrorMessage Interface for rendering error messages to terminal.
Extension An extension is an entity that is attached to a Component or another Extension and independently communicates between client and server.
Page.BrowserWindowResizeListener Listener that gets notified when the size of the browser window containing the root has changed.
Page.FragmentChangedListener Listener that listens changes in URI fragment.
PaintTarget This interface defines the methods for painting XML to the UIDL stream.
RequestHandler Handler for producing a response to non-UIDL requests.
Resource Resource provided to the client terminal.
Scrollable This interface is implemented by all visual objects that can be scrolled programmatically from the server-side.
Sizeable Interface to be implemented by components wishing to display some object that may be dynamically resized during runtime.
StreamResource.StreamSource Interface implemented by the source of a StreamResource.
StreamVariable StreamVariable is a special kind of variable whose value is streamed to an OutputStream provided by the StreamVariable.getOutputStream() method.
StreamVariable.StreamingEndEvent Event passed to #uploadFinished(StreamingEndEvent) method the contents have been streamed to StreamVariable successfully.
StreamVariable.StreamingErrorEvent Event passed to #uploadFailed(StreamingErrorEvent) method when the streaming ended before the end of the input.
StreamVariable.StreamingEvent  
StreamVariable.StreamingProgressEvent Event passed to StreamVariable.onProgress(StreamingProgressEvent) method during the streaming progresses.
StreamVariable.StreamingStartEvent Event passed to #uploadStarted(StreamingStartEvent) method before the streaming of the content to StreamVariable starts.
Terminal An interface that provides information about the user's terminal.
Terminal.ErrorEvent An error event implementation for Terminal.
Terminal.ErrorListener Interface for listening to Terminal errors.
Vaadin6Component Interface provided to ease porting of Vaadin 6 components to Vaadin 7.
VariableOwner Deprecated. in 7.0.
VariableOwner.ErrorEvent VariableOwner error event.
WrappedRequest A generic request to the server, wrapping a more specific request type, e.g.
WrappedRequest.BrowserDetails Detailed information extracted from the browser.
WrappedResponse A generic response from the server, wrapping a more specific response type, e.g.
 

Class Summary
AbstractClientConnector An abstract base class for ClientConnector implementations.
AbstractErrorMessage Base class for component error messages.
AbstractExtension An extension is an entity that is attached to a Component or another Extension and independently communicates between client and server.
AbstractJavaScriptExtension Base class for Extensions with all client-side logic implemented using JavaScript.
ClassResource ClassResource is a named resource accessed with the class loader.
CombinedRequest A WrappedRequest with path and parameters from one request and WrappedRequest.BrowserDetails extracted from another request.
CompositeErrorMessage Class for combining multiple error messages together.
DownloadStream Downloadable stream.
ExternalResource ExternalResource implements source for resources fetched from location specified by URL:s.
FileResource FileResources are files or directories on local filesystem.
JavaScriptCallbackHelper Internal helper class used to implement functionality common to AbstractJavaScriptComponent and AbstractJavaScriptExtension.
KeyMapper<V> KeyMapper is the simple two-way map for generating textual keys for objects and retrieving the objects later with the key.
LegacyPaint  
Page  
StreamResource StreamResource is a resource provided to the client directly by the application.
SystemError SystemError is an error message for a problem caused by error in system, not the user application code.
ThemeResource ThemeResource is a named theme dependant resource provided and managed by a theme.
UserError UserError is a controlled error occurred in application.
 

Enum Summary
AbstractErrorMessage.ContentMode  
ErrorMessage.ErrorLevel  
PaintTarget.PaintStatus Result of starting to paint a Paintable ( PaintTarget.startPaintable(Component, String)).
Sizeable.Unit  
 

Exception Summary
PaintException PaintExcepection is thrown if painting of a component fails.
 

Package com.vaadin.terminal Description

Provides classes and interfaces that wrap the terminal-side functionalities for the server-side application. (FIXME: This could be a little more descriptive and wordy.)

Package Specification



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