This method needs to be either marked as protected or public, as fix.
protected abstract String formatLabel(VRangeSliderBar slider, double value);
or
public abstract String formatLabel(VRangeSliderBar slider, double value);
Will you please arrange to update the addon with this fix?
i already have a fully functional DateRangeSliderBar addon, extending your addon. Shall i post it as a addon to the vaadin directory (ofcourse, after your addon is fixed)?
The VRangeSliderBar needs some more changes and overriding is difficult as most of the methods are private.
the main need is that for each mouse move, the server need not be communicated and the communication should happen only when the mouse is released (MOUSEUP event).
Locally i modified the code and have it functional fine.
i may publish a unified DoubleRangeSlider serving for purpose of all numbers and dates. But it is going to be my first add on and so i need to get more details on addon publishing. let me learn.
Any plans to make it compatible to version 7. I am developing my project using Vaadin 7 and I need this add-on for a main feature in my project. Any suggestion to make it compatible