How to handler CellTable's CellPreviewEvent in @UiHandler way?

272 views
Skip to first unread message

Senyuan, Wang

unread,
Aug 1, 2011, 8:56:39 AM8/1/11
to Google Web Toolkit
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.

victropolis

unread,
Aug 14, 2012, 1:55:24 PM8/14/12
to google-we...@googlegroups.com
Did you ever get an answer to this?  Thanks!
Reply all
Reply to author
Forward
0 new messages