pombreda / google-web-toolkit-incubator

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

ChangeEvent handling for DateBox #214

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 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 ==

Add ChangeListener support to the DateBox when changes occur.  Only needs 
to fire when updateDateFromTextBox() is called or the selection handler 
for the date picker fires.

Original issue reported on code.google.com by mysta...@gmail.com on 18 Dec 2008 at 6:20

GoogleCodeExporter commented 9 years ago
DateBox has graduated to gwt, so new requests should be entered there.

ValueChangeEvent has already been added to DateBox, I believe that is what you 
are
looking for.

Original comment by ecc%google.com@gtempaccount.com on 7 Jan 2009 at 4:52