Package | org.apache.flex.core |
Interface | public interface IBeadView extends IBead |
Implementors | AlertView, BeadViewBase, CSSButtonView, CSSTextButtonView, CheckBoxView, ComboBoxView, ContainerView, DateChooserView, DateFieldView, DownArrowButtonView, DropDownListView, ImageButtonView, ImageView, ListView, MapView, NumericStepperView, PanelView, RadioButtonView, ScrollBarView, SimpleAlertView, SliderThumbView, SliderTrackView, SliderView, SpinnerView, TextButtonView, TextFieldViewBase, UpArrowButtonView, VScrollBarThumbView, VScrollBarTrackView |
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
See also
Property | Defined By | ||
---|---|---|---|
![]() | strand : IStrand [write-only]
The host component for this bead. | IBead | |
viewHeight : Number [read-only]
The height of the view. | IBeadView | ||
viewWidth : Number [read-only]
The width of the view. | IBeadView |
viewHeight | property |
viewHeight:Number
[read-only] Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The height of the view.
public function get viewHeight():Number
viewWidth | property |
viewWidth:Number
[read-only] Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The width of the view.
public function get viewWidth():Number