Re: Questions on image cell showing images, please help

2011-03-23 Thread Alexandre Ardhuin
Hi, If you have ImageResource, you can use com.google.gwt.cell.client.ImageResourceCell . If you have only urls, you can create your own ImageCell like com.google.gwt.cell.client.ImageCell and change html template used : public class MyImageCell extends AbstractCellString { interface Template

Questions on image cell showing images, please help

2011-03-21 Thread Hong
Hi, everyone I tried to put some images in gwt cell table where I used image cells to do this. But those images turned out pretty large in the webpage. I tried to use aCellTable.setColumnWidth(column, width), but it didn't help. I know if only to display a single image, I can say String url =