On Wednesday, March 7, 2012 2:50:54 AM UTC+1, bryn ryans wrote:
>
>
> Tried that but what I felt that if I am to do that it should do the same 
> as complex panel. Unfortunately it can't as ComplexPanel calls method 
> orphan which calls package protected methods on Widget. As my classes do 
> not reside in the same package Widget I cannot call that method (I would 
> rather not hack the package name or do some magic with JSNI to achieve 
> this). 
>
> I have my own mechanism which allows me to sink events in my embedded 
> components and its working well. What I am trying to find out is if GWT 
> 2.5. (or future release) will support embedding of uibinder components 
> within other uibinder components? Be great if there is a plan as I can get 
> rid of my own mechanism.
>

There's no such thing as a "UiBinder component", there are widgets (or 
UiObjects, or whatever actually) that internally make use of UiBinder, and 
there are widgets that can contain other widgets (either by implementing 
HasWidgets or using @UiChild methods).

I don't know what you're trying to do but there must be a simpler way of 
doing it.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/BXbWJvNdhpcJ.
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.

Reply via email to