Packageorg.apache.flex.html.beads.controllers
Classpublic class ComboBoxController
InheritanceComboBoxController Inheritance Object
Implements IBeadController

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

The ComboBoxController class bead handles mouse events on the elements of the org.apache.flex.html.ComboBox. This includes selecting the button to display the selection list pop-up as well as selecting an item from the pop-up list.



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

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

constructor.