| Package | Description |
|---|---|
| com.vaadin.navigator |
| Modifier and Type | Class and Description |
|---|---|
static class |
Navigator.UriFragmentManager
A
NavigationStateManager using hashbang fragments in the Page
location URI to track views and enable listening to view changes. |
| Modifier and Type | Method and Description |
|---|---|
protected NavigationStateManager |
Navigator.getStateManager()
Returns the
NavigationStateManager that is used to get, listen to
and manipulate the navigation state used by this Navigator. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Navigator.init(UI ui,
NavigationStateManager stateManager,
ViewDisplay display)
Initializes a navigator created with the no arguments constructor.
|
| Constructor and Description |
|---|
Navigator(UI ui,
NavigationStateManager stateManager,
ViewDisplay display)
Creates a navigator.
|
Copyright © 2016 Vaadin Ltd. All rights reserved.