|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TreeNode | |
|---|---|
| org.exoplatform.wiki.rendering.macro.children | |
| org.exoplatform.wiki.tree | |
| org.exoplatform.wiki.tree.utils | |
| Uses of TreeNode in org.exoplatform.wiki.rendering.macro.children |
|---|
| Methods in org.exoplatform.wiki.rendering.macro.children with parameters of type TreeNode | |
|---|---|
void |
ChildrenMacro.addBlock(org.xwiki.rendering.block.Block block,
TreeNode node,
org.xwiki.rendering.transformation.MacroTransformationContext context)
|
org.xwiki.rendering.block.ListItemBlock |
ChildrenMacro.trankformToBlock(TreeNode node,
org.xwiki.rendering.transformation.MacroTransformationContext context)
|
| Uses of TreeNode in org.exoplatform.wiki.tree |
|---|
| Subclasses of TreeNode in org.exoplatform.wiki.tree | |
|---|---|
class |
PageTreeNode
Created by The eXo Platform SAS Author : Lai Trung Hieu hieu.lai@exoplatform.com Aug 6, 2010 |
class |
RootTreeNode
Created by The eXo Platform SAS Author : Lai Trung Hieu hieu.lai@exoplatform.com 9 Dec 2010 |
class |
SpaceTreeNode
Created by The eXo Platform SAS Author : Lai Trung Hieu hieu.lai@exoplatform.com Aug 6, 2010 |
class |
WikiHomeTreeNode
Created by The eXo Platform SAS Author : Lai Trung Hieu hieu.lai@exoplatform.com Aug 6, 2010 |
class |
WikiTreeNode
Created by The eXo Platform SAS Author : Lai Trung Hieu hieu.lai@exoplatform.com Aug 6, 2010 |
| Fields in org.exoplatform.wiki.tree with type parameters of type TreeNode | |
|---|---|
protected List<TreeNode> |
TreeNode.children
|
| Methods in org.exoplatform.wiki.tree that return types with arguments of type TreeNode | |
|---|---|
List<TreeNode> |
TreeNode.getChildren()
|
| Method parameters in org.exoplatform.wiki.tree with type arguments of type TreeNode | |
|---|---|
PageTreeNode |
WikiHomeTreeNode.findDescendantNodeByName(List<TreeNode> listPageTreeNode,
String name)
|
void |
TreeNode.setChildren(List<TreeNode> children)
|
| Constructors in org.exoplatform.wiki.tree with parameters of type TreeNode | |
|---|---|
JsonNodeData(TreeNode treeNode,
boolean isLastNode,
boolean isSelectable,
String currentPath,
String excerpt,
HashMap<String,Object> context)
|
|
| Uses of TreeNode in org.exoplatform.wiki.tree.utils |
|---|
| Methods in org.exoplatform.wiki.tree.utils that return TreeNode | |
|---|---|
static TreeNode |
TreeUtils.getDescendants(WikiPageParams params,
HashMap<String,Object> context)
Create a tree node contain all its descendant with a given WikiPageParams |
static TreeNode |
TreeUtils.getTreeNode(WikiPageParams params)
Create a tree node with a given WikiPageParams |
| Methods in org.exoplatform.wiki.tree.utils with parameters of type TreeNode | |
|---|---|
static List<JsonNodeData> |
TreeUtils.tranformToJson(TreeNode treeNode,
HashMap<String,Object> context)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||