Uses of Class
com.vaadin.client.ApplicationConnection
Packages that use ApplicationConnection
-
Uses of ApplicationConnection in com.vaadin.client
Methods in com.vaadin.client that return ApplicationConnectionModifier and TypeMethodDescriptionRegistry.getApplicationConnection()Gets theApplicationConnectionsingleton.Constructors in com.vaadin.client with parameters of type ApplicationConnectionModifierConstructorDescriptionDefaultRegistry(ApplicationConnection connection, ApplicationConfiguration applicationConfiguration) Constructs a registry based on the given application connection and configuration references. -
Uses of ApplicationConnection in com.vaadin.client.bootstrap
Methods in com.vaadin.client.bootstrap that return types with arguments of type ApplicationConnectionModifier and TypeMethodDescriptionstatic JsArray<ApplicationConnection> Bootstrapper.getRunningApplications()Gets a list of references to all running application instances.