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
Created by The eXo Platform SAS
Author : viet nguyen
viet.nguyen@exoplatform.com
Apr 26, 2010
| 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 |
UIWikiBreadCrumb
public UIWikiBreadCrumb()
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 void setLink(boolean isLink)
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 © 2013 eXo Platform SAS. All Rights Reserved.