Currently in my app all the services and action related methods are there inside the view class itself. How can I refactor my code to decouple action related methods in a different controller/supervisor class? Another aspect of my problem is that, I have created composite widgets of my own, thus when a event is generated by an inner widget I should get the reference of sender and since I need to perform action on some other inner widget thus I need reference of that also. How can I achieve this without actually taking a direct reference of each inner widget of my composite?
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
