Packagespark.components.supportClasses
Classpublic class TextInputOperation
InheritanceTextInputOperation Inheritance FlowOperation Inheritance Object

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
 InheritedbeginGeneration : uint
[read-only] The text flow generation before the operation.
FlowOperation
 InheritedendGeneration : uint
[read-only] The text flow generation after the operation.
FlowOperation
  AIR-only text : String
The text that was inputted.
TextInputOperation
 InheritedtextFlow : TextFlow
The TextFlow object to which this operation is applied.
FlowOperation
 InheriteduserData : *
Arbitrary data associated with an element.
FlowOperation
Public Methods
 MethodDefined By
  
Constructor.
TextInputOperation
 Inherited
canUndo():Boolean
Test if this operation be placed on the undo stack.
FlowOperation
 Inherited
doOperation():Boolean
Executes the operation.
FlowOperation
 Inherited
Re-executes the operation.
FlowOperation
 Inherited
Reverses the operation.
FlowOperation
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.