Package | org.apache.flex.core |
Class | public class BeadViewBase |
Inheritance | BeadViewBase ![]() |
Implements | IBeadView |
Subclasses | AlertView, CheckBoxView, ComboBoxView, ContainerView, CSSButtonView, CSSTextButtonView, DataGridView, DateChooserView, DateFieldView, DownArrowButtonView, DropDownListView, ImageButtonView, ImageView, MapView, NumericStepperView, RadioButtonView, SimpleAlertView, SliderThumbView, SliderTrackView, SliderView, SpinnerView, TextButtonView, UpArrowButtonView, VScrollBarThumbView, VScrollBarTrackView |
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Property | Defined By | ||
---|---|---|---|
strand : IStrand [write-only]
Override this for whatever else you need to do when
being hooked to the Strand
The host component for this bead. | BeadViewBase | ||
viewHeight : Number [read-only]
The height of the view. | BeadViewBase | ||
viewWidth : Number [read-only]
The width of the view. | BeadViewBase |
Method | Defined By | ||
---|---|---|---|
Constructor. | BeadViewBase |
_strand | property |
protected var _strand:IStrand
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The strand
strand | property |
strand:IStrand
[write-only] Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Override this for whatever else you need to do when being hooked to the Strand
The host component for this bead. public function set strand(value:IStrand):void
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
BeadViewBase | () | Constructor |
public function BeadViewBase()
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Constructor.