Package | basic |
Class | public class TextBox |
Inheritance | TextBox ![]() ![]() |
Subclasses | MapTextTracker |
Property | Defined By | ||
---|---|---|---|
Alpha : Number [write-only] | TextBox | ||
Background : Boolean [write-only] | TextBox | ||
BackgroundColor : String [write-only] | TextBox | ||
![]() | CallEntity : Function | BaseControl | |
CheckForGlobalFont : Boolean [write-only] | TextBox | ||
Color : String [write-only] | TextBox | ||
CompactBulletLists : Boolean [write-only] | TextBox | ||
Font : String [write-only] | TextBox | ||
FontSize : Number [write-only] | TextBox | ||
![]() | m_bounds : Rectangle | BaseControl | |
ParagraphLeading : Number [write-only] | TextBox | ||
ShrinkToFit : Boolean [write-only] | TextBox | ||
Text : String [write-only] | TextBox | ||
TextAlignment : String [write-only] | TextBox | ||
Uppercase : Boolean [write-only] | TextBox | ||
WrapText : Boolean [write-only] | TextBox |
Property | Defined By | ||
---|---|---|---|
m_checkForGlobalFont : Boolean = false | TextBox | ||
m_font : String = $normal | TextBox | ||
m_fontColor : String = #000000 | TextBox | ||
m_fontSize : int = 12 | TextBox | ||
m_shrinkToFit : Boolean = false | TextBox | ||
m_text : String | TextBox | ||
m_textfield : TextField | TextBox | ||
m_textformat : TextFormat | TextBox | ||
m_uppercase : Boolean = false | TextBox | ||
m_view : LabelView | TextBox |
Method | Defined By | ||
---|---|---|---|
TextBox() | TextBox | ||
![]() | clearMatrix3D():void | BaseControl | |
![]() | getContainer():Sprite | BaseControl | |
GetTextField():TextField | TextBox | ||
onAttached():void [override] | TextBox | ||
![]() | onChildrenAttached():void | BaseControl | |
![]() | onEditorContainerSelected(_arg_1:Boolean, _arg_2:Number, _arg_3:Number, _arg_4:Number, _arg_5:Number, _arg_6:Number, _arg_7:Number):void | BaseControl | |
![]() | onEditorSelected(_arg_1:Boolean, _arg_2:Number, _arg_3:Number, _arg_4:Number, _arg_5:Number, _arg_6:Number, _arg_7:Number):void | BaseControl | |
![]() | onEnterFrameHandler():void | BaseControl | |
![]() | onMouseEnabled(_arg_1:Boolean):void | BaseControl | |
![]() | onSetConstrained(_arg_1:Boolean):void | BaseControl | |
onSetData(_arg_1:Object):void | TextBox | ||
onSetSize(_arg_1:Number, _arg_2:Number):void [override] | TextBox | ||
![]() | onSetViewport(_arg_1:Number, _arg_2:Number, _arg_3:Number):void | BaseControl | |
![]() | onSetVisible(_arg_1:Boolean):void | BaseControl | |
SetColor(_arg_1:String):void | TextBox | ||
SetText(_arg_1:String):void | TextBox | ||
![]() | updateBounds():void | BaseControl |
Method | Defined By | ||
---|---|---|---|
applyFormat():void | TextBox | ||
![]() | getProperty(_arg_1:String):* | BaseControl | |
![]() | print(_arg_1:*):void | BaseControl | |
![]() | sendBounds(_arg_1:Rectangle):void | BaseControl | |
![]() | sendEvent(_arg_1:String):void | BaseControl | |
![]() | sendEventWithValue(_arg_1:String, _arg_2:*):void | BaseControl |
Alpha | property |
Alpha:Number
[write-only] public function set Alpha(value:Number):void
Background | property |
Background:Boolean
[write-only] public function set Background(value:Boolean):void
BackgroundColor | property |
BackgroundColor:String
[write-only] public function set BackgroundColor(value:String):void
CheckForGlobalFont | property |
CheckForGlobalFont:Boolean
[write-only] public function set CheckForGlobalFont(value:Boolean):void
Color | property |
Color:String
[write-only] public function set Color(value:String):void
CompactBulletLists | property |
CompactBulletLists:Boolean
[write-only] public function set CompactBulletLists(value:Boolean):void
Font | property |
Font:String
[write-only] public function set Font(value:String):void
FontSize | property |
FontSize:Number
[write-only] public function set FontSize(value:Number):void
m_checkForGlobalFont | property |
protected var m_checkForGlobalFont:Boolean = false
m_font | property |
protected var m_font:String = $normal
m_fontColor | property |
protected var m_fontColor:String = #000000
m_fontSize | property |
protected var m_fontSize:int = 12
m_shrinkToFit | property |
protected var m_shrinkToFit:Boolean = false
m_text | property |
protected var m_text:String
m_textfield | property |
protected var m_textfield:TextField
m_textformat | property |
protected var m_textformat:TextFormat
m_uppercase | property |
protected var m_uppercase:Boolean = false
m_view | property |
protected var m_view:LabelView
ParagraphLeading | property |
ParagraphLeading:Number
[write-only] public function set ParagraphLeading(value:Number):void
ShrinkToFit | property |
ShrinkToFit:Boolean
[write-only] public function set ShrinkToFit(value:Boolean):void
Text | property |
Text:String
[write-only] public function set Text(value:String):void
TextAlignment | property |
TextAlignment:String
[write-only] public function set TextAlignment(value:String):void
Uppercase | property |
Uppercase:Boolean
[write-only] public function set Uppercase(value:Boolean):void
WrapText | property |
WrapText:Boolean
[write-only] public function set WrapText(value:Boolean):void
TextBox | () | Constructor |
public function TextBox()
applyFormat | () | method |
protected function applyFormat():void
GetTextField | () | method |
public function GetTextField():TextField
ReturnsTextField |
onAttached | () | method |
override public function onAttached():void
onSetData | () | method |
public function onSetData(_arg_1:Object):void
Parameters
_arg_1:Object |
onSetSize | () | method |
override public function onSetSize(_arg_1:Number, _arg_2:Number):void
Parameters
_arg_1:Number | |
_arg_2:Number |
SetColor | () | method |
public function SetColor(_arg_1:String):void
Parameters
_arg_1:String |
SetText | () | method |
public function SetText(_arg_1:String):void
Parameters
_arg_1:String |