com.hack23.cia.web.views.navigationview.application
Interface MenuFactory
- All Known Implementing Classes:
- MenuFactoryImpl
public interface MenuFactory
A factory for creating Menu objects.
createApplicationMenuBar
com.vaadin.ui.MenuBar createApplicationMenuBar(Controller controller,
UserSessionDTO userSessionDTO,
List<PoliticalParty> politicalParties,
int topNumber)
- Creates a new Menu object.
- Parameters:
controller
- the controlleruserSessionDTO
- the user session dtopoliticalParties
- the political partiestopNumber
- the top number
- Returns:
- the menu bar
Copyright © 2008-2009 www.hack23.com. All Rights Reserved.