com.hack23.cia.web.impl.ui.navigationview.application
Class MenuFactoryImpl

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

public class MenuFactoryImpl
extends Object
implements MenuFactory

The Class MenuFactoryImpl.

See Also:
Serialized Form

Constructor Summary
Constructor and Description
MenuFactoryImpl(ApplicationModelFactoryFactory applicationModelFactoryFactory)
          Instantiates a new menu factory impl.
 
Method Summary
Modifier and Type Method and Description
 com.vaadin.ui.MenuBar createApplicationMenuBar(ControllerActionListener controllerActionListener, UserSessionDto userSessionDTO, int topNumber)
          Creates a new Menu object.
protected  GenericUserInterfaceLoaderService<PoliticalPartyData> getPoliticalPartyLoaderService()
          Gets the political party loader service.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MenuFactoryImpl

public MenuFactoryImpl(ApplicationModelFactoryFactory applicationModelFactoryFactory)
Instantiates a new menu factory impl.

Parameters:
applicationModelFactoryFactory - the application model factory factory
Method Detail

createApplicationMenuBar

public com.vaadin.ui.MenuBar createApplicationMenuBar(ControllerActionListener controllerActionListener,
                                                      UserSessionDto userSessionDTO,
                                                      int topNumber)
Description copied from interface: MenuFactory
Creates a new Menu object.

Specified by:
createApplicationMenuBar in interface MenuFactory
Parameters:
controllerActionListener - the controller action listener
userSessionDTO - the user session dto
topNumber - the top number
Returns:
the menu bar

getPoliticalPartyLoaderService

protected final GenericUserInterfaceLoaderService<PoliticalPartyData> getPoliticalPartyLoaderService()
Gets the political party loader service.

Returns:
the political party loader service


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