Uses of Package
com.vaadin.server
-
Packages that use com.vaadin.server Package Description com.vaadin.annotations Contains annotations used in Vaadin.com.vaadin.data.util Provides implementations of Property, Item and Container interfaces, and utilities for the data layer.com.vaadin.data.util.converter com.vaadin.event com.vaadin.event.dd com.vaadin.event.dd.acceptcriteria com.vaadin.navigator com.vaadin.server com.vaadin.server.communication com.vaadin.server.communication.data com.vaadin.ui com.vaadin.ui.components.colorpicker com.vaadin.ui.declarative.converters com.vaadin.ui.renderers com.vaadin.util -
Classes in com.vaadin.server used by com.vaadin.annotations Class Description DeploymentConfiguration.LegacyProperyToStringMode Deprecated.ViewportGenerator Callback for generating a viewport tag content based on a request. -
Classes in com.vaadin.server used by com.vaadin.data.util Class Description Resource Resourceprovided to the client terminal. -
Classes in com.vaadin.server used by com.vaadin.data.util.converter Class Description VaadinSession Contains everything that Vaadin needs to store for a specific user. -
Classes in com.vaadin.server used by com.vaadin.event Class Description ClientConnector Interface implemented by all connectors that are capable of communicating with the client sideErrorHandler Interface for listening to errors in the application.KeyMapper KeyMapperis the simple two-way map for generating textual keys for objects and retrieving the objects later with the key.PaintException PaintExcepectionis thrown if painting of a component fails.PaintTarget This interface defines the methods for painting XML to the UIDL stream.Resource Resourceprovided to the client terminal.VariableOwner Deprecated.As of 7.0. -
Classes in com.vaadin.server used by com.vaadin.event.dd Class Description ClientConnector Interface implemented by all connectors that are capable of communicating with the client sideSizeable Interface to be implemented by components wishing to display some object that may be dynamically resized during runtime. -
Classes in com.vaadin.server used by com.vaadin.event.dd.acceptcriteria Class Description PaintException PaintExcepectionis thrown if painting of a component fails.PaintTarget This interface defines the methods for painting XML to the UIDL stream. -
Classes in com.vaadin.server used by com.vaadin.navigator Class Description AbstractClientConnector An abstract base class for ClientConnector implementations.ClientConnector Interface implemented by all connectors that are capable of communicating with the client sidePage Page.UriFragmentChangedEvent Event fired when the URI fragment of aPagechanges.Page.UriFragmentChangedListener Listener that that gets notified when the URI fragment of the page changes.Sizeable Interface to be implemented by components wishing to display some object that may be dynamically resized during runtime. -
Classes in com.vaadin.server used by com.vaadin.server Class Description AbstractClientConnector An abstract base class for ClientConnector implementations.AbstractDeploymentConfiguration An abstract base class for DeploymentConfiguration implementations.AbstractErrorMessage Base class for component error messages.AbstractErrorMessage.ContentMode AbstractExtension An extension is an entity that is attached to a Component or another Extension and independently communicates between client and server.BootstrapFragmentResponse A representation of a bootstrap fragment being generated.BootstrapHandler Deprecated.As of 7.0.BootstrapHandler.BootstrapContext Deprecated.BootstrapListener Event listener notified when the bootstrap HTML is about to be generated and send to the client.BootstrapPageResponse A representation of a bootstrap page being generated.BootstrapResponse Base class providing common functionality used in different bootstrap modification events.ClientConnector Interface implemented by all connectors that are capable of communicating with the client sideClientConnector.AttachEvent Event fired after a connector is attached to the application.ClientConnector.AttachListener Interface for listeningconnector attach events.ClientConnector.DetachEvent Event fired before a connector is detached from the application.ClientConnector.DetachListener Interface for listeningconnector detach events.ClientMethodInvocation Internal class for keeping track of pending server to client method invocations for a Connector.ComponentSizeValidator.InvalidLayout ConnectorResource A resource that is served through the Connector that is using the resource.Constants Internal constants used by both the client and the server side frameworkDeploymentConfiguration A collection of properties configured at deploy time as well as a way of accessing third party properties not explicitly supported by this class.DeploymentConfiguration.LegacyProperyToStringMode Deprecated.DownloadStream Downloadable stream.DragAndDropService EncodeResult ErrorEvent An error thrown by the framework and handled by anErrorHandler.ErrorHandler Interface for listening to errors in the application.ErrorMessage Interface for rendering error messages to terminal.ErrorMessage.ErrorLevel Extension An extension is an entity that is attached to a Component or another Extension and independently communicates between client and server.FontAwesome FontAwesome set of font icons.FontIcon A font icon is a type of icon that is made by displaying one character from a specially constructed font containing icons ("icon font").GlobalResourceHandler ARequestHandlerthat takes care ofConnectorResources that should not be served by the connector.JsonCodec.BeanProperty LegacyApplication Deprecated.As of 7.0.LegacyCommunicationManager Deprecated.As of 7.0.LegacyCommunicationManager.ClientCache Deprecated.As of 7.1.Page Page.BrowserWindowResizeEvent Event that is fired when a browser window containing a uI is resized.Page.BrowserWindowResizeListener Listener that gets notified when the size of the browser window containing the uI has changed.Page.Styles Contains dynamically injected styles injected in the HTML document at runtime.Page.UriFragmentChangedEvent Event fired when the URI fragment of aPagechanges.Page.UriFragmentChangedListener Listener that that gets notified when the URI fragment of the page changes.PaintException PaintExcepectionis thrown if painting of a component fails.PaintTarget This interface defines the methods for painting XML to the UIDL stream.PaintTarget.PaintStatus Result of starting to paint a Component (PaintTarget.startPaintable(Component, String)).RequestHandler Handler for producing a response to HTTP requests.Resource Resourceprovided to the client terminal.ResourceReference ServerRpcManager Server side RPC manager that handles RPC calls coming from the client.ServerRpcManager.RpcInvocationException Wrapper exception for exceptions which occur during invocation of an RPC callServerRpcMethodInvocation ServiceDestroyEvent Event fired toServiceDestroyListenerwhen aVaadinServiceis being destroyed.ServiceDestroyListener Listener that gets notified when theVaadinServiceto which it has been registered is destroyed.ServiceException SessionDestroyEvent Event fired when a Vaadin service session is no longer in use.SessionDestroyListener A listener that gets notified when a Vaadin service session is no longer used.SessionExpiredException SessionInitEvent Event gets fired when a new Vaadin service session is initialized for a Vaadin service.SessionInitListener Event listener that can be registered to aVaadinServiceto get an event when a new Vaadin service session is initialized for that service.Sizeable.Unit SizeWithUnit A class for representing a value-unit pair.StreamResource.StreamSource Interface implemented by the source of a StreamResource.StreamVariable StreamVariable is a special kind of variable whose value is streamed to anOutputStreamprovided by theStreamVariable.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 toStreamVariable.onProgress(StreamingProgressEvent)method during the streaming progresses.StreamVariable.StreamingStartEvent Event passed to#uploadStarted(StreamingStartEvent)method before the streaming of the content toStreamVariablestarts.SynchronizedRequestHandler RequestHandler which takes care of locking and unlocking of the VaadinSession automatically.SystemMessages Contains the system messages used to notify the user about various critical situations that can occur.SystemMessagesInfo SystemMessagesProvider Gives out system messages based on Locale.UIClassSelectionEvent Contains information used byUIProvider.getUIClass(UIClassSelectionEvent)to choose a UI class to use in a specific situation.UICreateEvent Contains data used by various methods inUIProviderfor determining information about a new UI that is about to be created.UIProvider UIProviderEvent Base class for the events that are sent to various methods in UIProvider.VaadinRequest A generic request to the server, wrapping a more specific request type, e.g.VaadinResponse A generic response from the server, wrapping a more specific response type, e.g.VaadinService Provide deployment specific settings that are required outside terminal specific code.VaadinServlet VaadinServlet.RequestType Deprecated.As of 7.0.VaadinServletRequest Wrapper forHttpServletRequest.VaadinServletResponse Wrapper forHttpServletResponse.VaadinServletService VaadinSession Contains everything that Vaadin needs to store for a specific user.VaadinSession.FutureAccess Encapsulates aRunnablesubmitted usingVaadinSession.access(Runnable).VaadinSession.State The lifecycle state of a VaadinSession.VariableOwner Deprecated.As of 7.0.WebBrowser Class that provides information about the web browser the user is using.WidgetsetInfo An interface describing the widgetset that the client should try to load.WrappedSession A generic session, wrapping a more specific session implementation, e.g. -
Classes in com.vaadin.server used by com.vaadin.server.communication Class Description BootstrapHandler Deprecated.As of 7.0.BootstrapHandler.BootstrapContext Deprecated.ClientConnector Interface implemented by all connectors that are capable of communicating with the client sideJsonPaintTarget User Interface Description Language Target.LegacyCommunicationManager.InvalidUIDLSecurityKeyException Deprecated.As of 7.1.PaintTarget This interface defines the methods for painting XML to the UIDL stream.RequestHandler Handler for producing a response to HTTP requests.ServerRpcMethodInvocation ServiceException SessionExpiredHandler A specialized RequestHandler which is capable of sending session expiration messages to the user.StreamVariable StreamVariable is a special kind of variable whose value is streamed to anOutputStreamprovided by theStreamVariable.getOutputStream()method.SynchronizedRequestHandler RequestHandler which takes care of locking and unlocking of the VaadinSession automatically.SystemMessages Contains the system messages used to notify the user about various critical situations that can occur.UploadException VaadinRequest A generic request to the server, wrapping a more specific request type, e.g.VaadinResponse A generic response from the server, wrapping a more specific response type, e.g.VaadinServletService VaadinSession Contains everything that Vaadin needs to store for a specific user.VariableOwner Deprecated.As of 7.0. -
Classes in com.vaadin.server used by com.vaadin.server.communication.data Class Description AbstractClientConnector An abstract base class for ClientConnector implementations.AbstractExtension An extension is an entity that is attached to a Component or another Extension and independently communicates between client and server.ClientConnector Interface implemented by all connectors that are capable of communicating with the client sideExtension An extension is an entity that is attached to a Component or another Extension and independently communicates between client and server.KeyMapper KeyMapperis the simple two-way map for generating textual keys for objects and retrieving the objects later with the key. -
Classes in com.vaadin.server used by com.vaadin.ui Class Description AbstractClientConnector An abstract base class for ClientConnector implementations.AbstractExtension An extension is an entity that is attached to a Component or another Extension and independently communicates between client and server.ClientConnector Interface implemented by all connectors that are capable of communicating with the client sideErrorMessage 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.KeyMapper KeyMapperis the simple two-way map for generating textual keys for objects and retrieving the objects later with the key.LegacyApplication Deprecated.As of 7.0.LocaleService Server side service which handles locale and the transmission of locale date to the client side LocaleService.Page Page.BrowserWindowResizeListener Listener that gets notified when the size of the browser window containing the uI has changed.PaintException PaintExcepectionis thrown if painting of a component fails.PaintTarget This interface defines the methods for painting XML to the UIDL stream.Resource Resourceprovided 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.Sizeable.Unit StreamVariable StreamVariable is a special kind of variable whose value is streamed to anOutputStreamprovided by theStreamVariable.getOutputStream()method.VaadinRequest A generic request to the server, wrapping a more specific request type, e.g.VaadinResponse A generic response from the server, wrapping a more specific response type, e.g.VaadinSession Contains everything that Vaadin needs to store for a specific user.VariableOwner Deprecated.As of 7.0. -
Classes in com.vaadin.server used by com.vaadin.ui.components.colorpicker Class Description AbstractClientConnector An abstract base class for ClientConnector implementations.ClientConnector Interface implemented by all connectors that are capable of communicating with the client sideScrollable 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.VariableOwner Deprecated.As of 7.0. -
Classes in com.vaadin.server used by com.vaadin.ui.declarative.converters Class Description Resource Resourceprovided to the client terminal. -
Classes in com.vaadin.server used by com.vaadin.ui.renderers Class Description AbstractClientConnector An abstract base class for ClientConnector implementations.AbstractExtension An extension is an entity that is attached to a Component or another Extension and independently communicates between client and server.ClientConnector Interface implemented by all connectors that are capable of communicating with the client sideExtension An extension is an entity that is attached to a Component or another Extension and independently communicates between client and server.Resource Resourceprovided to the client terminal. -
Classes in com.vaadin.server used by com.vaadin.util Class Description ClientConnector Interface implemented by all connectors that are capable of communicating with the client sideResource Resourceprovided to the client terminal.VaadinSession Contains everything that Vaadin needs to store for a specific user.