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

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

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

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


Nested Class Summary
static class UITaxonomyWorkingArea.AddActionListener
           
static class UITaxonomyWorkingArea.CopyActionListener
           
static class UITaxonomyWorkingArea.CutActionListener
           
static class UITaxonomyWorkingArea.PasteActionListener
           
static class UITaxonomyWorkingArea.RemoveActionListener
           
static class UITaxonomyWorkingArea.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
UITaxonomyWorkingArea()
           
 
Method Summary
 java.util.List getListNodes()
           
 java.util.List<javax.jcr.Node> getNodeList()
           
 org.exoplatform.webui.core.UIPageIterator getUIPageIterator()
           
 boolean isRootNode()
           
 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

UITaxonomyWorkingArea

public UITaxonomyWorkingArea()
                      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

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

setSelectedPath

public void setSelectedPath(java.lang.String selectedPath)

update

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


Copyright © 2010 eXo Platform SAS. All Rights Reserved.