Packageorg.apache.flex.html.beads.controllers
Classpublic class VScrollBarMouseController
InheritanceVScrollBarMouseController Inheritance ScrollBarMouseControllerBase Inheritance Object

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The VScrollBarMouseController class is the controller for org.apache.flex.html.supportClasses.ScrollBar that acts as the Vertical ScrollBar.



Public Properties
 PropertyDefined By
 Inheritedstrand : IStrand
The host component for this bead.
ScrollBarMouseControllerBase
Protected Properties
 PropertyDefined By
 InheritedsbModel : IScrollBarModel
The data model
ScrollBarMouseControllerBase
 InheritedsbView : IScrollBarView
The view
ScrollBarMouseControllerBase
Public Methods
 MethodDefined By
  
Constructor.
VScrollBarMouseController
Protected Methods
 MethodDefined By
 Inherited
Updates the model when the decrement button is clicked.
ScrollBarMouseControllerBase
 Inherited
Updates the model when the increment button is clicked.
ScrollBarMouseControllerBase
 Inherited
snap(value:Number):Number
Force the input number to be "snapped" to the snapInterval.
ScrollBarMouseControllerBase
 Inherited
thumbMouseDownHandler(event:MouseEvent):void
Handles a mouse down on the thumb.
ScrollBarMouseControllerBase
 Inherited
trackClickHandler(event:MouseEvent):void
Handles a click in the track.
ScrollBarMouseControllerBase
Constructor Detail
VScrollBarMouseController()Constructor
public function VScrollBarMouseController()

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

Constructor.