Re: DefaultAbstractTree or BaseTree?
Kaspar, If you find class diagrams useful take a look at the " http://www.jweekend.com/dev/ArticlesPage/ Wicket Trees - Class Diagram " and let us know if these are interesting - I think we have a few more Wicket-internals UML diagrams (mainly class and sequence diagrams, and probably a couple of state-machines) we could dig up and make available (if they are not out of date yet). Regards - Cemal http://jWeekend.co.uk http://jWeekend.co.uk hbf wrote: > > I've read at > > > http://markmail.org/message/3247g6jj2kvclmaw?q=list:org.apache.wicket.users+DefaultAbstractTree > > that DefaultAbstractTree will be deprecated in the future. Is this > still the plan? > > I am using it to get a tree with folder icons, which none of the > core subclasses of BaseTree does directly. > > Thanks, > Kaspar > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/DefaultAbstractTree-or-BaseTree--tp18025217p18085546.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]
Re: DefaultAbstractTree or BaseTree?
DefaultAbstractTree is indeed still deprecated and will be removed in 1.5. Closest to DefaultAbstractTree in the terms of functionality comes LinkTree, that uses LinkIconPanel as content component. LinkIconPanel does contain node icons. Look at the LinkTree source code, it's really short. -Matej On Fri, Jun 20, 2008 at 10:24 AM, Kaspar Fischer <[EMAIL PROTECTED]> wrote: > I've read at > > > http://markmail.org/message/3247g6jj2kvclmaw?q=list:org.apache.wicket.users+DefaultAbstractTree > > that DefaultAbstractTree will be deprecated in the future. Is this > still the plan? > > I am using it to get a tree with folder icons, which none of the > core subclasses of BaseTree does directly. > > Thanks, > Kaspar > > - > 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]
DefaultAbstractTree or BaseTree?
I've read at http://markmail.org/message/3247g6jj2kvclmaw?q=list:org.apache.wicket.users+DefaultAbstractTree that DefaultAbstractTree will be deprecated in the future. Is this still the plan? I am using it to get a tree with folder icons, which none of the core subclasses of BaseTree does directly. Thanks, Kaspar - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]