Packageorg.apache.flex.html.beads
Classpublic class FormatableLabelView
InheritanceFormatableLabelView Inheritance TextFieldView Inheritance TextFieldViewBase Inheritance Object

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

The FormatableLabelView class is a View bead that is capable of working with a format bead to display a formatted value. When the format bead has created a formatted string, it dispatches a formatChanged event that the FormatableLabelView class intercepts and displays in the label.



Public Properties
 PropertyDefined By
 Inheritedhtml : String
The html formatted text displayed in the control.
TextFieldViewBase
  strand : IStrand
[override] [write-only] The host component for this bead.
FormatableLabelView
 Inheritedtext : String
The text displayed in the control.
TextFieldViewBase
 InheritedtextField : CSSTextField
[read-only]
TextFieldViewBase
Protected Properties
 PropertyDefined By
 InheritedautoHeight : Boolean
Whether we are autosizing the height.
TextFieldViewBase
 InheritedautoWidth : Boolean
Whether we are autosizing the width.
TextFieldViewBase
 InheritedinHeightChange : Boolean = false
A flag to prevent looping.
TextFieldViewBase
 InheritedinWidthChange : Boolean = false
A flag to prevent looping.
TextFieldViewBase
 Inherited_strand : IStrand
TextFieldViewBase
Public Methods
 MethodDefined By
  
constructor
FormatableLabelView
Protected Methods
 MethodDefined By
 Inherited
Handle autosizing.
TextFieldViewBase
 Inherited
Determine the height of the TextField.
TextFieldViewBase
 Inherited
Determine the size of the TextField.
TextFieldViewBase
 Inherited
Determine the width of the TextField.
TextFieldViewBase
Property Detail
strandproperty
strand:IStrand  [write-only] [override]

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

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

constructor