Packageorg.apache.flex.html.beads
Classpublic class AlertMeasurementBead
InheritanceAlertMeasurementBead Inheritance Object
Implements IMeasurementBead

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

The AlertMeasureBead class provides boundary measurements for an org.apache.flex.html.Alert component.



Public Properties
 PropertyDefined By
  measuredHeight : Number
[read-only] Returns the overall height of the org.apache.flex.html.Alert component.
AlertMeasurementBead
  measuredWidth : Number
[read-only] Returns the overall width of the org.apache.flex.html.Alert component.
AlertMeasurementBead
  strand : IStrand
[write-only] The host component for this bead.
AlertMeasurementBead
Public Methods
 MethodDefined By
  
constructor.
AlertMeasurementBead
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 org.apache.flex.html.Alert component.


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 org.apache.flex.html.Alert component.


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
AlertMeasurementBead()Constructor
public function AlertMeasurementBead()

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

constructor.