public static interface ViewNavigator.ViewNavigatorChangeEvent extends Serializable
| Modifier and Type | Method and Description |
|---|---|
com.vaadin.navigator.View |
getNewView()
Returns the view being activated.
|
com.vaadin.navigator.View |
getOldView()
Returns the view being deactivated.
|
Optional<String> |
getOldViewName()
Returns the name of the view being deactivated, if any
|
String |
getParameters()
Returns the parameters for the view being activated.
|
String |
getViewName()
Returns the view name of the view being activated.
|
ViewNavigator |
getViewNavigator()
Returns the navigator that triggered this event.
|
Optional<com.vaadin.ui.Window> |
getWindow()
If the navigation to the view being activated is requested in window, returns the
Window into which
the view is displayed. |
ViewNavigator getViewNavigator()
ViewNavigator (not null)com.vaadin.navigator.View getOldView()
Optional<String> getOldViewName()
com.vaadin.navigator.View getNewView()
String getViewName()
String getParameters()
Optional<com.vaadin.ui.Window> getWindow()
Window into which
the view is displayed.Copyright © 2019 The Holon Platform. All rights reserved.