com.hack23.cia.web.impl.ui.navigationview.application
Interface MenuFactory

Package class diagram package MenuFactory
All Superinterfaces:
Serializable
All Known Implementing Classes:
MenuFactoryImpl

public interface MenuFactory
extends Serializable

A factory for creating Menu objects.


Method Summary
Modifier and Type Method and Description
 com.vaadin.ui.MenuBar createApplicationMenuBar(ControllerActionListener controllerActionListener, UserSessionDto userSessionDTO, int topNumber)
          Creates a new Menu object.
 

Method Detail

createApplicationMenuBar

com.vaadin.ui.MenuBar createApplicationMenuBar(ControllerActionListener controllerActionListener,
                                               UserSessionDto userSessionDTO,
                                               int topNumber)
Creates a new Menu object.

Parameters:
controllerActionListener - the controller action listener
userSessionDTO - the user session dto
topNumber - the top number
Returns:
the menu bar


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