Class NavigationBean

All Implemented Interfaces:
Serializable

@Deprecated @Named @SessionScoped public class NavigationBean extends ABackendJSFContext
Deprecated.
since 8.0.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • NavigationBean

      public NavigationBean()
      Deprecated.
  • Method Details

    • getViewBean

      public ViewBean getViewBean()
      Deprecated.
    • setViewBean

      public void setViewBean(ViewBean viewBean)
      Deprecated.
    • getMenuTemplateBean

      public MenuTemplateBean getMenuTemplateBean()
      Deprecated.
      Returns:
      the menuTemplateBean
    • setMenuTemplateBean

      public void setMenuTemplateBean(MenuTemplateBean menuTemplateBean)
      Deprecated.
      Parameters:
      menuTemplateBean - the menuTemplateBean to set
    • setCurrentView

      @Deprecated public void setCurrentView(String viewId)
      Deprecated.
      The current view can be accessed view ViewContextBean.getView().
    • setCurrentView

      @Deprecated public void setCurrentView(EViews view)
      Deprecated.
      The current view can be accessed view ViewContextBean.getView().