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):void
popUp: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():IStrand
popUpVisible: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):void
text: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
Fri Apr 18 2014, 11:02 PM -07:00