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 class
Navigator.UriFragmentManager
ANavigationStateManager
using hashbang fragments in the Page location URI to track views and enable listening to view changes.Methods in com.vaadin.navigator that return NavigationStateManager Modifier and Type Method Description protected NavigationStateManager
Navigator. getStateManager()
Returns theNavigationStateManager
that 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 void
Navigator. 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.
-