Packagefl.accessibility
Classpublic class RadioButtonAccImpl
InheritanceRadioButtonAccImpl Inheritance CheckBoxAccImpl Inheritance LabelButtonAccImpl Inheritance AccImpl

Language Version : ActionScript 3.0
Player Version : Flash Player 9.0.28.0

The RadioButtonAccImpl class, also called the RadioButton Accessibility Implementation class, is used to make a RadioButton component accessible. This class enables communication between a RadioButton component and a screen reader. Screen readers are used to translate screen content into synthesized speech or braille for visually impaired users.

The RadioButtonAccImpl class supports system roles, object-based events, and states.

A RadioButton reports the role ROLE_SYSTEM_RADIOBUTTON (0x2D) to a screen reader.

A RadioButton reports the following states to a screen reader:

A RadioButton dispatches the following events to a screen reader:

See also

RadioButton


Public Methods
 MethodDefined By
  
[static] Enables accessibility for a RadioButton component.
RadioButtonAccImpl
Method Detail
enableAccessibility()method
public static function enableAccessibility():void

Language Version : ActionScript 3.0
Player Version : Flash Player 9.0.28.0

Enables accessibility for a RadioButton component. This method is required for the compiler to activate the accessibility classes for a component.