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