| com.gwtext.client.widgets.tree.NodeExpansionCallback
Method Summary | |
void | onExpand(boolean success, TreeNode lastNode) The callback method to call when the expand is complete. |
onExpand | void onExpand(boolean success, TreeNode lastNode)(Code) | | The callback method to call when the expand is complete. The callback will be called with
(success, lastNode) where success is if the expand was successful and lastNode is the last node that was expanded.
Parameters: success - true if expand successful Parameters: lastNode - the last node expanded |
|
|