how to handle mouseOver event for FlexTable

2010-08-18 Thread Aditya
Hi, I m trying to create a flextable which can handle mouseOver and mouseOut events.. I want to change the style of row which receives mouseOver and adds style accordingly. same for mouseOut.. Is anyone has implemented it...? Thank you. Regards, Aditya -- You received this message because

Re: how to handle mouseOver event for FlexTable

2010-08-18 Thread spierce7
This code is from my class that extends Grid: public GridMouseHandler gridMouseHandler = new GridMouseHandler(this); Later on in the workings of one of the functions I add my mouse handlers. For grids or flex tables they must currently be implemented as dom handlers: addDomHandler

Re: how to handle mouseOver event for FlexTable

2010-08-18 Thread aditya sanas
hi, Okay.I understood how i will get notifications about events. will implement this flextable probably by this weekend as there are some other important task in the to do list has come up. will post if got stuck anywhere in the middle. Thank you for ur hints and suggestions -- Aditya On We