org.exoplatform.content.webui
Class UIContentNavigation

java.lang.Object
  extended by org.exoplatform.webui.core.UIComponent
      extended by org.exoplatform.webui.core.UIContainer
          extended by org.exoplatform.content.webui.UIContentNavigation

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

Created by The eXo Platform SARL Author : Dang Van Minh minhdv@exoplatform.com Jul 6, 2006


Nested Class Summary
static class UIContentNavigation.AddNodeActionListener
           
static class UIContentNavigation.ChangeNodeActionListener
           
static class UIContentNavigation.EditNodeActionListener
           
static class UIContentNavigation.GetNodeInfoActionListener
           
static class UIContentNavigation.RemoveNodeActionListener
           
static class UIContentNavigation.UpLevelActionListener
           
 
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
config, OBJECTID, UICOMPONENT, uiparent
 
Constructor Summary
UIContentNavigation()
           
 
Method Summary
 ContentNode findNode(java.lang.String nodeId)
           
 ContentNavigation getContentNavigation()
           
 ContentNode getParentNode()
           
 ContentNode getSelectedNode()
           
 boolean isLogon()
           
 void setSelectedNode(java.lang.String id)
           
 
Methods inherited from class org.exoplatform.webui.core.UIContainer
addChild, addChild, findComponentById, findComponentOfType, findFirstComponentOfType, getChild, getChild, getChildById, getChildren, hasChildren, removeChild, removeChildById, renderChild, renderChild, renderChild, renderChildren, renderChildren, renderUIComponent, replaceChild, replaceChild, setChildren, setRenderedChild, setRenderedChild, setRenderedChildrenOfTypes, visit
 
Methods inherited from class org.exoplatform.webui.core.UIComponent
broadcast, createEvent, createUIComponent, createUIComponent, createUIComponent, event, event, event, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getName, getParent, getTemplate, getTemplateResourceResolver, getUIComponentName, isRendered, loadConfirmMesssage, processAction, processDecode, processRender, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibbling, url, url, url
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIContentNavigation

public UIContentNavigation()
Method Detail

getSelectedNode

public ContentNode getSelectedNode()

setSelectedNode

public void setSelectedNode(java.lang.String id)

getParentNode

public ContentNode getParentNode()

getContentNavigation

public ContentNavigation getContentNavigation()

findNode

public ContentNode findNode(java.lang.String nodeId)

isLogon

public boolean isLogon()


Copyright © 2011 eXo Platform SAS. All Rights Reserved.