nikhilbchilwant / google-web-toolkit-incubator

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

SliderBar requires depreciated ChangeListener #272

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Found in what component (Widget/FAQ/Library):
gwt-incubator-march-02-2009

Detailed description:
In GWT 1.6 the ChangeListener has been depreciated in favour of the new
ChangeHandler. The SliderBar widget in the GWT incubator drop for GWT 1.6
still relies on the ChangeListener only, but should also offer the ability
to add ChangeHandlers.

Workaround if you have one:
Continue using ChangeListener which is fully functional.

Original issue reported on code.google.com by graham.m...@gmail.com on 29 Apr 2009 at 10:30