Is there any plan to allow more widgets to support "user objects" being tied to them so that when events occur on the widget, you can easily access the object it's related to in the application domain?
I only see this in TreeItem, which is nice, since when a tree item is selected you can take appropriate action based on the model object that the tree item represents. This would a really nice feature it seems to me and could be part of all Widgets. That way, even when a CheckBox is checked or unchecked, it would be easy to access the domain object that knows about this status so if I have lots of CheckBoxes on a page, I don't have to map them myself. If there's such a feature, or a better way to map between widgets and domain objects, please let me know since I'd love to clean up my code. Thanks! -- 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.
