Removing handlers

2009-07-30 Thread venki

Hi.. Good After noon all of you..

I have migrated from GWT 1.5 to GWT 1.7. Every thing is fine but at
one situation i am facing the problem is that...


To remove a handler.. you are providing the facility from the
corresponding HandlerRegistration#removeHandler().

My problem is:-

In the project i may be adding Handlers at some where else and we are
not maintaining any HandlerRegistration objects accordingly.  Right
now i am having only ClickHandler object i want to remove that handler
from an Widget. Can you please show me a way how to remove handlers
from an widgets.

What i have in my hand :-  Widget object and One Handler object
Aim:- To remove that handler from that widget with out having
HandlerRegistration Object

Great thanks in advance..

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Removing handlers with out HandlerRegistration

2009-07-30 Thread venki

In my project we are not maintaining corresponding HandlerRegistration
objects to Handlers(i.e at the time of adding handlers).

Can you please help me out how to remove handler from an widget,  I am
having only ClickHandler object rather than HandlerRegistration.

Great thanks in advance

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---