On Thu, Oct 9, 2008 at 2:04 PM, Arthur Kalmenson <[EMAIL PROTECTED]> wrote: > I really like your suggestions for the way the panel and layout rules > should work. I'm not really sure about creating a new widget > hierarchy, though. My initial goal was to allow developers to use any > widget they like and not use some new widget hierarchy. Getting data > out of the widgets can either be handled through the HasValue<T> > interface or using DataManagers as a stop gap for GWT core widgets. > Otherwise, I would hope it could work with any widget type.
+1 to not creating a new widget hierarchy. It _might_ make sense to add a new (hierarchy of) interface(s), and maybe some kind of wrapper widget type that can map arbitrary widgets into the interface hierarchy, but, on the face of it, I don't think a CheckBoxQuestion provides much value. Ian --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
