Methods' Details |
requestChildNodes
- Description
- Invoked when a node with children on demand is about to be expanded.
This event is invoked befor the treeExpanding()
event.
|
|
treeExpanding
- Description
- Invoked whenever a node in the tree is about to be expanded.
- Throws
- ExpandVetoException
to notify the calling XTreeControl that expanding
TreeExpansionEvent::Node should faild.
|
|
treeCollapsing
- Description
- Invoked whenever a node in the tree is about to be collapsed.
- Throws
- ExpandVetoException
to notify the calling XTreeControl that collapsing
TreeExpansionEvent::Node should faild.
|
|
treeExpanded
- Description
- Called whenever a node in the tree has been succesfully expanded.
|
|
treeCollapsed
- Description
- Called whenever a node in the tree has been succesfully collapsed.
|
|
Copyright © 2010 Sun Microsystems, Inc.