org.exoplatform.wiki.webui
Class UIWikiBreadCrumb
java.lang.Object
org.exoplatform.webui.core.UIComponent
org.exoplatform.webui.core.UIContainer
org.exoplatform.wiki.webui.UIWikiBreadCrumb
public class UIWikiBreadCrumb
- extends org.exoplatform.webui.core.UIContainer
| Nested classes/interfaces inherited from class org.exoplatform.webui.core.UIContainer |
org.exoplatform.webui.core.UIContainer.SelectTabActionListener |
| Fields inherited from class org.exoplatform.webui.core.UIComponent |
AJAX_ASYNC, config, OBJECTID, UICOMPONENT, uiparent |
| 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 |
SPACE_SWITCHER
public static final String SPACE_SWITCHER
- See Also:
- Constant Field Values
UIWikiBreadCrumb
public UIWikiBreadCrumb()
throws Exception
- Throws:
Exception
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.