Groups
Groups
Sign in
Groups
Groups
GWT Users
Conversations
About
Send feedback
Help
Base64 encoded image in ImageCell?
21 views
Skip to first unread message
Jonas
unread,
Sep 27, 2011, 7:19:45 AM
9/27/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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