Packageorg.apache.flex.html.beads
Classpublic class TextButtonMeasurementBead
InheritanceTextButtonMeasurementBead Inheritance Object
Implements IMeasurementBead

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

The TextButtonMeasurementBead class helps measure a org.apache.flex.html.TextButton.



Public Properties
 PropertyDefined By
  measuredHeight : Number
[read-only] The overall height of the org.apache.flex.html.TextButton
TextButtonMeasurementBead
  measuredWidth : Number
[read-only] The overall width of the org.apache.flex.html.TextButton.
TextButtonMeasurementBead
  strand : IStrand
[write-only] The host component for this bead.
TextButtonMeasurementBead
Public Methods
 MethodDefined By
  
constructor.
TextButtonMeasurementBead
Property Detail
measuredHeightproperty
measuredHeight:Number  [read-only]

The overall height of the org.apache.flex.html.TextButton


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

The overall width of the org.apache.flex.html.TextButton.


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

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

constructor.