| Package | Description |
|---|---|
| com.vaadin.client | |
| com.vaadin.client.communication | |
| com.vaadin.client.flow |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultRegistry
A registry implementation used by
ApplicationConnection. |
| Constructor and 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 new
popstate listener 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.
|
| Modifier and Type | Method and Description |
|---|---|
PushConnection |
PushConnectionFactory.create(Registry registry)
Creates a new
PushConnection instance for the given registry. |
| Constructor and 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.
|
ReconnectDialogConfiguration(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.
|
| Modifier and Type | Method and Description |
|---|---|
Registry |
StateTree.getRegistry()
Gets the
Registry that this state tree belongs to. |
| Modifier and Type | Method and Description |
|---|---|
static void |
RouterLinkHandler.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 void |
RouterLinkHandler.sendServerNavigationEvent(Registry registry,
String location,
Object stateObject,
boolean routerLinkEvent)
Notifies the server about navigation to the given location.
|
| Constructor and 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.
|
Copyright © 2000–2018 Vaadin Ltd. All rights reserved.