Re: Pageable tree?

2009-02-03 Thread Igor Vaynberg
t;>> selected root. >>>> >>>> -igor >>>> >>>> On Mon, Feb 2, 2009 at 7:04 AM, Zhubin Salehi >>>> wrote: >>>>> >>>>> I have a rootless tree with a large number of nodes on the first level. >>>>> I >

Re: Pageable tree?

2009-02-03 Thread Zhubin Salehi
lected root. >>> >>> -igor >>> >>> On Mon, Feb 2, 2009 at 7:04 AM, Zhubin Salehi >>> wrote: >>>> >>>> I have a rootless tree with a large number of nodes on the first level. >>>> I >>>> only want to make a

Re: Pageable tree?

2009-02-02 Thread Igor Vaynberg
gt;> 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 go

Re: Pageable tree?

2009-02-02 Thread Zhubin Salehi
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 t

Re: Pageable tree?

2009-02-02 Thread Igor Vaynberg
rst 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

Re: Pageable tree?

2009-02-02 Thread Zhubin Salehi
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

Re: Pageable tree?

2009-01-31 Thread Matej Knopp
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 wrote:

Re: Pageable tree?

2009-01-31 Thread Martijn Dashorst
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 wrote: > > Hi, > > Is there some kind of pageable tree class in Wicket, or I have to break up > my tree to

Pageable tree?

2009-01-30 Thread Zhubin Salehi
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