| Package | org.apache.flex.html.beads.models |
| Class | public class ComboBoxModel |
| Inheritance | ComboBoxModel ArraySelectionModel EventDispatcher 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 |
| Property | Defined By | ||
|---|---|---|---|
![]() | dataProvider : 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 | ||
![]() | labelField : String
The property on the data item that the item renderer
should renderer. | ArraySelectionModel | |
![]() | rollOverIndex : int
The index of the item that is currently under the mouse. | ArraySelectionModel | |
![]() | selectedIndex : int
The index of the selected item in the
dataProvider. | ArraySelectionModel | |
![]() | selectedItem : Object
The data item selected in the
dataProvider. | ArraySelectionModel | |
![]() | selectedString : String
An alternative to selectedItem for strongly typing the
the selectedItem if the Array is an Array of Strings. | ArraySelectionModel | |
![]() | strand : 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 | ||
| Method | Defined By | ||
|---|---|---|---|
constructor. | ComboBoxModel | ||
| html | property |
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. public function get html():String public function set html(value:String):void| text | property |
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. public function get text():String public function set text(value:String):void| 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.