Methods' Summary |
requestChildNodes |
Invoked when a node with children on demand is about to be expanded.
|
treeExpanding |
Invoked whenever a node in the tree is about to be expanded.
|
treeCollapsing |
Invoked whenever a node in the tree is about to be collapsed.
|
treeExpanded |
Called whenever a node in the tree has been succesfully expanded. |
treeCollapsed |
Called whenever a node in the tree has been succesfully collapsed. |
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.
|
|
Top of Page
Copyright © 1995, 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.