Packagesekati.text
Classpublic class AbstractTextField
InheritanceAbstractTextField Inheritance flash.text.TextField
ImplementsICoreInterface

AbstractTextField



Protected Properties
 PropertyDefined by
  _this : TextField
AbstractTextField
Public Methods
 MethodDefined by
  
AbstractTextField is a foundational TextField class and should be thought of as one of the main textual building block of the API.
AbstractTextField
  
destroy():void
Clean up after thy self.
AbstractTextField
Protected Methods
 MethodDefined by
  
offStage(e:Event):void
Stub: Sprite has been removed from stage.
AbstractTextField
  
onStage(e:Event):void
Stub: Sprite has been added to stage.
AbstractTextField
Property detail
_thisproperty
protected var _this:TextField
Constructor detail
AbstractTextField()constructor
public function AbstractTextField()

AbstractTextField is a foundational TextField class and should be thought of as one of the main textual building block of the API.

Method detail
destroy()method
public function destroy():void

Clean up after thy self.

offStage()method 
protected function offStage(e:Event):void

Stub: Sprite has been removed from stage.

Parameters
e:Event
onStage()method 
protected function onStage(e:Event):void

Stub: Sprite has been added to stage.

Parameters
e:Event