Packageorg.apache.flex.html.beads.controllers
Classpublic class DropDownListController
InheritanceDropDownListController 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 DropDownListController class is the controller for org.apache.flex.html.DropDownList. Controllers watch for events from the interactive portions of a View and update the data model or dispatch a semantic event. This controller watches for the click event and displays the dropdown/popup, and watches the dropdown/popup for change events and updates the selection model accordingly.



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

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

Constructor.