Class UIWikiBreadCrumb


  • public class UIWikiBreadCrumb
    extends org.exoplatform.webui.core.UIContainer
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  UIWikiBreadCrumb.SwitchSpaceActionListener  
      • Nested classes/interfaces inherited from class org.exoplatform.webui.core.UIContainer

        org.exoplatform.webui.core.UIContainer.SelectTabActionListener
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String SPACE_SWITCHER  
      • Fields inherited from class org.exoplatform.webui.core.UIComponent

        AJAX_ASYNC, config, OBJECTID, UICOMPONENT, uiparent
    • Method Detail

      • getBreadCumbs

        public List<org.exoplatform.wiki.service.BreadcrumbData> getBreadCumbs()
      • setBreadCumbs

        public void setBreadCumbs​(List<org.exoplatform.wiki.service.BreadcrumbData> breadCumbs)
      • getActionLabel

        public String getActionLabel()
      • setActionLabel

        public void setActionLabel​(String actionLabel)
      • isLink

        public boolean isLink()
      • isAllowChooseSpace

        public boolean isAllowChooseSpace()
      • setAllowChooseSpace

        public void setAllowChooseSpace​(boolean isAlowChooseSpace)
      • isShowWikiName

        public boolean isShowWikiName()
      • setShowWikiName

        public void setShowWikiName​(boolean isShowWikiName)
      • getPageParam

        public org.exoplatform.wiki.service.WikiPageParams getPageParam()
                                                                 throws Exception
        Throws:
        Exception
      • isShowWikiType

        public boolean isShowWikiType()
      • setShowWikiType

        public void setShowWikiType​(boolean isShowWikiType)
      • isDisplayFullSpaceName

        public boolean isDisplayFullSpaceName()
      • setDisplayFullSpaceName

        public void setDisplayFullSpaceName​(boolean isDisplayFullSpaceName)
      • createActionLink

        public String createActionLink​(org.exoplatform.wiki.service.BreadcrumbData breadCumbData)
                                throws Exception
        Throws:
        Exception
      • processRender

        public void processRender​(org.exoplatform.webui.application.WebuiRequestContext context)
                           throws Exception
        Overrides:
        processRender in class org.exoplatform.webui.core.UIComponent
        Throws:
        Exception