Uses of Class
com.vaadin.client.Registry
-
Packages that use Registry Package Description com.vaadin.client com.vaadin.client.communication com.vaadin.client.flow -
-
Uses of Registry in com.vaadin.client
Subclasses of Registry in com.vaadin.client Modifier and Type Class Description classDefaultRegistryA registry implementation used byApplicationConnection.Methods in com.vaadin.client with parameters of type Registry Modifier and Type Method Description static voidExecuteJavaScriptElementUtils. scrollPositionHandlerAfterServerNavigation(Registry registry, elemental.json.JsonObject state)Constructors in com.vaadin.client with parameters of type Registry Constructor Description DependencyLoader(Registry registry)Creates a new instance connected to the given registry.InitialPropertiesHandler(Registry registry)Creates a new instance connected to the given registry.PopStateHandler(Registry registry)Creates a newpopstatelistener for delivering events to the server.ResourceLoader(Registry registry, boolean initFromDom)Creates a new resource loader.ScrollPositionHandler(Registry registry)Creates a new instance connected to the given registry.SystemErrorHandler(Registry registry)Creates a new instance connected to the given registry.URIResolver(Registry registry)Creates a new instance connected to the given registry. -
Uses of Registry in com.vaadin.client.communication
Methods in com.vaadin.client.communication with parameters of type Registry Modifier and Type Method Description PushConnectionPushConnectionFactory. create(Registry registry)Creates a newPushConnectioninstance for the givenregistry.Constructors in com.vaadin.client.communication with parameters of type Registry Constructor Description AtmospherePushConnection(Registry registry)Creates a new instance connected to the given registry.DefaultConnectionStateHandler(Registry registry)Creates a new instance connected to the given registry.Heartbeat(Registry registry)Creates a new instance connected to the given registry.MessageHandler(Registry registry)Creates a new instance connected to the given registry.MessageSender(Registry registry)Creates a new instance connected to the given registry.Poller(Registry registry)Creates a new instance using the given registry.PushConfiguration(Registry registry)Creates a new instance connected to the given registry.ReconnectConfiguration(Registry registry)Creates a new instance using the given registry.RequestResponseTracker(Registry registry)Creates a new instance connected to the given registry.ServerConnector(Registry registry)Creates a new instance connected to the given registry.ServerRpcQueue(Registry registry)Creates a new instance connected to the given registry.XhrConnection(Registry registry)Creates a new instance connected to the given registry. -
Uses of Registry in com.vaadin.client.flow
Methods in com.vaadin.client.flow that return Registry Modifier and Type Method Description RegistryStateTree. getRegistry()Gets theRegistrythat this state tree belongs to.Methods in com.vaadin.client.flow with parameters of type Registry Modifier and Type Method Description static voidRouterLinkHandler. bind(Registry registry, elemental.dom.Element element)Adds a click event listener for the given element for intercepting application navigation related click events and sending them to server.static voidRouterLinkHandler. sendServerNavigationEvent(Registry registry, String location, Object stateObject, boolean routerLinkEvent)Notifies the server about navigation to the given location.Constructors in com.vaadin.client.flow with parameters of type Registry Constructor Description ExecuteJavaScriptProcessor(Registry registry)Creates a new processor with the given registry.FragmentHandler(String previousHref, String newHref, Registry registry)Creates a new fragment handler.StateTree(Registry registry)Creates a new instance connected to the given registry.
-