Package | Description |
---|---|
com.vaadin.navigator |
Modifier and Type | Class and Description |
---|---|
static class |
Navigator.ComponentContainerViewDisplay
A ViewDisplay that replaces the contents of a
ComponentContainer
with the active View . |
static class |
Navigator.SingleComponentContainerViewDisplay
A ViewDisplay that replaces the contents of a
SingleComponentContainer with the active View . |
Modifier and Type | Method and Description |
---|---|
ViewDisplay |
Navigator.getDisplay()
Return the
ViewDisplay used by the 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.
|
Navigator(UI ui,
ViewDisplay display)
Creates a navigator that is tracking the active view using URI fragments
of the
Page containing the given UI. |
Copyright © 2019 Vaadin Ltd. All rights reserved.