Property | Defined By | ||
---|---|---|---|
Alpha : Number [write-only] | TextBoxBoot | ||
![]() | CallEntity : Function | BaseControl | |
CheckForGlobalFont : Boolean [write-only] | TextBoxBoot | ||
Color : String [write-only] | TextBoxBoot | ||
Font : String [write-only] | TextBoxBoot | ||
FontSize : Number [write-only] | TextBoxBoot | ||
LetterSpacing : Number [write-only] | TextBoxBoot | ||
![]() | m_bounds : Rectangle | BaseControl | |
Text : String [write-only] | TextBoxBoot | ||
TextAlignment : String [write-only] | TextBoxBoot | ||
WrapText : Boolean [write-only] | TextBoxBoot |
Property | Defined By | ||
---|---|---|---|
m_checkForGlobalFont : Boolean = false | TextBoxBoot | ||
m_textfield : TextField | TextBoxBoot | ||
m_textformat : TextFormat | TextBoxBoot | ||
m_view : LabelView | TextBoxBoot |
Method | Defined By | ||
---|---|---|---|
TextBoxBoot | |||
![]() | clearMatrix3D():void | BaseControl | |
![]() | getContainer():Sprite | BaseControl | |
onAttached():void [override] | TextBoxBoot | ||
![]() | 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 | TextBoxBoot | ||
onSetSize(_arg_1:Number, _arg_2:Number):void [override] | TextBoxBoot | ||
![]() | onSetViewport(_arg_1:Number, _arg_2:Number, _arg_3:Number):void | BaseControl | |
![]() | onSetVisible(_arg_1:Boolean):void | BaseControl | |
SetColor(_arg_1:String):void | TextBoxBoot | ||
SetText(_arg_1:String):void | TextBoxBoot | ||
![]() | updateBounds():void | BaseControl |
Method | Defined By | ||
---|---|---|---|
applyFormat():void | TextBoxBoot | ||
![]() | 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
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
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
LetterSpacing | property |
LetterSpacing:Number
[write-only] public function set LetterSpacing(value:Number):void
m_checkForGlobalFont | property |
protected var m_checkForGlobalFont:Boolean = false
m_textfield | property |
protected var m_textfield:TextField
m_textformat | property |
protected var m_textformat:TextFormat
m_view | property |
protected var m_view:LabelView
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
WrapText | property |
WrapText:Boolean
[write-only] public function set WrapText(value:Boolean):void
TextBoxBoot | () | Constructor |
public function TextBoxBoot()
applyFormat | () | method |
protected function applyFormat():void
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 |