|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.webui.core.UIComponent
org.exoplatform.webui.core.UIContainer
org.exoplatform.wcm.webui.selector.page.UIPageNodeSelector
public class UIPageNodeSelector
Created by The eXo Platform SARL Author : chungnv nguyenchung136@yahoo.com Jun 23, 2006 10:07:15 AM
| Nested Class Summary | |
|---|---|
static class |
UIPageNodeSelector.SelectedNode
The Class SelectedNode. |
static class |
UIPageNodeSelector.SelectNavigationActionListener
The listener interface for receiving selectNavigationAction events. |
| 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 | |
|---|---|
UIPageNodeSelector()
Instantiates a new uI page node selector. |
|
| Method Summary | |
|---|---|
UIPageNodeSelector.SelectedNode |
getCopyNode()
Gets the copy node. |
java.util.List<org.exoplatform.portal.config.model.PageNavigation> |
getDeleteNavigations()
Gets the delete navigations. |
org.exoplatform.portal.config.model.PageNavigation |
getPageNavigation(int id)
Gets the page navigation. |
java.util.List<org.exoplatform.portal.config.model.PageNavigation> |
getPageNavigations()
Gets the page navigations. |
org.exoplatform.portal.config.model.PageNavigation |
getSelectedNavigation()
Gets the selected navigation. |
UIPageNodeSelector.SelectedNode |
getSelectedNode()
Gets the selected node. |
org.exoplatform.portal.config.model.PageNode |
getSelectedPageNode()
Gets the selected page node. |
java.lang.String |
getUpLevelUri()
Gets the up level uri. |
void |
loadNavigations()
Load navigations. |
void |
processRender(org.exoplatform.webui.application.WebuiRequestContext context)
|
org.exoplatform.portal.config.model.PageNode |
searchPageNodeByUri(org.exoplatform.portal.config.model.PageNavigation pageNav,
java.lang.String uri)
Search page node by uri. |
void |
selectNavigation(int id)
Select navigation. |
void |
selectPageNodeByUri(java.lang.String uri)
Select page node by uri. |
void |
setCopyNode(UIPageNodeSelector.SelectedNode copyNode)
Sets the copy node. |
| 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, 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 |
|---|
public UIPageNodeSelector()
throws java.lang.Exception
java.lang.Exception - the exception| Method Detail |
|---|
public void loadNavigations()
throws java.lang.Exception
java.lang.Exception - the exceptionpublic void selectNavigation(int id)
id - the idpublic void selectPageNodeByUri(java.lang.String uri)
uri - the uri
public org.exoplatform.portal.config.model.PageNode searchPageNodeByUri(org.exoplatform.portal.config.model.PageNavigation pageNav,
java.lang.String uri)
pageNav - the page navuri - the uri
public java.util.List<org.exoplatform.portal.config.model.PageNavigation> getPageNavigations()
public org.exoplatform.portal.config.model.PageNavigation getPageNavigation(int id)
id - the id
public void processRender(org.exoplatform.webui.application.WebuiRequestContext context)
throws java.lang.Exception
processRender in class org.exoplatform.webui.core.UIComponentjava.lang.Exceptionpublic UIPageNodeSelector.SelectedNode getCopyNode()
public void setCopyNode(UIPageNodeSelector.SelectedNode copyNode)
copyNode - the new copy nodepublic UIPageNodeSelector.SelectedNode getSelectedNode()
public org.exoplatform.portal.config.model.PageNavigation getSelectedNavigation()
public org.exoplatform.portal.config.model.PageNode getSelectedPageNode()
public java.lang.String getUpLevelUri()
public java.util.List<org.exoplatform.portal.config.model.PageNavigation> getDeleteNavigations()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||