Package | Description |
---|---|
org.alfresco.web.bean.ajax | |
org.alfresco.web.ui.repo.component | |
org.alfresco.web.ui.repo.renderer |
Modifier and Type | Field and Description |
---|---|
protected Map<String,UITree.TreeNode> |
NavigatorPluginBean.companyHomeNodes |
protected List<UITree.TreeNode> |
NavigatorPluginBean.companyHomeRootNodes |
protected Map<String,UITree.TreeNode> |
NavigatorPluginBean.guestHomeNodes |
protected List<UITree.TreeNode> |
NavigatorPluginBean.guestHomeRootNodes |
protected Map<String,UITree.TreeNode> |
NavigatorPluginBean.myHomeNodes |
protected List<UITree.TreeNode> |
NavigatorPluginBean.myHomeRootNodes |
Modifier and Type | Method and Description |
---|---|
protected UITree.TreeNode |
CategoryBrowserPluginBean.createTreeNode(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Creates a TreeNode object from the given NodeRef
|
protected UITree.TreeNode |
NavigatorPluginBean.createTreeNode(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Creates a TreeNode object from the given NodeRef
|
Modifier and Type | Method and Description |
---|---|
List<UITree.TreeNode> |
CategoryBrowserPluginBean.getCategoryRootNodes() |
List<UITree.TreeNode> |
NavigatorPluginBean.getCompanyHomeRootNodes()
Returns the root nodes for the company home panel.
|
List<UITree.TreeNode> |
NavigatorPluginBean.getGuestHomeRootNodes()
Returns the root nodes for the guest home panel.
|
List<UITree.TreeNode> |
NavigatorPluginBean.getMyHomeRootNodes()
Returns the root nodes for the my home panel.
|
protected Map<String,UITree.TreeNode> |
CategoryBrowserPluginBean.getNodesMap() |
protected Map<String,UITree.TreeNode> |
NavigatorPluginBean.getNodesMapForArea(String area)
Returns the map of tree nodes for the given area
|
Modifier and Type | Field and Description |
---|---|
protected List<UITree.TreeNode> |
UITree.rootNodes |
Modifier and Type | Method and Description |
---|---|
UITree.TreeNode |
UITree.TreeNode.getParent() |
Modifier and Type | Method and Description |
---|---|
List<UITree.TreeNode> |
UITree.TreeNode.getChildren() |
List<UITree.TreeNode> |
UITree.getRootNodes()
Get the root nodes for the tree
|
Modifier and Type | Method and Description |
---|---|
void |
UITree.TreeNode.addChild(UITree.TreeNode child) |
void |
UITree.TreeNode.setParent(UITree.TreeNode parent) |
Modifier and Type | Method and Description |
---|---|
void |
UITree.setRootNodes(List<UITree.TreeNode> rootNodes)
Set the root nodes for the tree to show
|
Modifier and Type | Method and Description |
---|---|
protected void |
YahooTreeRenderer.generateNode(UITree.TreeNode node,
ResponseWriter out,
String parentVarName)
Generates the JavaScript required to create the branch of a tree from
the given node.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.