Packageorg.apache.flex.html.beads.controllers
Classpublic class HScrollBarMouseController
InheritanceHScrollBarMouseController Inheritance ScrollBarMouseControllerBase Inheritance Object

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

The HScrollBarMouseController class is the controller for org.apache.flex.html.supportClasses.HScrollBar that acts as the Horizontal 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.
HScrollBarMouseController
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
Handles a mouse down on the thumb.
ScrollBarMouseControllerBase
 Inherited
Handles a click in the track.
ScrollBarMouseControllerBase
Constructor Detail
HScrollBarMouseController()Constructor
public function HScrollBarMouseController()

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

Constructor.