goog.ui.Container will only accept Controls, but many components which are
often grouped with controls (eg. ComboBox, InputDatePicker, LabelInput,
ProgressBar) are just Components and cannot be added to a Container.
Please consider either:
(a) allowing Container to hold any Component
or (b) making more Components subclasses of Control
Original issue reported on code.google.com by andy.raffle@gmail.com on 30 Mar 2011 at 12:37
Original issue reported on code.google.com by
andy.raffle@gmail.com
on 30 Mar 2011 at 12:37