The API doc states for the doAttachChildren() method: "If a widget
implements HasWidgets, it must override this method and call
onAttach() for each of its child widgets." The problem is that
onAttach is protected.

The API also states that overriders of the onAttach method should call
super.onAttach() which the Composite class does not...

Is something changing at this point? i cant see that the source even
will compile since i find widget.onAttach() calls all over
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to