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

Created by The eXo Platform SAS Author : viet nguyen viet.nguyen@exoplatform.com Apr 26, 2010


Nested Class Summary
 
Nested classes/interfaces inherited from class org.exoplatform.webui.core.UIContainer
org.exoplatform.webui.core.UIContainer.SelectTabActionListener
 
Field Summary
 
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 isDisplayFullSpaceName()
           
 boolean isLink()
           
 boolean isShowWikiType()
           
 void setActionLabel(String actionLabel)
           
 void setBreadCumbs(List<org.exoplatform.wiki.service.BreadcrumbData> breadCumbs)
           
 void setDisplayFullSpaceName(boolean isDisplayFullSpaceName)
           
 void setLink(boolean isLink)
           
 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
 

Constructor Detail

UIWikiBreadCrumb

public UIWikiBreadCrumb()
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 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.