Perhaps I'm not understanding the context of the question correctly,
but can you use a TableListener instead of a MouseListener?
http://google-web-toolkit.googlecode.com/svn/javadoc/1.5/com/google/gwt/user/client/ui/TableListener.html

HTMLTable (the parent of Grid and FlexTable) has an addTableListener
method; I've definitely used this to receive mouse click events on
individual cells with a Grid wrapped in a Composite.

Tony
--
Tony Strauss
Designing Patterns, LLC
http://www.designingpatterns.com
http://blogs.designingpatterns.com

On Mar 16, 3:44 pm, Michael <[email protected]> wrote:
> Hi there,
>
> I have a Composite which wraps a FlexTable and to which I've added a
> MouseListener. Without adding individual Widget subclasses to each
> cell (they're currently just text), is there a way of finding out
> which cell was clicked on?
>
> Cheers
>
> Michael
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to