|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TreeNode2 | |
---|---|
com.sun.webui.jsf.component |
Uses of TreeNode2 in com.sun.webui.jsf.component |
---|
Subclasses of TreeNode2 in com.sun.webui.jsf.component | |
---|---|
class |
Tree2
The Tree2 component is used to display a tree structure in the rendered HTML page. |
Methods in com.sun.webui.jsf.component that return TreeNode2 | |
---|---|
static TreeNode2 |
TreeNode2.findChildNode(javax.faces.context.FacesContext context,
TreeNode2 node,
java.lang.String clientId)
Given the client ID of the node and the root of the sub tree where it exists this method returns the TreeNode2 object representing the node. |
static TreeNode2 |
TreeNode2.findChildNode(TreeNode2 node,
java.lang.String nodeId)
Given the ID of the node and the root of the sub tree where it exists this method returns the TreeNode2 object representing the node. |
TreeNode2[] |
TreeNode2.getPath()
|
Methods in com.sun.webui.jsf.component with parameters of type TreeNode2 | |
---|---|
static TreeNode2 |
TreeNode2.findChildNode(javax.faces.context.FacesContext context,
TreeNode2 node,
java.lang.String clientId)
Given the client ID of the node and the root of the sub tree where it exists this method returns the TreeNode2 object representing the node. |
static TreeNode2 |
TreeNode2.findChildNode(TreeNode2 node,
java.lang.String nodeId)
Given the ID of the node and the root of the sub tree where it exists this method returns the TreeNode2 object representing the node. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |