UiBinder does not "show" anything, it builds widgets just like you could have done programmatically (it generates almost the same code as you would have coded by hand).
A widget built with UiBinder is like any other widget, it's only attached to the document when added to another widget which itself is already attached, or when its parent widget becomes attach. You can listen to the AttachEvent or override onLoad to be notified when that happens. -- 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/-/5Rh71J9BJU4J. 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.
