Packageorg.apache.flex.html.beads
Classpublic class TextInputView
InheritanceTextInputView Inheritance TextFieldViewBase Inheritance Object
Subclasses TextInputWithBorderView

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

The TextInputView class is the view for the org.apache.flex.html.TextInput in a ComboBox and other controls because it does not display a border. It displays text using a TextField, so there is no right-to-left text support in this view.



Public Properties
 PropertyDefined By
 Inheritedhtml : String
The html formatted text displayed in the control.
TextFieldViewBase
 Inheritedstrand : IStrand
The host component for this bead.
TextFieldViewBase
 Inheritedtext : String
The text displayed in the control.
TextFieldViewBase
 InheritedtextField : CSSTextField
[read-only]
TextFieldViewBase
Public Methods
 MethodDefined By
  
Constructor.
TextInputView
Constructor Detail
TextInputView()Constructor
public function TextInputView()

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

Constructor.