Uses of Interface
com.vaadin.navigator.NavigationStateManager

Packages that use NavigationStateManager
com.vaadin.navigator   
 

Uses of NavigationStateManager in com.vaadin.navigator
 

Classes in com.vaadin.navigator that implement NavigationStateManager
static class Navigator.UriFragmentManager
          A NavigationStateManager 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
protected  NavigationStateManager Navigator.getStateManager()
          Returns the NavigationStateManager 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
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
Navigator(UI ui, NavigationStateManager stateManager, ViewDisplay display)
          Creates a navigator.
 



Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.