Slider Control
(UI 0.9.9)
Introduction
A Slider is a control which represents a range, and a current value in the range. The sliding element of the control (sometimes called the "thumb") reflects the value, and can be adjusted within the range.
Class synopsis
class UI\Controls\Slider extends UI\Control {
/* Constructor */
/* Methods */
protected onChange()
/* Inherited methods */
public UI\Control::destroy()
public UI\Control::disable()
public UI\Control::enable()
public UI\Control::hide()
public UI\Control::show()
}Table of Contents
- UI\Controls\Slider::__construct — Construct a new Slider
- UI\Controls\Slider::getValue — Get Value
- UI\Controls\Slider::onChange — Change Handler
- UI\Controls\Slider::setValue — Set Value
↑ and ↓ to navigate • Enter to select • Esc to close • / to open