Re: [Wicket-user] TreeTable with nodes that are not links + rows with alternate background colours

2007-06-22 Thread Eelco Hillenius
Did you try overriding #newLink, #newJunctionLink or #newNodeLink? I don't really know the component, but it looks like you can return any markup component you like there... I think your best best is to browse around the code of the component and it's superclasses and experiment a bit. Eelco I

Re: [Wicket-user] TreeTable with nodes that are not links + rows with alternate background colours

2007-06-22 Thread Matej Knopp
All you need to do is override newNodeLink imho. Also to change row background color you'll need to tweak the styles and add attribute modifier inside populateItem, it's not really trivial, but it's not a rocket science as well. Simple alternateive in 1.3 would be to call setEnabled(false) on the

Re: [Wicket-user] TreeTable with nodes that are not links + rows with alternate background colours

2007-06-17 Thread howzat
Does any body have any ideas re the below from a few weeks ago? wicket: 1.2.6 wicket-extensions: 1.2.6 A couple of questions re TreeTable Is it possible to configure a TreeTable so its nodes are not links? So far, I have only found/tried tree.setLinkType(null) without achieving the

Re: [Wicket-user] TreeTable with nodes that are not links + rows with alternate background colours

2007-05-28 Thread jweekend
I have moved up to 1.2.6 of wicket extensions (to match my wicket version), and I am not seeing warnings about gifs being requested now if I hover fast over nodes. Does anyone have any ideas regarding the post below ie 1 - how to make a TreeTable with nodes not) as links, and, 2 - to display

Re: [Wicket-user] TreeTable with nodes that are not links + rows with alternate background colours

2007-05-28 Thread howzat
Has anybody got any further thoughts on this? howzat wrote: wicket: 1.2.6 wicket-extensions: 1.2.6 A couple of questions re TreeTable Is it possible to configure a TreeTable so its nodes are not links? So far, I have only found/tried tree.setLinkType(null) without achieving

[Wicket-user] TreeTable with nodes that are not links + rows with alternate background colours

2007-05-26 Thread howzat
wicket: 1.2.6 wicket-extensions: 1.2.6 A couple of questions re TreeTable Is it possible to configure a TreeTable so its nodes are not links? So far, I have only found/tried tree.setLinkType(null) without achieving the desired effect. Is it possible to have rows with different background