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
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 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
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