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 NavigatorViewChangeListener.ViewChangeEvent. getNavigator()Returns the navigator that triggered this event.Methods in com.vaadin.navigator with parameters of type Navigator Modifier and Type Method Description voidNavigationStateManager. setNavigator(Navigator navigator)Sets the Navigator used with this state manager.voidNavigator.PushStateManager. setNavigator(Navigator navigator)voidNavigator.UriFragmentManager. setNavigator(Navigator navigator)Constructors in com.vaadin.navigator with parameters of type Navigator Constructor Description ViewBeforeLeaveEvent(Navigator navigator, ViewLeaveAction action)Creates a new event instance for the given navigator.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 NavigatorUI. 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 voidUI. setNavigator(Navigator navigator)For internal use only.
-