thanhlong203 / closure-library

Automatically exported from code.google.com/p/closure-library
0 stars 0 forks source link

LabelInput can't be added to Container (not a Control) #301

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

Original comment by pall...@google.com on 31 Mar 2011 at 1:13

GoogleCodeExporter commented 8 years ago

Original comment by nn...@google.com on 9 May 2012 at 9:35