I just installed 2.0.2 and it has the exact feature I need. I was on 1.7. Thanks, Scott
On Feb 14, 7:02 am, cvarda <[email protected]> wrote: > You might serialize your object, what would result in a string. Then > you can store it as string. > > Let me know if this helps, at least as a glue. :) > > On 13 fev, 16:25, "scott.seattle" <[email protected]> wrote: > > > Element has methods to attach meta-data of type int, String, Boolean > > and Double, but there is no way to attach Objects. I need to attach a > > class from the emulation library (Vector, in this case) to a Widget. > > Using getElement() works for attaching other meta-data types, so why > > not Object? The odd thing is someone did this for a TreeItem with the > > get/set UserData(), but those methods are not in UIObject so Widget > > does not get them! A get/set PropertyObject() in Element would be very > > nice, or move get/set UserData up to UIObject. > > > Anyone know of a work-around for this? > > > Thanks, > > Scott -- 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.
