You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Andrew Robinson <an...@gmail.com> on 2006/12/14 17:17:07 UTC

Re: limiting expansion of large trees

Just subclass the getTreeWalker() from your tree model and have it
iterate only the nodes you want it to. I just did something like this
and I put a "page up" and "page down" "node" in each set of children.

On 12/13/06, Renzo Tomaselli <re...@araxes.it> wrote:
>
>  Hi all, did anybody try to control expansion of large trees by inserting a
> paged dataTable on large branches ?
>  Is that kind of nesting possible at all for tree2 components ?
>  Thanks -- Renzo
>
>