Packageorg.apache.flex.html.beads
Classpublic class ComboBoxView
InheritanceComboBoxView Inheritance BeadViewBase Inheritance Object
Implements IBeadView, IComboBoxView

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.



Public Properties
 PropertyDefined By
  html : String
The HTML value of the TextInput component of the ComboBox. The HTML string appearing in the input area for the ComboBox.
ComboBoxView
  popUp : IStrand
[read-only] The pop-up component that holds the selection list.
ComboBoxView
  popUpVisible : Boolean
This property is true if the pop-up selection list is currently visible.
ComboBoxView
  strand : IStrand
The host component for this bead.
ComboBoxView
  text : String
The value of the TextInput component of the ComboBox. The string appearing in the input area for the ComboBox.
ComboBoxView
 InheritedviewHeight : Number
[read-only] The height of the view.
BeadViewBase
 InheritedviewWidth : Number
[read-only] The width of the view.
BeadViewBase
Protected Properties
 PropertyDefined By
 Inherited_strand : IStrand
The strand
BeadViewBase
Public Methods
 MethodDefined By
  
constructor.
ComboBoxView
Property Detail
htmlproperty
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
popUpproperty 
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
popUpVisibleproperty 
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
strandproperty 
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
textproperty 
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
Constructor Detail
ComboBoxView()Constructor
public function ComboBoxView()

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

constructor.