Packageorg.apache.flex.html.beads
Classpublic class ControlBarMeasurementBead
InheritanceControlBarMeasurementBead Inheritance Object
Implements IMeasurementBead

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The ControlBarMeasurementBead class measures the size of a org.apache.flex.html.ControlBar component.



Public Properties
 PropertyDefined By
  measuredHeight : Number
[read-only] Returns the overall height of the ControlBar.
ControlBarMeasurementBead
  measuredWidth : Number
[read-only] Returns the overall width of the ControlBar.
ControlBarMeasurementBead
  strand : IStrand
[write-only] The host component for this bead.
ControlBarMeasurementBead
Public Methods
 MethodDefined By
  
constructor.
ControlBarMeasurementBead
Property Detail
measuredHeightproperty
measuredHeight:Number  [read-only]

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

Returns the overall height of the ControlBar.


Implementation
    public function get measuredHeight():Number
measuredWidthproperty 
measuredWidth:Number  [read-only]

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

Returns the overall width of the ControlBar.


Implementation
    public function get measuredWidth():Number
strandproperty 
strand:IStrand  [write-only]

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The host component for this bead.


Implementation
    public function set strand(value:IStrand):void
Constructor Detail
ControlBarMeasurementBead()Constructor
public function ControlBarMeasurementBead()

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

constructor.