Uses of Class
com.vaadin.client.ApplicationConnection
-
Packages that use ApplicationConnection Package Description com.vaadin.client com.vaadin.client.bootstrap -
-
Uses of ApplicationConnection in com.vaadin.client
Methods in com.vaadin.client that return ApplicationConnection Modifier and Type Method Description ApplicationConnectionRegistry. getApplicationConnection()Gets theApplicationConnectionsingleton.Constructors in com.vaadin.client with parameters of type ApplicationConnection Constructor Description DefaultRegistry(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 ApplicationConnection Modifier and Type Method Description static JsArray<ApplicationConnection>Bootstrapper. getRunningApplications()Gets a list of references to all running application instances.
-