Packagespark.components.supportClasses
Classpublic class TextInputOperation
InheritanceTextInputOperation Inheritance flashx.textLayout.operations.FlowOperation

Language Version : ActionScript 3.0
Product Version : Flex 4.5
Runtime Versions : AIR 2.5

The TextInputOperation class represents a text input operation. This class is only used by StyleableTextField when sending the CHANGING event.



Public Properties
 PropertyDefined By
  AIR-only text : String
The text that was inputted.
TextInputOperation
Public Methods
 MethodDefined By
  
Constructor.
TextInputOperation
Property Detail
AIR-only textproperty
public var text:String

Language Version : ActionScript 3.0
Product Version : Flex 4.5
Runtime Versions : AIR 2.5

The text that was inputted. If the CHANGING event is not cancelled, this text will be added to the TextFeld. If the event is cancelled, the text will not be added.

Constructor Detail
AIR-only TextInputOperation()Constructor
public function TextInputOperation()

Language Version : ActionScript 3.0
Product Version : Flex 4.5
Runtime Versions : AIR 2.5

Constructor.