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
 Inheritedhost : IUIBase
[read-only] The host component.
IBeadView
  popUp : IStrand
[read-only]
IDropDownListView
  popUpVisible : Boolean
IDropDownListView
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