Package de.xima.fc.inbox.bean
Class InboxProjectListBean
java.lang.Object
de.xima.fc.inbox.bean.InboxProjectListBean
- All Implemented Interfaces:
Serializable
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.primefaces.model.menu.MenuModel
void
Listener for the UI.void
setProjectMenu
(org.primefaces.model.menu.MenuModel projectMenu)
-
Constructor Details
-
InboxProjectListBean
public InboxProjectListBean()
-
-
Method Details
-
reloadProjectMenu
public void reloadProjectMenu()Listener for the UI. Reloads the list of available projects, e.g. when the user click the refresh button. -
getProjectMenu
public org.primefaces.model.menu.MenuModel getProjectMenu()- Returns:
- The UI view model with the list of available projects.
-