|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.wcm.publication.lifecycle.stageversion.ui.UIPublicationTree.TreeNode
public static class UIPublicationTree.TreeNode
The Class TreeNode.
| Constructor Summary | |
|---|---|
UIPublicationTree.TreeNode(java.lang.String portalName,
org.exoplatform.portal.config.model.PageNavigation navigation,
java.util.ResourceBundle res,
boolean isPageNode)
Instantiates a new tree node. |
|
| Method Summary | |
|---|---|
java.util.List<UIPublicationTree.TreeNode> |
getChildren()
Gets the children. |
java.lang.String |
getIcon()
Gets the icon. |
java.lang.String |
getName()
Gets the name. |
org.exoplatform.portal.config.model.PageNavigation |
getNavigation()
Gets the navigation. |
org.exoplatform.portal.config.model.PageNode |
getPageNode()
Gets the page node. |
java.lang.String |
getPageNodeUri()
Gets the page node uri. |
java.lang.String |
getPortalName()
Gets the portal name. |
java.lang.String |
getResolvedLabel()
Gets the resolved label. |
java.util.List<UIPublicationTree.TreeNode> |
getTreeNodeChildren()
Gets the tree node children. |
java.lang.String |
getUri()
Gets the uri. |
boolean |
isPageNode()
Checks if is page node. |
UIPublicationTree.TreeNode |
searchTreeNodeByURI(java.lang.String uri)
Search tree node by uri. |
void |
setChildrenByPageNodes(java.util.List<org.exoplatform.portal.config.model.PageNode> pagesNodes)
Sets the children by page nodes. |
void |
setIsPageNode(boolean isPageNode)
Sets the checks if is page node. |
void |
setPageNode(org.exoplatform.portal.config.model.PageNode pageNode)
Sets the page node. |
void |
setPortalName(java.lang.String s)
Sets the portal name. |
void |
setTreeNodeChildren(java.util.List<UIPublicationTree.TreeNode> list)
Sets the tree node children. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UIPublicationTree.TreeNode(java.lang.String portalName,
org.exoplatform.portal.config.model.PageNavigation navigation,
java.util.ResourceBundle res,
boolean isPageNode)
portalName - the portal namenavigation - the navigationres - the resisPageNode - the is page node| Method Detail |
|---|
public java.lang.String getUri()
public java.lang.String getPageNodeUri()
public java.lang.String getIcon()
public java.util.List<UIPublicationTree.TreeNode> getTreeNodeChildren()
public void setTreeNodeChildren(java.util.List<UIPublicationTree.TreeNode> list)
list - the new tree node childrenpublic void setPageNode(org.exoplatform.portal.config.model.PageNode pageNode)
pageNode - the new page nodepublic boolean isPageNode()
public void setIsPageNode(boolean isPageNode)
isPageNode - the new checks if is page nodepublic java.lang.String getName()
public java.lang.String getResolvedLabel()
public void setPortalName(java.lang.String s)
s - the new portal namepublic java.lang.String getPortalName()
public void setChildrenByPageNodes(java.util.List<org.exoplatform.portal.config.model.PageNode> pagesNodes)
throws java.lang.Exception
pagesNodes - the new children by page nodes
java.lang.Exception - the exception
public UIPublicationTree.TreeNode searchTreeNodeByURI(java.lang.String uri)
throws java.lang.Exception
uri - the uri
java.lang.Exception - the exceptionpublic java.util.List<UIPublicationTree.TreeNode> getChildren()
public org.exoplatform.portal.config.model.PageNavigation getNavigation()
public org.exoplatform.portal.config.model.PageNode getPageNode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||