MouseOverHandler FlexTable's cell

2009-06-09 Thread Kelo

I'm migrating my library to new event's model. I would like to know
row and col of a FlexTable's cell by using MouseOverHandler, something
similar to getCellForEvent(ClickEvent event) with ClickHandler. Can
anyone help me ?
--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: MouseOverHandler FlexTable's cell

2009-06-09 Thread Kelo

I figured this out by using Element td = getEventTargetCell(Event.as
(event.getNativeEvent())); on onMouseOver.

On 9 jun, 16:24, Kelo mcac...@gmail.com wrote:
 I'm migrating my library to new event's model. I would like to know
 row and col of a FlexTable's cell by using MouseOverHandler, something
 similar to getCellForEvent(ClickEvent event) with ClickHandler. Can
 anyone help me ?
--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---