org.exoplatform.ecm.webui.component.browsecontent
Class UIToolBar

java.lang.Object
  extended by org.exoplatform.webui.core.UIComponent
      extended by org.exoplatform.webui.core.UIContainer
          extended by org.exoplatform.ecm.webui.component.browsecontent.UIToolBar

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

Created by The eXo Platform SARL Author : Pham Tuan phamtuanchip@yahoo.de Jan 5, 2007 2:32:34 PM


Nested Class Summary
static class UIToolBar.BackActionListener
           
static class UIToolBar.CommentActionListener
           
static class UIToolBar.NextActionListener
           
static class UIToolBar.SearchActionListener
           
static class UIToolBar.SelectPathActionListener
           
static class UIToolBar.ShowHiddenActionListener
           
static class UIToolBar.VoteActionListener
           
 
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
UIToolBar()
           
 
Method Summary
 boolean enableComment()
           
 boolean enablePath()
           
 boolean enableSearch()
           
 boolean enableTree()
           
 boolean enableVote()
           
 javax.jcr.Node getCurrentNode()
           
 javax.jcr.Node getHistoryNode()
           
 java.util.List<javax.jcr.Node> getNodePaths(javax.jcr.Node node)
           
 javax.jcr.Node getRootNode()
           
 boolean isClearHistory()
           
 boolean isShowCategoryTree()
           
 void setEnablePath(boolean enablePath)
           
 void setEnableSearch(boolean enableSearch)
           
 void setEnableTree(boolean enableTree)
           
 
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, getRendererFor, getTemplate, getTemplateResourceResolver, getUIComponentName, isRendered, loadConfirmMesssage, processAction, processDecode, processRender, registerRendererFor, 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

UIToolBar

public UIToolBar()
          throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

setEnablePath

public void setEnablePath(boolean enablePath)

enablePath

public boolean enablePath()

setEnableSearch

public void setEnableSearch(boolean enableSearch)

enableSearch

public boolean enableSearch()

setEnableTree

public void setEnableTree(boolean enableTree)

enableTree

public boolean enableTree()

getNodePaths

public java.util.List<javax.jcr.Node> getNodePaths(javax.jcr.Node node)
                                            throws java.lang.Exception
Throws:
java.lang.Exception

enableComment

public boolean enableComment()

enableVote

public boolean enableVote()

getRootNode

public javax.jcr.Node getRootNode()
                           throws java.lang.Exception
Throws:
java.lang.Exception

getCurrentNode

public javax.jcr.Node getCurrentNode()
                              throws java.lang.Exception
Throws:
java.lang.Exception

getHistoryNode

public javax.jcr.Node getHistoryNode()
                              throws java.lang.Exception
Throws:
java.lang.Exception

isShowCategoryTree

public boolean isShowCategoryTree()

isClearHistory

public boolean isClearHistory()


Copyright © 2010 eXo Platform SAS. All Rights Reserved.