Hello, I am using the UIBinder to build a div, by binding an xml file to a java class which extends UIObject. However, I cannot add an instance of this class to a panel using the Panel's add method, because add takes an object of type Widget, and I don't have one of those; I have a UIObject.
Is there a way to add a UIObject to a panel, or else to construct a suitable Widget from a UIObject? Thanks! -- Lyn Headley UCSD Communication and Science Studies http://sites.google.com/site/lynheadley
-- 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.
