Re: [Wicket-user] tree model

2006-07-16 Thread Eelco Hillenius
[EMAIL PROTECTED], wicket-user@lists.sourceforge.net Date: Thu, 13 Jul 2006 03:33:53 -0600 Subject: Re: [Wicket-user] tree model Absolutely! The ability to drill-down into a data structure without having to instantiate the entire structure in memory. Арву Оетук wrote: Hi all

Re: [Wicket-user] tree model

2006-07-14 Thread Eelco Hillenius
Subject: Re: [Wicket-user] tree model Absolutely! The ability to drill-down into a data structure without having to instantiate the entire structure in memory. Арву Оетук wrote: Hi all. I want use big tree model. But I don't want load all tree in memory. Is it possible use

Re: [Wicket-user] tree model

2006-07-14 Thread Johan Compagner
@lists.sourceforge.net Date: Thu, 13 Jul 2006 03:33:53 -0600 Subject: Re: [Wicket-user] tree model Absolutely!The ability to drill-down into a data structure without having to instantiate the entire structure in memory. Арву Оетук wrote: Hi all. I want use big tree model. But I don't want load all

Re: [Wicket-user] tree model

2006-07-13 Thread Michael Welter
Absolutely! The ability to drill-down into a data structure without having to instantiate the entire structure in memory. Арву Оетук wrote: Hi all. I want use big tree model. But I don't want load all tree in memory. Is it possible use TreeNode instead DefaultMutableTreeNode? Or other way

Re: [Wicket-user] tree model

2006-07-13 Thread Арву Оетук
-0600 Subject: Re: [Wicket-user] tree model Absolutely! The ability to drill-down into a data structure without having to instantiate the entire structure in memory. Арву Оетук wrote: Hi all. I want use big tree model. But I don't want load all tree in memory. Is it possible use