Packageorg.apache.flex.html.beads
Classpublic class TextFieldViewBase
InheritanceTextFieldViewBase Inheritance Object
Implements IBeadView, ITextFieldView
Subclasses TextAreaView, TextFieldView, TextInputView

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

The TextFieldViewBase class is the base class for the components that display text. It displays text using a TextField, so there is no right-to-left text support in this view.



Public Properties
 PropertyDefined By
  html : String
The html formatted text displayed in the control.
TextFieldViewBase
  strand : IStrand
The host component for this bead.
TextFieldViewBase
  text : String
The text displayed in the control.
TextFieldViewBase
  textField : CSSTextField
[read-only]
TextFieldViewBase
Public Methods
 MethodDefined By
  
Constructor.
TextFieldViewBase
Property Detail
htmlproperty
html:String

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

The html formatted text displayed in the control.


Implementation
    public function get html():String
    public function set html(value:String):void
strandproperty 
strand:IStrand

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
textproperty 
text:String

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

The text displayed in the control.


Implementation
    public function get text():String
    public function set text(value:String):void
textFieldproperty 
textField:CSSTextField  [read-only]

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


Implementation
    public function get textField():CSSTextField
Constructor Detail
TextFieldViewBase()Constructor
public function TextFieldViewBase()

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

Constructor.