Package | spark.components.supportClasses |
Class | public class TextInputOperation |
Inheritance | TextInputOperation FlowOperation Object |
Language Version : | ActionScript 3.0 |
Product Version : | Flex 4.5 |
Runtime Versions : | AIR 2.5 |
Property | Defined By | ||
---|---|---|---|
beginGeneration : uint [read-only]
The text flow generation before the operation. | FlowOperation | ||
endGeneration : uint [read-only]
The text flow generation after the operation. | FlowOperation | ||
text : String
The text that was inputted. | TextInputOperation | ||
textFlow : TextFlow
The TextFlow object to which this operation is applied. | FlowOperation | ||
userData : *
Arbitrary data associated with an element. | FlowOperation |
Method | Defined By | ||
---|---|---|---|
Constructor. | TextInputOperation | ||
canUndo():Boolean
Test if this operation be placed on the undo stack. | FlowOperation | ||
doOperation():Boolean
Executes the operation. | FlowOperation | ||
Re-executes the operation. | FlowOperation | ||
Reverses the operation. | FlowOperation |
text | property |
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.
TextInputOperation | () | Constructor |
public function TextInputOperation()
Language Version : | ActionScript 3.0 |
Product Version : | Flex 4.5 |
Runtime Versions : | AIR 2.5 |
Constructor.