Uses of Class
com.vaadin.navigator.Navigator
-
Packages that use Navigator Package Description com.vaadin.navigator com.vaadin.ui -
-
Uses of Navigator in com.vaadin.navigator
Methods in com.vaadin.navigator that return Navigator Modifier and Type Method Description Navigator
ViewChangeListener.ViewChangeEvent. getNavigator()
Returns the navigator that triggered this event.Methods in com.vaadin.navigator with parameters of type Navigator Modifier and Type Method Description void
NavigationStateManager. setNavigator(Navigator navigator)
Sets the Navigator used with this state manager.void
Navigator.UriFragmentManager. setNavigator(Navigator navigator)
Constructors in com.vaadin.navigator with parameters of type Navigator Constructor Description ViewChangeEvent(Navigator navigator, View oldView, View newView, String viewName, String parameters)
Create a new view change event. -
Uses of Navigator in com.vaadin.ui
Methods in com.vaadin.ui that return Navigator Modifier and Type Method Description Navigator
UI. getNavigator()
Returns the navigator attached to this UI or null if there is no navigator.Methods in com.vaadin.ui with parameters of type Navigator Modifier and Type Method Description void
UI. setNavigator(Navigator navigator)
For internal use only.
-