Re: Not able to use Celltable for a requirement where I need different widgets under one column.

2012-09-06 Thread Adam T
Hi! You should be able to use custom table rendering of a GWT 2.5 cell table to do what you want in your point (1) (extending AbstractCellTableBuilder and implement the buildStandardRowImpl method to put the relevant cell type into the column that alters based upon your condition in your point

Re: Not able to use Celltable for a requirement where I need different widgets under one column.

2012-09-04 Thread David
Sorting and pagination can merely be implemented as glorified Anchors whose job is to reload your table after performing an rpc request for different criterion. On Sunday, September 2, 2012 5:43:43 AM UTC-4, Saurabh Tripathi wrote: Hi all, I am stuck here with a requirement which is

Not able to use Celltable for a requirement where I need different widgets under one column.

2012-09-02 Thread Saurabh Tripathi
Hi all, I am stuck here with a requirement which is mentioned as follow: 1)A table where one or more (for now just one) column need to have different widgets in editable cell. for example: Class is Plant having property: 'name' and access method: 'String getName()';