Gwt TableListener

2010-04-15 Thread moongwt
Hi,
I'm using version 2.0.3  of gwt and noticed that the documentation
mentions TableListener has been deprecated.
What should I be using instead?

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



Re: Gwt TableListener

2010-04-15 Thread kozura
http://google-web-toolkit.googlecode.com/svn/javadoc/2.0/com/google/gwt/user/client/ui/HTMLTable.html#addTableListener%28com.google.gwt.user.client.ui.TableListener%29

add a click handler instead and use getCellForEvent(ClickEvent)  to
get the cell information (remember to check for a null return value)

On Apr 14, 1:48 am, moongwt groove...@googlemail.com wrote:
 Hi,
 I'm using version 2.0.3  of gwt and noticed that the documentation
 mentions TableListener has been deprecated.
 What should I be using instead?

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