Packageorg.apache.flex.html.beads.controllers
Classpublic class SpinnerMouseController
InheritanceSpinnerMouseController Inheritance Object
Implements IBeadController

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

The SpinnerMouseController class bead handles mouse events on the org.apache.flex.html.Spinner's component buttons, changing the value of the Spinner.



Public Properties
 PropertyDefined By
  strand : IStrand
[write-only] The host component for this bead.
SpinnerMouseController
Public Methods
 MethodDefined By
  
constructor.
SpinnerMouseController
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
SpinnerMouseController()Constructor
public function SpinnerMouseController()

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

constructor.