Packageorg.apache.flex.html.beads
Interfacepublic interface ITextFieldView
Implementors TextFieldViewBase

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

The ITextFieldView interface is the interface for views for the use a CSSTextField to display text.



Public Properties
 PropertyDefined By
  textField : CSSTextField
[read-only] The org.apache.flex.core.CSSTextField used to display text.
ITextFieldView
Property Detail
textFieldproperty
textField:CSSTextField  [read-only]

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

The org.apache.flex.core.CSSTextField used to display text.


Implementation
    public function get textField():CSSTextField