包 | mx.accessibility |
类 | public class UIComponentAccProps |
继承 | UIComponentAccProps AccessibilityProperties Object |
语言版本: | ActionScript 3.0 |
产品版本: | Flex 3 |
运行时版本: | Flash Player 9, AIR 1.1 |
受保护的属性
属性 | 由以下参数定义 | ||
---|---|---|---|
master : UIComponent
对 UIComponent 自身的引用。 | UIComponentAccProps |
公共方法
方法 | 由以下参数定义 | ||
---|---|---|---|
UIComponentAccProps(component:UIComponent)
构造函数。 | UIComponentAccProps | ||
[静态]
启用 UIComponent 类中的辅助功能。 | UIComponentAccProps | ||
表示对象是否已经定义了指定的属性。 | Object | ||
表示 Object 类的实例是否在指定为参数的对象的原型链中。 | Object | ||
表示指定的属性是否存在、是否可枚举。 | Object | ||
设置循环操作动态属性的可用性。 | Object | ||
返回此对象的字符串表示形式,其格式设置遵守区域设置特定的约定。 | Object | ||
返回指定对象的字符串表示形式。 | Object | ||
返回指定对象的原始值。 | Object |
受保护的方法
方法 | 由以下参数定义 | ||
---|---|---|---|
一般事件处理函数。 | UIComponentAccProps |
属性详细信息
master | 属性 |
protected var master:UIComponent
语言版本: | ActionScript 3.0 |
产品版本: | Flex 3 |
运行时版本: | Flash Player 9, AIR 1.1 |
对 UIComponent 自身的引用。
构造函数详细信息
UIComponentAccProps | () | 构造函数 |
public function UIComponentAccProps(component:UIComponent)
语言版本: | ActionScript 3.0 |
产品版本: | Flex 3 |
运行时版本: | Flash Player 9, AIR 1.1 |
构造函数。
参数component:UIComponent — 此 AccessibilityProperties 实例使其具有辅助功能的 UIComponent 实例。
|
方法详细信息
enableAccessibility | () | 方法 |
public static function enableAccessibility():void
语言版本: | ActionScript 3.0 |
产品版本: | Flex 3 |
运行时版本: | Flash Player 9, AIR 1.1 |
启用 UIComponent 类中的辅助功能。
此方法将由 MXML 编译器自动生成的应用程序启动代码调用。之后,在初始化 UIComponent 实例时,会将这些实例的 accessibilityProperties
属性设置为该类的实例。
eventHandler | () | 方法 |
Tue Jun 12 2018, 11:04 AM Z