| Language Version : | ActionScript 3.0 |
| Product Version : | FlexJS 0.0 |
| Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The IComboBoxView interface provides the protocol for any bead that
creates the visual parts for a org.apache.flex.html.ComboBox control.
html:String| Language Version : | ActionScript 3.0 |
| Product Version : | FlexJS 0.0 |
| Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The HTML string appearing in the input area for the ComboBox.
Implementation public function get html():String public function set html(value:String):voidpopUp:IStrand [read-only]
| Language Version : | ActionScript 3.0 |
| Product Version : | FlexJS 0.0 |
| Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The component housing the selection list.
Implementation public function get popUp():IStrandpopUpVisible:Boolean| Language Version : | ActionScript 3.0 |
| Product Version : | FlexJS 0.0 |
| Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Determines whether or not the pop-up with the selection list is visible or not.
Implementation public function get popUpVisible():Boolean public function set popUpVisible(value:Boolean):voidtext:String| Language Version : | ActionScript 3.0 |
| Product Version : | FlexJS 0.0 |
| Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The string appearing in the input area for the ComboBox.
Implementation public function get text():String public function set text(value:String):void
Mon Sep 5 2016, 07:19 AM -07:00