org.exoplatform.wiki.webui.tree
Class UITreeExplorer

java.lang.Object
  extended by org.exoplatform.webui.core.UIComponent
      extended by org.exoplatform.webui.core.UIContainer
          extended by org.exoplatform.wiki.webui.tree.UITreeExplorer

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


Nested Class Summary
static class UITreeExplorer.SelectNodeActionListener
           
 
Nested classes/interfaces inherited from class org.exoplatform.webui.core.UIContainer
org.exoplatform.webui.core.UIContainer.SelectTabActionListener
 
Field Summary
static String SELECT_NODE
           
 
Fields inherited from class org.exoplatform.webui.core.UIComponent
AJAX_ASYNC, config, OBJECTID, UICOMPONENT, uiparent
 
Constructor Summary
UITreeExplorer()
           
 
Method Summary
 String getBaseLink()
           
 String getChildrenURL()
           
 org.exoplatform.webui.commons.EventUIComponent getEventComponent()
           
 String getInitParam()
           
 String getInitURL()
           
 void init(String initURL, String childrenURL, String initParam, org.exoplatform.webui.commons.EventUIComponent eventComponent, boolean isRenderLink)
           
 boolean isRenderLink()
           
 void setChildrenURL(String childrenURL)
           
 void setEventComponent(org.exoplatform.webui.commons.EventUIComponent eventComponent)
           
 void setInitParam(String initParam)
           
 void setInitURL(String initURL)
           
 
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
 

Field Detail

SELECT_NODE

public static final String SELECT_NODE
See Also:
Constant Field Values
Constructor Detail

UITreeExplorer

public UITreeExplorer()
Method Detail

init

public void init(String initURL,
                 String childrenURL,
                 String initParam,
                 org.exoplatform.webui.commons.EventUIComponent eventComponent,
                 boolean isRenderLink)
          throws Exception
Throws:
Exception

getInitURL

public String getInitURL()

setInitURL

public void setInitURL(String initURL)

getChildrenURL

public String getChildrenURL()

setChildrenURL

public void setChildrenURL(String childrenURL)

getInitParam

public String getInitParam()

setInitParam

public void setInitParam(String initParam)

getEventComponent

public org.exoplatform.webui.commons.EventUIComponent getEventComponent()

setEventComponent

public void setEventComponent(org.exoplatform.webui.commons.EventUIComponent eventComponent)

isRenderLink

public boolean isRenderLink()

getBaseLink

public String getBaseLink()
                   throws Exception
Throws:
Exception


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.