I found handling the double-click event in GWT to be a little less than straightforward.
In my case I just wanted to catch the event on a div, so it might be different in the world of FlexTable, but maybe this helps anyways: http://techblog.traveltripper.com/2009/10/catching-double-clicks-in-gwt.html On May 2, 4:13 am, Nguyen <[email protected]> wrote: > I have a flextable and want to handle mouse double click for rows. > Could you please show me how to get it done. TableListener is marked > as deprecated as version 2.0.3. > > 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 [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group > athttp://groups.google.com/group/google-web-toolkit?hl=en. -- 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.
