Re: TreeTable question

2007-08-27 Thread Eelco Hillenius
On 8/14/07, Doug Leeper [EMAIL PROTECTED] wrote: I am using the Tree Table component in Wicket Extensions. I would like to do the following: Background: I have N number of columns: Column 1: operation panel (operations available for the particular tree node item) Column 2: the tree node

Re: TreeTable question

2007-08-27 Thread Gerolf Seitz
Should I create a panel for each tree node type? or should it be fragment? How do I get this component in the appropriate column? Do I need to extend AbstractTreeColumn? make sure you override both newCell methods and return null for the one with IRenderable as return type. gerolf

TreeTable question

2007-08-14 Thread Doug Leeper
? Ideally I would like to right-click on the tree node to popup a menu to do some operation on it but that is not feasible at the moment. Any help would be great! Thanks - Doug -- View this message in context: http://www.nabble.com/TreeTable-question-tf4270777.html#a12155544 Sent from the Wicket - User