|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TreeNode | |
---|---|
com.sun.webui.jsf.component |
Uses of TreeNode in com.sun.webui.jsf.component |
---|
Subclasses of TreeNode in com.sun.webui.jsf.component | |
---|---|
class |
Tree
The Tree component is used to display a tree structure in the rendered HTML page. |
Methods in com.sun.webui.jsf.component that return TreeNode | |
---|---|
TreeNode |
TreeNode.getChildNode(java.lang.String id)
Given the ID of a child of this node this method returns the TreeNode component corresponding to this ID. |
static TreeNode[] |
TreeNode.getChildTreeNodes(javax.faces.component.UIComponent node)
This method returns an array of child treeNodes only. |
static TreeNode |
TreeNode.getParentTreeNode(javax.faces.component.UIComponent node)
This method returns the closest parent that is a TreeNode, or null if not found. |
Methods in com.sun.webui.jsf.component with parameters of type TreeNode | |
---|---|
void |
Tree.selectTreeNode(TreeNode treeNode)
Deprecated. Use #setValue(Object) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |