for further information, the onBrowserEvent is not triggered when click or
keydown
the value is not null, the code is
ClickableImageCell2 clickableImageCell2 = new ClickableImageCell2();
> Column<Contact, String> clickableImageColumn2 = new
> Column<Contact, String>(clickableImageCell2){
>
> @Override
> public String getValue(Contact object) {
> // TODO Auto-generated method stub
> return "/images/line.png";
> }
>
> };
>
Moreover, I give up to use ImageResources because it fails for unknown
reason.
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-web-toolkit/-/Ot7Dzoyd73cJ.
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.