Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The ComboBoxView class creates the visual elements of the org.apache.flex.html.ComboBox
component. The job of the view bead is to put together the parts of the ComboBox such as the TextInput
control and org.apache.flex.html.Button to trigger the pop-up.
html:String
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The HTML value of the TextInput component of the ComboBox.
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 pop-up component that holds 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
This property is true if the pop-up selection list is currently visible.
Implementation public function get popUpVisible():Boolean
public function set popUpVisible(value:Boolean):void
strand:IStrand
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 get strand():IStrand
public function set strand(value:IStrand ):void
text:String
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The value of the TextInput component of the ComboBox.
The string appearing in the input area for the ComboBox.
Implementation public function get text():String
public function set text(value:String):void
public function ComboBoxView()
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
constructor.
The Apache Software Foundation Mon Sep 5 2016, 07:19 AM -07:00