sivarajankumar / google-web-toolkit-incubator

Automatically exported from code.google.com/p/google-web-toolkit-incubator
0 stars 0 forks source link

ValueSpinner extends HorizontalPanel, but should extend TextBox #298

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
If you want to see this feature/enhancement implemented, please star this
issue by clicking on the star in the upper left hand corner of this page.

== Enhancement Description ==
ValueSpinner basically decorates a TextBox object with the Spinner
functionality, and as a widget wrapper, and for the sake of usability,
should extend composite or textbox (probably the latter) since developers
using this widget would probably prefer to have HorizontalPanel's methods
hidden, and easy access to TextBox's (rather than thru the "getTextBox()"
method).

Original issue reported on code.google.com by nwwe...@gmail.com on 6 Aug 2009 at 1:52