getTreeState().expandAll()?

On Mon, Jun 9, 2008 at 11:19 AM, Dimedrol <[EMAIL PROTECTED]> wrote:
>
> 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]
>
>

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

Reply via email to