Packageorg.apache.flex.html.beads
Interfacepublic interface IComboBoxView extends IBeadView, IBead
Implementors ComboBoxView

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.



Public Properties
 PropertyDefined By
  html : String
The HTML string appearing in the input area for the ComboBox.
IComboBoxView
  popUp : IStrand
[read-only] The component housing the selection list.
IComboBoxView
  popUpVisible : Boolean
Determines whether or not the pop-up with the selection list is visible or not.
IComboBoxView
  text : String
The string appearing in the input area for the ComboBox.
IComboBoxView
 InheritedviewHeight : Number
[read-only] The height of the view.
IBeadView
 InheritedviewWidth : Number
[read-only] The width of the view.
IBeadView
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 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 component housing 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

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
textproperty 
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