Uses of Class
com.hack23.cia.web.views.common.Navigator

Packages that use Navigator
com.hack23.cia.web.views.common Common view objects. 
com.hack23.cia.web.views.navigationview.application Main application CitizenIntelligenceAgency, NavigationTree and menu factory. 
com.hack23.cia.web.views.navigationview.common Common navigation views. 
 

Uses of Navigator in com.hack23.cia.web.views.common
 

Methods in com.hack23.cia.web.views.common that return Navigator
 Navigator ApplicationUserState.getNavigator()
          Gets the navigator.
 

Methods in com.hack23.cia.web.views.common with parameters of type Navigator
 void Navigator.View.init(Navigator navigator, com.vaadin.Application application)
          Inits the.
 

Uses of Navigator in com.hack23.cia.web.views.navigationview.application
 

Methods in com.hack23.cia.web.views.navigationview.application that return Navigator
 Navigator CitizenIntelligenceAgency.getNavigator()
           
 

Methods in com.hack23.cia.web.views.navigationview.application with parameters of type Navigator
 com.vaadin.ui.HorizontalLayout CitizenIntelligenceAgency.createToolbar(UserSessionDTO userSessionDTO, Navigator navigator)
          Creates the toolbar.
 

Constructors in com.hack23.cia.web.views.navigationview.application with parameters of type Navigator
NavigationTree(String name, Object[][] treeViews, Navigator navigator)
          Instantiates a new navigation tree.
 

Uses of Navigator in com.hack23.cia.web.views.navigationview.common
 

Methods in com.hack23.cia.web.views.navigationview.common that return Navigator
protected  Navigator AbstractNavigationView.getNavigator()
          Gets the navigator.
 

Methods in com.hack23.cia.web.views.navigationview.common with parameters of type Navigator
 void AbstractNavigationView.init(Navigator navigator, com.vaadin.Application application)
           
 

Constructors in com.hack23.cia.web.views.navigationview.common with parameters of type Navigator
BaseEntityList(AbstractModelObjectContainer<?> container, Navigator navigator, String uriPrefix)
          Instantiates a new base entity list.
 



Copyright © 2008-2009 www.hack23.com. All Rights Reserved.