|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use TreeNode | |
| com.arsdigita.bebop | A set of server-side user interface components for web applications. |
| com.arsdigita.bebop.tree | A tree widget that is a Bebop component. |
| com.arsdigita.categorization | The Categorization service provides an infrastructure for developers to categorize arbitrary content within the system. |
| com.arsdigita.kernel.ui | Bebop widgets that display kernel objects. |
| com.arsdigita.ui.admin | Basic user interface components for the administrative UI. |
| Uses of TreeNode in com.arsdigita.bebop |
| Methods in com.arsdigita.bebop with parameters of type TreeNode | |
protected void |
Tree.generateTree(PageState data,
Element parent,
TreeNode node,
TreeModel tree)
Builds a DOM representing the tree. |
| Uses of TreeNode in com.arsdigita.bebop.tree |
| Classes in com.arsdigita.bebop.tree that implement TreeNode | |
class |
DefaultTreeNode
The basic implementation of the TreeNode interface. |
| Methods in com.arsdigita.bebop.tree that return TreeNode | |
TreeNode |
DefaultTreeModel.getRoot(PageState data)
Obtain the root node of the tree |
TreeNode |
TreeModel.getRoot(PageState data)
Obtain the root node of the tree, passing in PageState for permissioning purposes |
| Methods in com.arsdigita.bebop.tree with parameters of type TreeNode | |
boolean |
DefaultTreeModel.hasChildren(TreeNode n,
PageState data)
Check whether the node has children |
Iterator |
DefaultTreeModel.getChildren(TreeNode n,
PageState data)
Check whether a given node has children |
boolean |
TreeModel.hasChildren(TreeNode n,
PageState data)
Check whether the node has children |
Iterator |
TreeModel.getChildren(TreeNode n,
PageState data)
Check whether a given node has children, passing in PageState for permissioning purposes |
| Uses of TreeNode in com.arsdigita.categorization |
| Classes in com.arsdigita.categorization that implement TreeNode | |
class |
CategoryTreeNodeLite
A light-weight category node. |
| Uses of TreeNode in com.arsdigita.kernel.ui |
| Classes in com.arsdigita.kernel.ui that implement TreeNode | |
class |
DataQueryTreeNode
A simple tree node database backed trees. |
| Methods in com.arsdigita.kernel.ui that return TreeNode | |
TreeNode |
DataQueryTreeModel.getRoot(PageState state)
|
| Methods in com.arsdigita.kernel.ui with parameters of type TreeNode | |
Iterator |
DataQueryTreeModel.getChildren(TreeNode node,
PageState data)
Obtains all the children of the node as an iterator, returning CategoryTreeNodeLites. |
boolean |
DataQueryTreeModel.hasChildren(TreeNode node,
PageState state)
Indicates whether the specified tree node has children. |
| Uses of TreeNode in com.arsdigita.ui.admin |
| Methods in com.arsdigita.ui.admin that return TreeNode | |
TreeNode |
GroupTreeModel.getRoot(PageState data)
Obtain the root folder of the tree |
| Methods in com.arsdigita.ui.admin with parameters of type TreeNode | |
boolean |
GroupTreeModel.hasChildren(TreeNode n,
PageState ps)
Check whether a given node has children |
Iterator |
GroupTreeModel.getChildren(TreeNode n,
PageState ps)
Get direct children in this node. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||