Package | Description |
---|---|
com.vaadin.navigator | |
com.vaadin.ui |
Modifier and Type | Method and Description |
---|---|
Navigator |
ViewChangeListener.ViewChangeEvent.getNavigator()
Returns the navigator that triggered this event.
|
Modifier and Type | Method and Description |
---|---|
void |
Navigator.UriFragmentManager.setNavigator(Navigator navigator) |
void |
NavigationStateManager.setNavigator(Navigator navigator)
Sets the Navigator used with this state manager.
|
Constructor and Description |
---|
ViewChangeEvent(Navigator navigator,
View oldView,
View newView,
String viewName,
String parameters)
Create a new view change event.
|
Modifier and Type | Method and Description |
---|---|
Navigator |
UI.getNavigator()
Returns the navigator attached to this UI or null if there is no
navigator.
|
Modifier and Type | Method and Description |
---|---|
void |
UI.setNavigator(Navigator navigator)
For internal use only.
|
Copyright © 2019 Vaadin Ltd. All rights reserved.