Class MainMenuBean
java.lang.Object
de.xima.fc.gui.common.bean.MainMenuBean
- All Implemented Interfaces:
Serializable
View scoped bean holding the main menu of the adminstration backend.
- Since:
- 8.0.0
- Author:
- XIMA Media GmbH
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.primefaces.model.menu.MenuModelThe menu model for the main menu, with all entries that should be shown on the main menu.getSerenityMenuCookie(IView view, String idPrefix) voidinit()
-
Constructor Details
-
MainMenuBean
public MainMenuBean()
-
-
Method Details
-
init
@PostConstruct public void init() -
getSerenityMenuCookie
-
getMenuModel
public org.primefaces.model.menu.MenuModel getMenuModel()The menu model for the main menu, with all entries that should be shown on the main menu.
-