Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The ScrollBarMouseControllerBase class is the base class
for ScrollBarMouseControllers such as VScrollBarMouseController.
protected var sbModel:IScrollBarModel
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The data model
protected var sbView:IScrollBarView
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The view
strand:IStrand
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The host component for this bead.
Implementation public function get strand():IStrand
public function set strand(value:IStrand):void
public function ScrollBarMouseControllerBase()
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Constructor.
protected function decrementClickHandler(event:Event):void
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Updates the model when the decrement button is clicked.
Parameters
protected function incrementClickHandler(event:Event):void
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Updates the model when the increment button is clicked.
Parameters
protected function snap(value:Number):Number
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Force the input number to be "snapped" to the snapInterval.
Parameters
| value:Number — The input number.
|
Returns | Number — The input number "snapped" to the snapInterval.
|
protected function thumbMouseDownHandler(event:MouseEvent):void
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Handles a mouse down on the thumb. Must be overridden.
Subclasses process the mouseMove and mouseUp events.
Parameters
protected function trackClickHandler(event:MouseEvent):void
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Handles a click in the track. Must be overridden.
Parameters
Fri Apr 18 2014, 11:02 PM -07:00