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 colours based on the
value of fields in that row? (eg red if variance to budget is worse than
-10%, green if variance to budget > +5%  etc...

PS Now that I've spent a few more hours looking at wicket, I must say that
it is not always easy to work out the best (or, at least a good) way to do
something (possibly partly down to lack of complete and/or up to date
documentation), but once one works out how to do things, it's quite
satisfying (in an OO and "clever" sort of way) and generally, very neat; the
amount of reuse I have benefited from already just by using markup
inheritance and panels has already covered the time I have put into learning
(some of the) the basics.
-- 
View this message in context: 
http://www.nabble.com/TreeTable-with-nodes-that-are-not-links-%2B-rows-with-alternate-background-colours-tf3822476.html#a10821767
Sent from the Wicket - User mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to