Packageorg.apache.flex.html.beads.controllers
Classpublic class SliderMouseController
InheritanceSliderMouseController Inheritance Object
Implements IBead, IBeadController

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

The SliderMouseController class bead handles mouse events on the org.apache.flex.html.Slider's component parts (thumb and track) and dispatches change events on behalf of the Slider (as well as co-ordinating visual changes (such as moving the thumb when the track has been tapped or clicked).



Public Properties
 PropertyDefined By
  strand : IStrand
[write-only] The host component for this bead.
SliderMouseController
Public Methods
 MethodDefined By
  
constructor.
SliderMouseController
Property Detail
strandproperty
strand:IStrand  [write-only]

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 set strand(value:IStrand):void
Constructor Detail
SliderMouseController()Constructor
public function SliderMouseController()

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

constructor.