Packagecom.catalystapps.gaf.display
Classpublic class GAFTextField
InheritanceGAFTextField Inheritance feathers.controls.TextInput
Implements com.catalystapps.gaf.display.IGAFDebug, com.catalystapps.gaf.display.IMaxSize, com.catalystapps.gaf.display.IGAFDisplayObject

GAFTextField is a text entry control that extends functionality of the feathers.controls.TextInput for the GAF library needs. All dynamic text fields (including input text fields) in GAF library are instances of the GAFTextField.



Public Properties
 PropertyDefined By
  textHeight : Number
[read-only] The height of the text in pixels.
GAFTextField
  textWidth : Number
[read-only] The width of the text in pixels.
GAFTextField
Public Methods
 MethodDefined By
  
Creates a new instance of GAFTextField.
GAFTextField
Property Detail
textHeightproperty
textHeight:Number  [read-only]

The height of the text in pixels.


Implementation
    public function get textHeight():Number
textWidthproperty 
textWidth:Number  [read-only]

The width of the text in pixels.


Implementation
    public function get textWidth():Number
Method Detail
copy()method
public function copy():GAFTextField

Creates a new instance of GAFTextField.

Returns
GAFTextField