Package | org.apache.flex.html.beads |
Interface | public 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 |
Property | Defined By | ||
---|---|---|---|
popUp : IStrand [read-only] | IDropDownListView | ||
popUpVisible : Boolean | IDropDownListView | ||
![]() | viewHeight : Number [read-only]
The height of the view. | IBeadView | |
![]() | viewWidth : Number [read-only]
The width of the view. | IBeadView |
popUp | property |
popUp:IStrand
[read-only] Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
public function get popUp():IStrand
popUpVisible | property |
popUpVisible:Boolean
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
public function get popUpVisible():Boolean
public function set popUpVisible(value:Boolean):void