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

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

The TextInputWithBorderView class is the default view for the org.apache.flex.html.TextInput. 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
[write-only] The host component for this bead.
TextFieldViewBase
 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
  
TextInputWithBorderView
Protected Methods
 MethodDefined By
 Inherited
Handle autosizing.
TextFieldViewBase
 Inherited
Determine the height of the TextField.
TextFieldViewBase
  
[override] Determine the size of the TextField.
TextInputWithBorderView
  
[override] Determine the width of the TextField.
TextInputWithBorderView
Constructor Detail
TextInputWithBorderView()Constructor
public function TextInputWithBorderView()



Method Detail
sizeChangeHandler()method
override protected function sizeChangeHandler(event:Event):void

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

Determine the size of the TextField.

Parameters

event:Event

widthChangeHandler()method 
override protected function widthChangeHandler(event:Event):void

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

Determine the width of the TextField.

Parameters

event:Event