Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
GWT Users
Conversations
About
Help please .Do anyone know how to catch all event in GWT
333 views
Skip to first unread message
sunny kapoor
unread,
Jun 22, 2009, 10:43:30 AM
6/22/09
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
Dear memeber,
Is there any way to listen for all the events of elements in GWT ?
Many Thanks
mabogie
unread,
Jun 22, 2009, 12:17:29 PM
6/22/09
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
You can listen to all native dom events this way:
Event.addNativePreviewHandler(new NativePreviewHandler(){
public void onPreviewNativeEvent(NativePreviewEvent event) {
String eventName = event.getNativeEvent().getType(); // check
this out
}
});
Reply all
Reply to author
Forward
0 new messages