I assume you are using 1.x.
If you need functionality like that, you should derive your tree from 
DefaultAbstractTree and specify the markup (you can use the markup from 
the Tree class). That way you can e.g. put a panel to tree node.

Just look like the Tree class is done and try to do something similar.

-Matej

Peter Klassen wrote:
> Hi all,
> i am searching for an approach to get different types of 
> MarkupContainers for the different levels of nodes in a tree. E.g. at a 
> root i want to define a panel. For a node, i want to define another 
> panel including some labels, links and icons.
> 
> The problem is the markup which is defined once in the html file for 
> every type of node in the tree.
> Anyone a good idea?
> 
> Thx for every answer in advance.
> Cheers, Peter
> 
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
> 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to