包 | mx.automation.delegates |
类 | public class TextFieldAutomationHelper |
继承 | TextFieldAutomationHelper Object |
语言版本: | ActionScript 3.0 |
产品版本: | Flex 3 |
运行时版本: | Flash Player 9, AIR 1.1 |
公共方法
方法 | 由以下参数定义 | ||
---|---|---|---|
TextFieldAutomationHelper(owner:IEventDispatcher, replayer:IAutomationObject, textField:mx.core:IUITextField)
构造函数。 | TextFieldAutomationHelper | ||
表示对象是否已经定义了指定的属性。 | Object | ||
表示 Object 类的实例是否在指定为参数的对象的原型链中。 | Object | ||
表示指定的属性是否存在、是否可枚举。 | Object | ||
录制用户与文本控件的交互。 | TextFieldAutomationHelper | ||
重放 TypeTextEvent 和 TypeEvent。 | TextFieldAutomationHelper | ||
设置循环操作动态属性的可用性。 | Object | ||
返回此对象的字符串表示形式,其格式设置遵守区域设置特定的约定。 | Object | ||
返回指定对象的字符串表示形式。 | Object | ||
返回指定对象的原始值。 | Object |
构造函数详细信息
TextFieldAutomationHelper | () | 构造函数 |
public function TextFieldAutomationHelper(owner:IEventDispatcher, replayer:IAutomationObject, textField:mx.core:IUITextField)
语言版本: | ActionScript 3.0 |
产品版本: | Flex 3 |
运行时版本: | Flash Player 9, AIR 1.1 |
构造函数。
参数owner:IEventDispatcher — 使用 TextField 的 UIComponent。例如,如果 TextArea 使用 TextField,则 TextArea 为所有者。
| |
replayer:IAutomationObject — 组件的 IAutomationObject。
| |
textField:mx.core:IUITextField — 组件中的 TextField 对象。
|
方法详细信息
recordAutomatableEvent | () | 方法 |
replayAutomatableEvent | () | 方法 |
public function replayAutomatableEvent(event:Event):Boolean
语言版本: | ActionScript 3.0 |
产品版本: | Flex 3 |
运行时版本: | Flash Player 9, AIR 1.1 |
重放 TypeTextEvent 和 TypeEvent。通过对基础文本字段调用 replaceText 重放 TypeTextEvent。TypeEvent 基于键入的字符重放。这两种形式的重放都调度原始键击。必须模拟原始行为,以防任何组件侦听键击事件(例如,DataGrid 侦听 itemRenderer 事件或者自定义组件是否试图执行按键遮罩)。理想情况下,该代码只调度原始键击,但 Flash Player TextField 会忽略我们向其发送的事件。
参数
event:Event — 要重放的事件。
|
Boolean — 如果为 true,则重放该事件。
|
Tue Jun 12 2018, 11:04 AM Z