And by the way, if thats the full code you will quickly realize that you 
won't see any child widgets in your DualList (Buttons, etc) as they are not 
physically attached to that (currently missing) root DOM element. 

When subclassing Widgets you normally work on the DOM element level. If you 
want to compose existing Widgets you should use Composite or extend/use any 
of GWT's *Panel classes, e.g. FocusPanel, because Panels already have the 
logic implemented needed to hold child widgets. 

So you might not want to restrict your DataEntry to FocusWidgets.

-- J.


-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to