Packageorg.apache.flex.mobile.beads.controllers
Classpublic class ToggleSwitchMouseController
InheritanceToggleSwitchMouseController Inheritance Object
Implements IBeadController

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

The ToggleSwitchMouseController bead handles mouse events on the ToggleSwitch, allowing the user to use the mouse to change the state of the ToggleSwitch.



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

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

Constructor.