Packageorg.apache.flex.html.beads
Classpublic class FormatableTextInputView
InheritanceFormatableTextInputView Inheritance TextInputWithBorderView Inheritance TextInputView Inheritance TextFieldViewBase Inheritance Object

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

The FormatableTextInputView class is a View bead that extends TextInputWithBorderView and is capable of working with a format bead. When a format bead dispatches a formatChanged event, the FormatableTextInputView bead copies the formatted string to to the text field.



Public Properties
 PropertyDefined By
 Inheritedhtml : String
The html formatted text displayed in the control.
TextFieldViewBase
  strand : IStrand
[override] The host component for this bead.
FormatableTextInputView
 Inheritedtext : String
The text displayed in the control.
TextFieldViewBase
 InheritedtextField : CSSTextField
[read-only]
TextFieldViewBase
 InheritedviewHeight : Number
[read-only] The height of the view.
TextFieldViewBase
 InheritedviewWidth : Number
[read-only] The width of the view.
TextFieldViewBase
Public Methods
 MethodDefined By
  
constructor
FormatableTextInputView
Property Detail
strandproperty
strand:IStrand[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 get strand():IStrand
    public function set strand(value:IStrand):void
Constructor Detail
FormatableTextInputView()Constructor
public function FormatableTextInputView()

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

constructor