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

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.UITaxonomyTreeWorkingArea

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

Created by The eXo Platform SARL Author : Hoang Van Hung hunghvit@gmail.com Apr 7, 2009


Nested Class Summary
static class UITaxonomyTreeWorkingArea.AddActionListener
           
static class UITaxonomyTreeWorkingArea.CopyActionListener
           
static class UITaxonomyTreeWorkingArea.CutActionListener
           
static class UITaxonomyTreeWorkingArea.PasteActionListener
           
static class UITaxonomyTreeWorkingArea.PreviousActionListener
           
static class UITaxonomyTreeWorkingArea.RemoveActionListener
           
static class UITaxonomyTreeWorkingArea.ViewPermissionActionListener
           
 
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
UITaxonomyTreeWorkingArea()
           
 
Method Summary
 java.lang.String[] getAcceptedNodeTypes()
           
 java.lang.String[] getActions()
           
 java.util.List getListNodes()
           
 java.util.List<javax.jcr.Node> getNodeList()
           
 org.exoplatform.webui.core.UIPageIterator getUIPageIterator()
           
 boolean isRootNode()
           
 void setAcceptedNodeTypes(java.lang.String[] acceptedNodeTypes)
           
 void setNodeList(java.util.List<javax.jcr.Node> nodes)
           
 void setSelectedPath(java.lang.String selectedPath)
           
 void update()
           
 void updateGrid()
           
 
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

UITaxonomyTreeWorkingArea

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

getUIPageIterator

public org.exoplatform.webui.core.UIPageIterator getUIPageIterator()

updateGrid

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

getActions

public java.lang.String[] getActions()

getListNodes

public java.util.List getListNodes()
                            throws java.lang.Exception
Throws:
java.lang.Exception

setNodeList

public void setNodeList(java.util.List<javax.jcr.Node> nodes)

getNodeList

public java.util.List<javax.jcr.Node> getNodeList()

isRootNode

public boolean isRootNode()
                   throws java.lang.Exception
Throws:
java.lang.Exception

update

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

getAcceptedNodeTypes

public java.lang.String[] getAcceptedNodeTypes()

setAcceptedNodeTypes

public void setAcceptedNodeTypes(java.lang.String[] acceptedNodeTypes)

setSelectedPath

public void setSelectedPath(java.lang.String selectedPath)


Copyright © 2010 eXo Platform SAS. All Rights Reserved.