org.exoplatform.wiki.webui
Class UIWikiBreadCrumb

java.lang.Object
  extended by org.exoplatform.webui.core.UIComponent
      extended by org.exoplatform.webui.core.UIContainer
          extended by org.exoplatform.wiki.webui.UIWikiBreadCrumb

public class UIWikiBreadCrumb
extends org.exoplatform.webui.core.UIContainer


Nested Class Summary
static class UIWikiBreadCrumb.SwitchSpaceActionListener
           
 
Nested classes/interfaces inherited from class org.exoplatform.webui.core.UIContainer
org.exoplatform.webui.core.UIContainer.SelectTabActionListener
 
Field Summary
static String SPACE_SWITCHER
           
 
Fields inherited from class org.exoplatform.webui.core.UIComponent
AJAX_ASYNC, config, OBJECTID, UICOMPONENT, uiparent
 
Constructor Summary
UIWikiBreadCrumb()
           
 
Method Summary
 String createActionLink(org.exoplatform.wiki.service.BreadcrumbData breadCumbData)
           
 String getActionLabel()
           
 List<org.exoplatform.wiki.service.BreadcrumbData> getBreadCumbs()
           
 org.exoplatform.wiki.service.WikiPageParams getPageParam()
           
 String getParentURL()
           
 String getWikiName()
           
 String getWikiType()
           
 boolean isAllowChooseSpace()
           
 boolean isDisplayFullSpaceName()
           
 boolean isLink()
           
 boolean isShowWikiName()
           
 boolean isShowWikiType()
           
 void setActionLabel(String actionLabel)
           
 void setAllowChooseSpace(boolean isAlowChooseSpace)
           
 void setBreadCumbs(List<org.exoplatform.wiki.service.BreadcrumbData> breadCumbs)
           
 void setDisplayFullSpaceName(boolean isDisplayFullSpaceName)
           
 UIWikiBreadCrumb setLink(boolean isLink)
           
 void setShowWikiName(boolean isShowWikiName)
           
 void setShowWikiType(boolean isShowWikiType)
           
 
Methods inherited from class org.exoplatform.webui.core.UIContainer
addChild, addChild, findComponentById, findComponentOfType, findFirstComponentOfType, getChild, getChild, getChildById, getChildren, hasChildren, removeChild, removeChildById, renderChild, renderChild, renderChild, renderChild, renderChildren, renderChildren, renderUIComponent, replaceChild, replaceChild, setChildren, setRenderedChild, setRenderedChild, setRenderedChildrenOfTypes
 
Methods inherited from class org.exoplatform.webui.core.UIComponent
broadcast, createEvent, createUIComponent, createUIComponent, createUIComponent, doAsync, event, event, event, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getName, getParent, getTemplate, getTemplateResourceResolver, getUIComponentName, isRendered, loadConfirmMesssage, processAction, processDecode, processRender, renderEventURL, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibling, url, url, url
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SPACE_SWITCHER

public static final String SPACE_SWITCHER
See Also:
Constant Field Values
Constructor Detail

UIWikiBreadCrumb

public UIWikiBreadCrumb()
                 throws Exception
Throws:
Exception
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)

getParentURL

public String getParentURL()
                    throws Exception
Throws:
Exception

isLink

public boolean isLink()

setLink

public UIWikiBreadCrumb setLink(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

getWikiType

public String getWikiType()
                   throws Exception
Throws:
Exception

getWikiName

public String getWikiName()
                   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


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.