Class InboxProjectListBean

java.lang.Object
de.xima.fc.inbox.bean.InboxProjectListBean
All Implemented Interfaces:
Serializable

@Named @ViewScoped public class InboxProjectListBean extends Object implements Serializable
Author:
XIMA MEDIA GmbH
See Also:
  • 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.
    • setProjectMenu

      public void setProjectMenu(org.primefaces.model.menu.MenuModel projectMenu)
      Parameters:
      projectMenu - The UI view model with the list of available projects.