Hello All!
I'm fixing bugs in a project, written using Wicket (1.2.6?)
I need to expand all items on my tree, and I see that expandAll method is
missing...
So, to expand 1 item I use:

final TreePath treePathToExpand = new TreePath(node.getPath());
setExpandedState(treePathToExpand, true);

But, how to expand whole tree ?
-- 
View this message in context: 
http://www.nabble.com/AbstractTree-expandAll-is-missing-tp17735081p17735081.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to