Packageorg.apache.flex.html.beads
Interfacepublic interface IDropDownListView extends IBeadView, IBead
Implementors DropDownListView

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

The IDropDownListView interface is the interface for views for the org.apache.flex.html.DropDownList.



Public Properties
 PropertyDefined By
  popUp : IStrand
[read-only]
IDropDownListView
  popUpVisible : Boolean
IDropDownListView
 InheritedviewHeight : Number
[read-only] The height of the view.
IBeadView
 InheritedviewWidth : Number
[read-only] The width of the view.
IBeadView
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


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


Implementation
    public function get popUpVisible():Boolean
    public function set popUpVisible(value:Boolean):void