Packageorg.apache.flex.html.beads.models
Classpublic class ComboBoxModel
InheritanceComboBoxModel Inheritance ArraySelectionModel Inheritance EventDispatcher Inheritance flash.events.EventDispatcher
Implements IBead, IComboBoxModel

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

The ComboBoxModel class bead extends org.apache.flex.html.beads.models.ArraySelectionModel and adds the text being displayed by the org.apache.flex.html.ComboBox's input field.



Public Properties
 PropertyDefined By
 InheriteddataProvider : Object
The set of choices displayed in the ComboBox's dropdown.
ArraySelectionModel
  html : String
The HTML string to display in the org.apache.flex.html.ComboBox input field. The html formatted text displayed in the ComboBox.
ComboBoxModel
 InheritedlabelField : String
The property on the data item that the item renderer should renderer.
ArraySelectionModel
 InheritedrollOverIndex : int
The index of the item that is currently under the mouse.
ArraySelectionModel
 InheritedselectedIndex : int
The index of the selected item in the dataProvider.
ArraySelectionModel
 InheritedselectedItem : Object
The data item selected in the dataProvider.
ArraySelectionModel
 InheritedselectedString : String
An alternative to selectedItem for strongly typing the the selectedItem if the Array is an Array of Strings.
ArraySelectionModel
 Inheritedstrand : IStrand
[write-only] The host component for this bead.
ArraySelectionModel
  text : String
The string to display in the org.apache.flex.html.ComboBox input field. The text displayed in the ComboBox.
ComboBoxModel
Public Methods
 MethodDefined By
  
constructor.
ComboBoxModel
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 to display in the org.apache.flex.html.ComboBox input field.

The html formatted text displayed in the ComboBox.


Implementation
    public function get html():String
    public function set html(value:String):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 to display in the org.apache.flex.html.ComboBox input field.

The text displayed in the ComboBox.


Implementation
    public function get text():String
    public function set text(value:String):void
Constructor Detail
ComboBoxModel()Constructor
public function ComboBoxModel()

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

constructor.