 |
Slider bean for Servoy
Free bean to create Sliders |
The Slider-Bean is a simple wrapper for Swing's JSlider that allows Servoy developers to "attach" the slider to the records of the form the bean is on. The slider can be configured to be automatically set to the value of a record and write a value back to the record if the user moves the slider.
Here is a short list of the bean's features:
- assign a display dataprovider that sets the value of the slider according to the value of the given dataprovider automatically (without the need of an onRecordSelection method)
- assign a return dataprovider that allows the bean to set the value in the underlaying record if the user moves the slider to a different value
- assign a method that is called whenever the user changes the value of the slider
It also allows to easily set a label table by providing an array of position and label. Labels support HTML and i18n message keys.
Here is a screenshot of the Slider-Bean:

The Slider-Bean is free, but requires registration. A free license key can be obtained from the shop in the Slider-Bean section by hitting the "GET IT" button and filling out the registration form. |