com.hack23.cia.web.views.navigationview.application
Class MenuFactoryImpl

Package class diagram package MenuFactoryImpl
java.lang.Object
  extended by com.hack23.cia.web.views.navigationview.application.MenuFactoryImpl
All Implemented Interfaces:
MenuFactory

public class MenuFactoryImpl
extends Object
implements MenuFactory

The Class MenuFactoryImpl.


Constructor Summary
MenuFactoryImpl()
           
 
Method Summary
 com.vaadin.ui.MenuBar createApplicationMenuBar(Controller controller, UserSessionDTO userSessionDTO, List<PoliticalParty> politicalParties, int topNumber)
          Creates a new Menu object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MenuFactoryImpl

public MenuFactoryImpl()
Method Detail

createApplicationMenuBar

public final com.vaadin.ui.MenuBar createApplicationMenuBar(Controller controller,
                                                            UserSessionDTO userSessionDTO,
                                                            List<PoliticalParty> politicalParties,
                                                            int topNumber)
Description copied from interface: MenuFactory
Creates a new Menu object.

Specified by:
createApplicationMenuBar in interface MenuFactory
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.