Re: AbstractColumn get row object

2013-10-24 Thread cosmindumy
Thanks for relies. I saved the reference in newCellItem. Cheers. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/AbstractColumn-get-row-object-tp4661924p4661939.html Sent from the Users forum mailing list archive at Nabble.com. --

Re: AbstractColumn get row object

2013-10-22 Thread meduolis
If you are using DataTable a a repeater, this thread might help for you: http://stackoverflow.com/questions/10796342/making-entire-row-of-a-wicket-datable-clickable It lets you to make all row click-ab

Re: AbstractColumn get row object

2013-10-22 Thread Sven Meier
Your column implementation gets a reference to the rowModel in #populateItem(). Sven On 10/22/2013 04:47 PM, cosmindumy wrote: Hello, Maybe is newbie question but I couldn't figure out how to get the object of a row in a data table in a AbstractColumn. I want to add a edit button as last cell