Range Slider

Hi ,

I want to craete a range slider which has two handles . And a user can slecet a min and max value using that two handles.

Is that possible using Vaadin Slider Component. Please provide an example for that if possible.

Any information regarding this will be helpful.

Regards,
Tarun Sawlani

Hi,

a range slider as you described is not implemented in the Slider component. Also I’m not aware of any such add-on in the Directory. It would seem that you have to implement your own component for it. A good starting point could be looking at the Slider client-side code (com.vaadin.terminal.gwt.client.ui.VSlider).


Tepi