org.exoplatform.ecm.webui.component.admin.taxonomy
Class UITaxonomyTree

java.lang.Object
  extended by org.exoplatform.webui.core.UIComponent
      extended by org.exoplatform.webui.core.UIContainer
          extended by org.exoplatform.ecm.webui.component.admin.taxonomy.UITaxonomyTree

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

Created by The eXo Platform SARL Author : Dang Van Minh minh.dang@exoplatform.com Apr 10, 2008 4:29:57 PM


Nested Class Summary
static class UITaxonomyTree.ChangeNodeActionListener
           
 
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
UITaxonomyTree()
           
 
Method Summary
 void buildTree()
           
 void changeNode(javax.jcr.Node nodeSelected)
           
 javax.jcr.Node getRootNode()
           
 java.lang.String getRootPath()
           
 javax.jcr.Node getSelectedNode()
           
 void renderChildren()
           
 void setNodeSelect(java.lang.String path)
           
 void update()
           
 
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, 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

UITaxonomyTree

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

update

public void update()
            throws java.lang.Exception
Throws:
java.lang.Exception

getRootNode

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

buildTree

public void buildTree()
               throws java.lang.Exception
Throws:
java.lang.Exception

renderChildren

public void renderChildren()
                    throws java.lang.Exception
Overrides:
renderChildren in class org.exoplatform.webui.core.UIContainer
Throws:
java.lang.Exception

getRootPath

public java.lang.String getRootPath()

setNodeSelect

public void setNodeSelect(java.lang.String path)
                   throws java.lang.Exception
Throws:
java.lang.Exception

changeNode

public void changeNode(javax.jcr.Node nodeSelected)
                throws java.lang.Exception
Throws:
java.lang.Exception

getSelectedNode

public javax.jcr.Node getSelectedNode()


Copyright © 2010 eXo Platform SAS. All Rights Reserved.