A C D E G I J O S T

A

addDateNode(Date) - Method in class jaxcent.yui.Tree
Add a non-editable date node to the tree root
addDateNode(Date) - Method in class jaxcent.yui.TreeNode
Add a non-editable date node as a child of this node.
addEditableDateNode(Date) - Method in class jaxcent.yui.Tree
Add an editable date node to the tree root
addEditableDateNode(Date) - Method in class jaxcent.yui.TreeNode
Add an editable date node as a child of this node.
addEditableTextNode(String) - Method in class jaxcent.yui.Tree
Add an editable text node to the tree root
addEditableTextNode(String) - Method in class jaxcent.yui.TreeNode
Add an editable text node as a child of this node.
addTextNode(String) - Method in class jaxcent.yui.Tree
Add a non-editable text node to the tree root
addTextNode(String) - Method in class jaxcent.yui.TreeNode
Add a non-editable text node as a child of this node.

C

collapse() - Method in class jaxcent.yui.TreeNode
Collapse the node.
collapseAll() - Method in class jaxcent.yui.Tree
Collapse the entire tree.

D

delete() - Method in class jaxcent.yui.TreeNode
Remove the node and all its children from the tree.
draw() - Method in class jaxcent.yui.Tree
The draw method updates the tree.

E

expand() - Method in class jaxcent.yui.TreeNode
Expand the node.
expandAll() - Method in class jaxcent.yui.Tree
Expand the entire tree.

G

getNodeLabel() - Method in class jaxcent.yui.TreeNode
Return the current lable of this node.
getUserData() - Method in class jaxcent.yui.TreeNode
Return any user data attached to node.

I

init(String) - Method in class jaxcent.yui.Tree
To create the tree on the page, init must be called with the id for a DIV where the tree is to be drawn.
isDateNode() - Method in class jaxcent.yui.TreeNode
Is this a date node?
isEditableNode() - Method in class jaxcent.yui.TreeNode
Is this an editable node?
isTextNode() - Method in class jaxcent.yui.TreeNode
Is this a text node?

J

jaxcent.yui - package jaxcent.yui
 

O

onClick(TreeNode) - Method in class jaxcent.yui.Tree
Over-ridable method for receiving click events on tree nodes.
onJavaScriptRequest(String, String[]) - Method in class jaxcent.yui.Tree
 

S

setDateFormat(char, boolean) - Method in class jaxcent.yui.Tree
Sets the format for displaying the date in date nodes.
setUserData(Object) - Method in class jaxcent.yui.TreeNode
Attach user data to node.

T

Tree - class jaxcent.yui.Tree.
Class Tree encapsulates the YUI Tree component.
Tree() - Constructor for class jaxcent.yui.Tree
 
TreeNode - class jaxcent.yui.TreeNode.
Objects of class TreeNode correspond to nodes of a YUI Tree.

A C D E G I J O S T