Class UIWikiDraftGrid


  • public class UIWikiDraftGrid
    extends org.exoplatform.webui.core.UIComponent
    • Field Detail

      • uiIterator_

        protected org.exoplatform.webui.core.UIPageIterator uiIterator_
        The page iterator
      • beanIdField_

        protected String beanIdField_
        The bean field that holds the id of this bean
      • beanField_

        protected String[] beanField_
        An array of String representing the fields in each bean
      • action_

        protected String[] action_
        An array of String representing the actions on each bean
      • label_

        protected String label_
      • useAjax

        protected boolean useAjax
      • displayedChars_

        protected int displayedChars_
    • Method Detail

      • clearBreadcrum

        public void clearBreadcrum()
      • getUIPageIterator

        public org.exoplatform.webui.core.UIPageIterator getUIPageIterator()
      • setActionForField

        public void setActionForField​(String field,
                                      String action)
      • getActionForField

        public String getActionForField​(String field)
      • putBreadCrumbDatas

        public void putBreadCrumbDatas​(String key,
                                       List<org.exoplatform.wiki.service.BreadcrumbData> breakCrumbDatas)
                                throws Exception
        Throws:
        Exception
      • getBreadCrumb

        public String getBreadCrumb​(String key)
      • getPageParam

        public org.exoplatform.wiki.service.WikiPageParams getPageParam​(String key)
                                                                 throws Exception
        Throws:
        Exception
      • getFieldToDisplayBreadCrumb

        public String getFieldToDisplayBreadCrumb()
      • setFieldToDisplayBreadCrumb

        public void setFieldToDisplayBreadCrumb​(String fieldToDisplayBreadCrumb)
      • getSortField

        public String getSortField()
      • setSortField

        public void setSortField​(String sortField)
      • isASC

        public boolean isASC()
      • setASC

        public void setASC​(boolean isASC)
      • createActionLink

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

        public String getBeanIdField()
      • getBeanFields

        public String[] getBeanFields()
      • getBeanActions

        public String[] getBeanActions()
      • getLabel

        public String getLabel()
      • setLabel

        public void setLabel​(String label)
      • findComponentById

        public org.exoplatform.webui.core.UIComponent findComponentById​(String lookupId)
        Overrides:
        findComponentById in class org.exoplatform.webui.core.UIComponent
      • isUseAjax

        public boolean isUseAjax()
      • setUseAjax

        public void setUseAjax​(boolean value)
      • getDisplayedChars

        public int getDisplayedChars()
      • setDisplayedChars

        public void setDisplayedChars​(int displayedChars)