On Apr 25, 11:28 pm, markww <[email protected]> wrote:
> That sounds just like what I need, but I am not find a wrap() method
> on any UIObject derived class, am I missing it, is it part of some
> static utility class or something? I'm using GWT 2.0, was this removed
> or something?
Have a look at TextBox.wrap(), Button.wrap(), FormPanel.wrap(), etc.
and copy it in your own MyPanel widget; then you could just
MyPanel.wrap(Document.get().getElementById("col1"))
--
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.