Package | net.user1.reactor.ui |
Class | public class FastTextArea |
Inheritance | FastTextArea ![]() |
Since : | ReactorGUI 1.0.0 |
A high-performance text area for that adds scrollbars to FastTextField.
See also
Variable | Defined By | ||
---|---|---|---|
autoScroll : Boolean | FastTextArea | ||
backgroundAlpha : Number | FastTextArea | ||
backgroundColor : uint | FastTextArea | ||
borderAlpha : Number | FastTextArea | ||
borderColor : uint | FastTextArea | ||
borderThickness : Number | FastTextArea | ||
maxLength : int | FastTextArea | ||
maxScrollH : int [read-only] | FastTextArea | ||
maxScrollV : int [read-only] | FastTextArea | ||
pageLineCount : int [read-only] | FastTextArea | ||
pageWidth : int [read-only] | FastTextArea | ||
scrollH : int | FastTextArea | ||
scrollV : int | FastTextArea | ||
text : String [write-only] | FastTextArea | ||
textFormat : TextFormat [write-only] | FastTextArea |
Method | Defined By | ||
---|---|---|---|
FastTextArea | |||
appendText(text:String, color:Object = null):void | FastTextArea | ||
copyToClipboard():void | FastTextArea |
autoScroll | variable |
autoScroll:Boolean
public function get autoScroll():Boolean
public function set autoScroll(value:Boolean):void
backgroundAlpha | variable |
backgroundAlpha:Number
public function get backgroundAlpha():Number
public function set backgroundAlpha(value:Number):void
backgroundColor | variable |
backgroundColor:uint
public function get backgroundColor():uint
public function set backgroundColor(value:uint):void
borderAlpha | variable |
borderAlpha:Number
public function get borderAlpha():Number
public function set borderAlpha(value:Number):void
borderColor | variable |
borderColor:uint
public function get borderColor():uint
public function set borderColor(value:uint):void
borderThickness | variable |
borderThickness:Number
public function get borderThickness():Number
public function set borderThickness(value:Number):void
maxLength | variable |
maxLength:int
public function get maxLength():int
public function set maxLength(value:int):void
maxScrollH | variable |
maxScrollH:int
[read-only] public function get maxScrollH():int
maxScrollV | variable |
maxScrollV:int
[read-only] public function get maxScrollV():int
pageLineCount | variable |
pageLineCount:int
[read-only] public function get pageLineCount():int
pageWidth | variable |
pageWidth:int
[read-only] public function get pageWidth():int
scrollH | variable |
scrollH:int
public function get scrollH():int
public function set scrollH(value:int):void
scrollV | variable |
scrollV:int
public function get scrollV():int
public function set scrollV(value:int):void
text | variable |
text:String
[write-only] public function set text(value:String):void
textFormat | variable |
textFormat:TextFormat
[write-only] public function set textFormat(value:TextFormat):void
FastTextArea | () | Constructor |
public function FastTextArea()
appendText | () | method |
public function appendText(text:String, color:Object = null):void
Parameters
text:String | |
color:Object (default = null )
|
copyToClipboard | () | method |
public function copyToClipboard():void