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.
protected var _strand:IStrand
protected var autoHeight:Boolean
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
Whether we are autosizing the height.
protected var autoWidth:Boolean
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
Whether we are autosizing the width.
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
protected var inHeightChange:Boolean = false
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
A flag to prevent looping.
protected var inWidthChange:Boolean = false
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
A flag to prevent looping.
strand:IStrand
[write-only]
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 set strand(value:IStrand ):void
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
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
public function TextFieldViewBase()
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
Constructor.
protected function autoSizeIfNeeded():void
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
Handle autosizing. The built-in player algorithm
doesn't work the way we would like, especially
when it collapses Textfields with empty strings.
protected function heightChangeHandler(event:Event ):void
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
Determine the height of the TextField.
Parameters
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
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
The Apache Software Foundation Mon Sep 5 2016, 07:19 AM -07:00