no, each item in the listview is a link which loads a different root into a tree to the right.
-igor On Tue, Feb 3, 2009 at 11:41 AM, Zhubin Salehi <[email protected]> wrote: > > So each item in the list view is an individual tree? > > Zhubin > > > igor.vaynberg wrote: >> >> 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 <[email protected]> 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 <[email protected]> >>>> 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 >>>>>> <[email protected]> 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 <[email protected]> >>>>>>> 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: [email protected] >>>>>>>> For additional commands, e-mail: [email protected] >>>>>>>> >>>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> 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: [email protected] >>>>>>> For additional commands, e-mail: [email protected] >>>>>>> >>>>>>> >>>>>> >>>>>> --------------------------------------------------------------------- >>>>>> To unsubscribe, e-mail: [email protected] >>>>>> For additional commands, e-mail: [email protected] >>>>>> >>>>>> >>>>>> >>>>> >>>>> -- >>>>> 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: [email protected] >>>>> For additional commands, e-mail: [email protected] >>>>> >>>>> >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: [email protected] >>>> For additional commands, e-mail: [email protected] >>>> >>>> >>>> >>> >>> -- >>> 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: [email protected] >>> For additional commands, e-mail: [email protected] >>> >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> >> > > -- > View this message in context: > http://www.nabble.com/Pageable-tree--tp21754065p21817293.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]
