com.hack23.cia.web.views.navigationview.application
Interface MenuFactory

Package class diagram package MenuFactory
All Known Implementing Classes:
MenuFactoryImpl

public interface MenuFactory

A factory for creating Menu objects.


Method Summary
 com.vaadin.ui.MenuBar createApplicationMenuBar(Controller controller, UserSessionDTO userSessionDTO, List<PoliticalParty> politicalParties, int topNumber)
          Creates a new Menu object.
 

Method Detail

createApplicationMenuBar

com.vaadin.ui.MenuBar createApplicationMenuBar(Controller controller,
                                               UserSessionDTO userSessionDTO,
                                               List<PoliticalParty> politicalParties,
                                               int topNumber)
Creates a new Menu object.

Parameters:
controller - the controller
userSessionDTO - the user session dto
politicalParties - the political parties
topNumber - the top number
Returns:
the menu bar


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