com.hack23.cia.web.impl.ui.navigationview.application
Interface MenuFactory
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- MenuFactoryImpl
public interface MenuFactory
extends Serializable
A factory for creating Menu objects.
createApplicationMenuBar
com.vaadin.ui.MenuBar createApplicationMenuBar(ControllerActionListener controllerActionListener,
UserSessionDto userSessionDTO,
int topNumber)
- Creates a new Menu object.
- Parameters:
controllerActionListener
- the controller action listeneruserSessionDTO
- the user session dtotopNumber
- the top number
- Returns:
- the menu bar
Copyright © 2008-2010 www.hack23.com. All Rights Reserved.