| Package | fl.accessibility |
| Class | public class CheckBoxAccImpl |
| Inheritance | CheckBoxAccImpl LabelButtonAccImpl AccImpl |
| Subclasses | RadioButtonAccImpl |
| Language Version : | ActionScript 3.0 |
| Runtime Versions : | AIR 1.0, Flash Player 9.0.28.0 |
The CheckBoxAccImpl class supports system roles, object-based events, and states.
A CheckBox reports the role ROLE_SYSTEM_CHECKBUTTON (0x2C) to a screen
reader.
A CheckBox reports the following states to a screen reader:
STATE_SYSTEM_NORMAL (0x00000000)STATE_SYSTEM_UNAVAILABLE (0x00000001)STATE_SYSTEM_FOCUSED (0x00000004)STATE_SYSTEM_PRESSED (0x00000008)STATE_SYSTEM_CHECKED (0x00000010)STATE_SYSTEM_FOCUSABLE (0x00100000)A CheckBox dispatches the following events to a screen reader:
EVENT_OBJECT_STATECHANGE (0x800A)EVENT_OBJECT_NAMECHANGE (0x800C)Screen reader users can activate a Checkbox component with the spacebar or the Enter key.
See also
| Method | Defined By | ||
|---|---|---|---|
[static]
Enables accessibility for a CheckBox component. | CheckBoxAccImpl | ||
| enableAccessibility | () | method |
public static function enableAccessibility():void| Language Version : | ActionScript 3.0 |
| Runtime Versions : | AIR 1.0, Flash Player 9.0.28.0 |
Enables accessibility for a CheckBox component. This method is required for the compiler to activate the accessibility classes for a component.
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/fl/accessibility/CheckBoxAccImpl.html