GWT: Getting events in a button in a panel used as a Table cell
Posted
by mjeffw
on Stack Overflow
See other posts from Stack Overflow
or by mjeffw
Published on 2009-07-08T17:16:40Z
Indexed on
2010/06/01
1:03 UTC
Read the original article
Hit count: 224
I'm using GWT 1.6.
I am creating a panel that contains a Button and a Label, which I then add to a FlexTable as one of its cells.
The Button is not receiving any Click events. I see that the table supports determining which Cell is clicked on, but in this case, I want the Mouse events to propagate to the various widgets inside the cell. Any idea on how to do that?
© Stack Overflow or respective owner