Encapsulate your components/Composites, go back to basic OO
principals: What is the role of this component, what methods(Actions)
does it expose, what properties are gettable/settable, what events/
Listeners does it fire. Imagine it is a "black box", base the public
API on that "service contract". I can't comment on your current code,
because it violates most of these rules. Go back to the drawing board,
Rethink all your components along these lines. Decouple the Login and
MenuHome circular dependency, and your thinking on this will be much
much clearer.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---