Re: Footer Toolbar for DefaultDataTable (wicket 1.3.2)

2009-09-04 Thread saahuja
Hi, Does anyone have an example of a toolbar that would add the amounts in the table? Thanks. swapnil.wadagave wrote: > > hi Sanjeev, > I think you can able to do it using this code, > > extend parent class as DataTable,dont use DefaultDataTable : > code: > DatatTable datatable=new DataTable

Re: Footer Toolbar for DefaultDataTable (wicket 1.3.2)

2008-08-12 Thread swapnil.wadagave
hi Sanjeev, I think you can able to do it using this code, extend parent class as DataTable,dont use DefaultDataTable : code: DatatTable datatable=new DataTable("entries",column,provider,3) { protected Item newRowItem(String id,int index,IModel model) { return new OddEvenItem(id,indexmmodel); }};

RE: Footer Toolbar for DefaultDataTable (wicket 1.3.2)

2008-05-05 Thread standon
Thank you. I look into it. Sanjeev cblehman wrote: > > Look at the source of DefaultDataTableit's your perfect example., > just extend it and add another bottom toolbar. > > Clay Lehman > Phone: (919) 882-2856 > [EMAIL PROTECTED] > > -Original Message- > From: standon [mailto:[EM

RE: Footer Toolbar for DefaultDataTable (wicket 1.3.2)

2008-05-01 Thread Clay Lehman
Look at the source of DefaultDataTableit's your perfect example., just extend it and add another bottom toolbar. Clay Lehman Phone: (919) 882-2856 [EMAIL PROTECTED] -Original Message- From: standon [mailto:[EMAIL PROTECTED] Sent: Thursday, May 01, 2008 2:46 PM To: users@wicket.apache