Packagebasic
Classpublic class TextBox
InheritanceTextBox Inheritance BaseControl Inheritance flash.display.Sprite
Subclasses MapTextTracker



Public Properties
 PropertyDefined By
  Alpha : Number
[write-only]
TextBox
  Background : Boolean
[write-only]
TextBox
  BackgroundColor : String
[write-only]
TextBox
 InheritedCallEntity : 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
 Inheritedm_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
Protected Properties
 PropertyDefined 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
Public Methods
 MethodDefined By
  
TextBox
 Inherited
BaseControl
 Inherited
getContainer():Sprite
BaseControl
  
GetTextField():TextField
TextBox
  
onAttached():void
[override]
TextBox
 Inherited
BaseControl
 Inherited
onEditorContainerSelected(_arg_1:Boolean, _arg_2:Number, _arg_3:Number, _arg_4:Number, _arg_5:Number, _arg_6:Number, _arg_7:Number):void
BaseControl
 Inherited
onEditorSelected(_arg_1:Boolean, _arg_2:Number, _arg_3:Number, _arg_4:Number, _arg_5:Number, _arg_6:Number, _arg_7:Number):void
BaseControl
 Inherited
BaseControl
 Inherited
onMouseEnabled(_arg_1:Boolean):void
BaseControl
 Inherited
onSetConstrained(_arg_1:Boolean):void
BaseControl
  
onSetData(_arg_1:Object):void
TextBox
  
onSetSize(_arg_1:Number, _arg_2:Number):void
[override]
TextBox
 Inherited
onSetViewport(_arg_1:Number, _arg_2:Number, _arg_3:Number):void
BaseControl
 Inherited
onSetVisible(_arg_1:Boolean):void
BaseControl
  
SetColor(_arg_1:String):void
TextBox
  
SetText(_arg_1:String):void
TextBox
 Inherited
BaseControl
Protected Methods
 MethodDefined By
  
TextBox
 Inherited
getProperty(_arg_1:String):*
BaseControl
 Inherited
print(_arg_1:*):void
BaseControl
 Inherited
sendBounds(_arg_1:Rectangle):void
BaseControl
 Inherited
sendEvent(_arg_1:String):void
BaseControl
 Inherited
sendEventWithValue(_arg_1:String, _arg_2:*):void
BaseControl
Property Detail
Alphaproperty
Alpha:Number  [write-only]


Implementation
    public function set Alpha(value:Number):void
Backgroundproperty 
Background:Boolean  [write-only]


Implementation
    public function set Background(value:Boolean):void
BackgroundColorproperty 
BackgroundColor:String  [write-only]


Implementation
    public function set BackgroundColor(value:String):void
CheckForGlobalFontproperty 
CheckForGlobalFont:Boolean  [write-only]


Implementation
    public function set CheckForGlobalFont(value:Boolean):void
Colorproperty 
Color:String  [write-only]


Implementation
    public function set Color(value:String):void
CompactBulletListsproperty 
CompactBulletLists:Boolean  [write-only]


Implementation
    public function set CompactBulletLists(value:Boolean):void
Fontproperty 
Font:String  [write-only]


Implementation
    public function set Font(value:String):void
FontSizeproperty 
FontSize:Number  [write-only]


Implementation
    public function set FontSize(value:Number):void
m_checkForGlobalFontproperty 
protected var m_checkForGlobalFont:Boolean = false

m_fontproperty 
protected var m_font:String = $normal

m_fontColorproperty 
protected var m_fontColor:String = #000000

m_fontSizeproperty 
protected var m_fontSize:int = 12

m_shrinkToFitproperty 
protected var m_shrinkToFit:Boolean = false

m_textproperty 
protected var m_text:String

m_textfieldproperty 
protected var m_textfield:TextField

m_textformatproperty 
protected var m_textformat:TextFormat

m_uppercaseproperty 
protected var m_uppercase:Boolean = false

m_viewproperty 
protected var m_view:LabelView

ParagraphLeadingproperty 
ParagraphLeading:Number  [write-only]


Implementation
    public function set ParagraphLeading(value:Number):void
ShrinkToFitproperty 
ShrinkToFit:Boolean  [write-only]


Implementation
    public function set ShrinkToFit(value:Boolean):void
Textproperty 
Text:String  [write-only]


Implementation
    public function set Text(value:String):void
TextAlignmentproperty 
TextAlignment:String  [write-only]


Implementation
    public function set TextAlignment(value:String):void
Uppercaseproperty 
Uppercase:Boolean  [write-only]


Implementation
    public function set Uppercase(value:Boolean):void
WrapTextproperty 
WrapText:Boolean  [write-only]


Implementation
    public function set WrapText(value:Boolean):void
Constructor Detail
TextBox()Constructor
public function TextBox()



Method Detail
applyFormat()method
protected function applyFormat():void

GetTextField()method 
public function GetTextField():TextField

Returns
TextField
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