Packageorg.apache.flex.html.beads
Classpublic class DropDownListView
InheritanceDropDownListView Inheritance Object
Implements IDropDownListView, IBeadView

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

The DropDownListView class is the default view for the org.apache.flex.html.DropDownList class. It displays a simple text label with what appears to be a down arrow button on the right, but really, the entire view is the button that will display or dismiss the dropdown.



Public Properties
 PropertyDefined By
  popUp : IStrand
[read-only] The dropdown/popup that displays the set of choices.
DropDownListView
  popUpVisible : Boolean
A flag that indicates whether the dropdown/popup is visible.
DropDownListView
  strand : IStrand
[write-only] The host component for this bead.
DropDownListView
  text : String
The text that is displayed in the view.
DropDownListView
Public Methods
 MethodDefined By
  
Constructor.
DropDownListView
Property Detail
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 dropdown/popup that displays the set of choices.


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

A flag that indicates whether the dropdown/popup is visible.


Implementation
    public function get popUpVisible():Boolean
    public function set popUpVisible(value:Boolean):void
strandproperty 
strand:IStrand  [write-only]

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 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 text that is displayed in the view.


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

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

Constructor.