Uses of Interface
com.vaadin.navigator.NavigationStateManager
-
Packages that use NavigationStateManager Package Description com.vaadin.navigator -
-
Uses of NavigationStateManager in com.vaadin.navigator
Classes in com.vaadin.navigator that implement NavigationStateManager Modifier and Type Class Description static classNavigator.PushStateManagerANavigationStateManagerusing path info, HTML5 push state andPage.PopStateEvents to track views and enable listening to view changes.static classNavigator.UriFragmentManagerANavigationStateManagerusing hashbang fragments in the Page location URI to track views and enable listening to view changes.Fields in com.vaadin.navigator declared as NavigationStateManager Modifier and Type Field Description protected NavigationStateManagerNavigator. stateManagerTheNavigationStateManagerthat is used to get, listen to and manipulate the navigation state used by the Navigator.Methods in com.vaadin.navigator that return NavigationStateManager Modifier and Type Method Description protected NavigationStateManagerNavigator. createNavigationStateManager(UI ui)Creates a navigation state manager for given UI.protected NavigationStateManagerNavigator. getStateManager()Returns theNavigationStateManagerthat is used to get, listen to and manipulate the navigation state used by this Navigator.Methods in com.vaadin.navigator with parameters of type NavigationStateManager Modifier and Type Method Description protected voidNavigator. init(UI ui, NavigationStateManager stateManager, ViewDisplay display)Initializes a navigator created with the no arguments constructor.Constructors in com.vaadin.navigator with parameters of type NavigationStateManager Constructor Description Navigator(UI ui, NavigationStateManager stateManager, ViewDisplay display)Creates a navigator.
-