| 包 | fl.accessibility |
| 类 | public class RadioButtonAccImpl |
| 继承 | RadioButtonAccImpl CheckBoxAccImpl LabelButtonAccImpl AccImpl |
| 语言版本 : | ActionScript 3.0 |
| Player 版本 : | Flash Player 9.0.28.0 |
RadioButtonAccImpl 类支持系统角色、基于对象的事件以及状态。
RadioButton 将角色 ROLE_SYSTEM_RADIOBUTTON (0x2D) 报告给屏幕阅读器。
RadioButton 将下列状态报告给屏幕阅读器:
STATE_SYSTEM_NORMAL (0x00000000)STATE_SYSTEM_UNAVAILABLE (0x00000001)STATE_SYSTEM_FOCUSED (0x00000004)STATE_SYSTEM_PRESSED (0x00000008)STATE_SYSTEM_CHECKED (0x00000010)STATE_SYSTEM_FOCUSABLE (0x00100000)RadioButton 将下列事件调度给屏幕阅读器:
EVENT_OBJECT_STATECHANGE (0x800A)EVENT_OBJECT_NAMECHANGE (0x800C)另请参见
| 方法 | 定义方 | ||
|---|---|---|---|
|
[static]
启用 RadioButton 组件的辅助功能。
| RadioButtonAccImpl | ||
| enableAccessibility | () | 方法 |
public static function enableAccessibility():void
| 语言版本 : | ActionScript 3.0 |
| Player 版本 : | Flash Player 9.0.28.0 |
启用 RadioButton 组件的辅助功能。 该方法是编译器激活组件的辅助功能类所必需的。
当前页: http://livedocs.adobe.com/flash/9.0_cn/ActionScriptLangRefV3/fl/accessibility/RadioButtonAccImpl.html