I do like this:

ImageCell imgCell = new ImageCell();
Column<YourObject, String> imgColumn = new Column<YourObject,
String>(imgCell) {
  @Override
  public String getValue(YourObject obj) {
    return obj.geturl();
  }
};


YourObject is the object that I "display in the row".




On Nov 15, 12:36 pm, davidtse <[email protected]> wrote:
> Hello,
>
> I'm trying since few hours to display an image located  in a directory
> of my website but without succes. My problem is when i create an image
> the constructor Column want a Cell<Image> , please explain me how to
> do? Or if you have an example, it would be great? Thanks per advance
> and sorry for english faults,

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to