Re: is there a way to identify clickevent coming from which button?

2011-07-15 Thread Abduxkur Ablimit
public XXButton extend Button{ private long id; // getter setter } From: Jim Douglas jdou...@basis.com To: Google Web Toolkit google-web-toolkit@googlegroups.com Sent: Tuesday, July 12, 2011 12:53 AM Subject: Re: is there a way to identify clickevent coming

is there a way to identify clickevent coming from which button?

2011-07-11 Thread dadada
hi all, is there a way to identify clickevent? So that I know which button it is coming from? I want to reuse the clickhandler. Thanks! /bryan -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: is there a way to identify clickevent coming from which button?

2011-07-11 Thread Jim Douglas
http://google-web-toolkit.googlecode.com/svn/javadoc/2.3/com/google/gwt/event/shared/GwtEvent.html#getSource() On Jul 11, 9:45 am, dadada ytbr...@gmail.com wrote: hi all, is there a way to identify clickevent? So that I know which button it is coming from? I want to reuse the clickhandler.