Class DwtSlider
Class Detail
DwtSlider(parent, orientation, className, posStyle)
Creates a slider.
Field Detail
<static>
DwtSlider.HORIZONTAL
Defines the "horizontal" orientation.
<static>
DwtSlider.VERTICAL
Defines the "vertical" orientation.
Method Detail
addChangeListener(listener)
Adds a change listener.
{number}
getMaximum()
Gets the maximum allowed value
{number}
getMinimum()
Gets the minimum allowed value.
{number}
getValue()
Gets the slider value.
{Boolean}
isDragging()
Checks if the slider is currently dragging.
setRange(minimum, maximum, value, notify)
Sets the range and value of the slider.
setValue(value, notify)
Sets the value of the slider, moving the position button accordingly.
|
||||||||||||||||||||||||||
Documentation generated by JsDoc Toolkit 2.3.0 on Tue Jun 28 2016 21:01:29 GMT-0400 (EDT)
|