Packageorg.apache.flex.core
Classpublic class BeadViewBase
InheritanceBeadViewBase Inheritance Object
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

The BeadViewBase class is the base class for most view beads.



Public Properties
 PropertyDefined 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
Protected Properties
 PropertyDefined By
  _strand : IStrand
The strand
BeadViewBase
Public Methods
 MethodDefined By
  
Constructor.
BeadViewBase
Property Detail
_strandproperty
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

strandproperty 
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.


Implementation
    public function set strand(value:IStrand):void
viewHeightproperty 
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.


Implementation
    public function get viewHeight():Number
viewWidthproperty 
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.


Implementation
    public function get viewWidth():Number
Constructor Detail
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.