no, use the listview to only list your roots. when you click on one it
refreshes the tree to the right with that root.

-igor

On Mon, Feb 2, 2009 at 7:59 AM, Zhubin Salehi <zhooz...@yahoo.com> wrote:
>
> You mean put several trees in a listview or using a single tree and a single
> list view? I thought about breaking the original tree into several trees and
> put them in a listview, but I don't know how to use a single listview and a
> single tree.
>
> Zhubin
>
>
> igor.vaynberg wrote:
>>
>> so use two components
>>
>> [listview][tree]
>>
>> where listview lets you select roots and refreshes the tree with the
>> selected root.
>>
>> -igor
>>
>> On Mon, Feb 2, 2009 at 7:04 AM, Zhubin Salehi <zhooz...@yahoo.com> wrote:
>>>
>>> I have a rootless tree with a large number of nodes on the first level. I
>>> only want to make a first level pageable.
>>>
>>> Zhubin
>>>
>>>
>>> Matej Knopp-2 wrote:
>>>>
>>>> The whole purpose of tree is to structure your data in way that
>>>> doesn't need paging. I never really got the concept of pageable tree.
>>>> How do you know what level you are on second page when your root is on
>>>> first page?
>>>>
>>>> -Matej
>>>>
>>>> On Sat, Jan 31, 2009 at 10:53 AM, Martijn Dashorst
>>>> <martijn.dasho...@gmail.com> wrote:
>>>>> The inmethod packages might contains such a thing, but I doubt it. See
>>>>> wicketstuff svn for the inmethod components.
>>>>>
>>>>> Martijn
>>>>>
>>>>> On Fri, Jan 30, 2009 at 8:31 PM, Zhubin Salehi <zhooz...@yahoo.com>
>>>>> wrote:
>>>>>>
>>>>>> Hi,
>>>>>>
>>>>>> Is there some kind of pageable tree class in Wicket, or I have to
>>>>>> break
>>>>>> up
>>>>>> my tree to several smaller trees and put them in a PageableListView?
>>>>>>
>>>>>> Thanks,
>>>>>> Zhubin
>>>>>> --
>>>>>> View this message in context:
>>>>>> http://www.nabble.com/Pageable-tree--tp21754065p21754065.html
>>>>>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>>>>>
>>>>>>
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>>>>> For additional commands, e-mail: users-h...@wicket.apache.org
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Become a Wicket expert, learn from the best: http://wicketinaction.com
>>>>> Apache Wicket 1.3.5 is released
>>>>> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>>>> For additional commands, e-mail: users-h...@wicket.apache.org
>>>>>
>>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>>> For additional commands, e-mail: users-h...@wicket.apache.org
>>>>
>>>>
>>>>
>>>
>>> --
>>> View this message in context:
>>> http://www.nabble.com/Pageable-tree--tp21754065p21791193.html
>>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>> For additional commands, e-mail: users-h...@wicket.apache.org
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>>
>>
>
> --
> View this message in context: 
> http://www.nabble.com/Pageable-tree--tp21754065p21792237.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to