Re: OnMouseOver and OnMouseOut on FlexTable

2009-04-23 Thread Serega.Sheypak
Of course I've read this article before asking question. I still don't understand howto add OnMouseOver/Out handler to table and get row affected with these handlers. On 22 апр, 12:10, Salvador Diaz diaz.salva...@gmail.com wrote:

Re: OnMouseOver and OnMouseOut on FlexTable

2009-04-22 Thread Salvador Diaz
http://code.google.com/webtoolkit/doc/1.6/ReleaseNotes_1_6.html#NewFeatures Here's an interesting excerpt from that link: For users who create their own Widgets, you no longer need to manage listeners manually. Every widget has a HandlerManager that manages all of its handlers. For native

OnMouseOver and OnMouseOut on FlexTable

2009-04-21 Thread serega.shey...@gmail.com
Good day. I've undestood how to get cell which was clicked by user (using new Handler pattern). But I can' get how does other handlers work (early I've used sink events and onBrowserEvent). My task is to hightlight row of FlexTable when the mouse pointer is on it and put away hightlight when