Packageorg.apache.flex.html.beads.controllers
Classpublic class DateFieldMouseController
InheritanceDateFieldMouseController Inheritance Object
Implements IBeadController

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

The DateFieldMouseController class is responsible for monitoring the mouse events on the elements of the DateField. A click on the DateField's menu button triggers the pop-up, for example.



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

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

constructor.