We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.terminal.
Package com.vaadin.terminal
See:
Description
Interface Summary | |
---|---|
ApplicationResource | This interface must be implemented by classes wishing to provide Application resources. |
ErrorMessage | Interface for rendering error messages to terminal. |
Paintable | Interface implemented by all classes that can be painted. |
Paintable.RepaintRequestListener | Listens repaint requests. |
PaintTarget | This interface defines the methods for painting XML to the UIDL stream. |
ParameterHandler | ParameterHandler is implemented by classes capable of handling
external parameters. |
ParameterHandler.ErrorEvent | An ErrorEvent implementation for ParameterHandler. |
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, or for which it is possible to know the scroll position on 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. |
URIHandler | A URIHandler is used for handling URI:s requested by the user and can
optionally provide a DownloadStream . |
URIHandler.ErrorEvent | An ErrorEvent implementation for URIHandler. |
VariableOwner | Listener interface for UI variable changes. |
VariableOwner.ErrorEvent | VariableOwner error event. |
Class Summary | |
---|---|
ClassResource | ClassResource is a named resource accessed with the class
loader. |
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. |
KeyMapper | KeyMapper is the simple two-way map for generating textual keys
for objects and retrieving the objects later with the key. |
Paintable.RepaintRequestEvent | Repaint request event is thrown when the paintable needs to be repainted. |
StreamResource | StreamResource is a resource provided to the client directly by
the application. |
ThemeResource | ThemeResource is a named theme dependant resource provided and
managed by a theme. |
UserError | UserError is a controlled error occurred in application. |
Exception Summary | |
---|---|
PaintException | PaintExcepection is thrown if painting of a component fails. |
SystemError | SystemError is a runtime exception caused by error in system. |
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