Base64 encoded image in ImageCell?

21 views
Skip to first unread message

Jonas

unread,
Sep 27, 2011, 7:19:45 AM9/27/11
to google-we...@googlegroups.com
I'm trying to display a base 64 encoded image in my cell table. I've tried using the ImageCell but nothing is displayed.

Column<TravelDto, String> ownerImageColumn = new Column<TravelDto, String>(new ImageCell())
{
   @Override
   public String getValue(TravelDto object)
   {
      return object.getOwner().getPicture();
   }
};

Is this possible some other way?

Reply all
Reply to author
Forward
0 new messages