Did you ever get an answer to this?  Thanks!

On Monday, August 1, 2011 6:56:39 AM UTC-6, Senyuan, Wang wrote:
>
> HI, 
>
> I have a problem to handler CellPreviewEvent in a UiBinder file, just 
> like the following way: 
>         @UiHandler("cellTable") 
>         void onCellTableCellPreview(CellPreviewEvent<Person> event) { 
>
>                 GWT.log(event.toDebugString()); 
>         } 
>
> When I try to load the module, I got the following error: 
>
>  Field 'cellTable' does not have an 'addCellPreviewEvent.Handler' 
> method associated. 
>
> Is there something wrong what I did? or missed? 
>
> I will appreciate any ideas on this problem. Thanks. 
>

-- 
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/-/EvYm7zIecxwJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to