I would like to dynamically add tree nodes to an AbstractTree instead of loading the entire tree up front. Not sure how do this. I thought I would be able to override nodeExpanded(TreeNode) and check if the node had been "loaded" ...if not then load 1 level deep. However, all ITreeStateListeners are final in AbstractTree.
Is there a way to do this without creating my own version of AbstractTree? Better yet...is there an example of this...it could mimic the file structure of your computer. Thanks - Doug -- View this message in context: http://www.nabble.com/Dynamically-adding-tree-nodes-upon-selection-tf4212940.html#a11984616 Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
