Packagefl.accessibility
Classpublic class ButtonAccImpl
InheritanceButtonAccImpl Inheritance LabelButtonAccImpl Inheritance AccImpl

Language Version : ActionScript 3.0
Player Version : Flash Player 9.0.28.0

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

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

A Button reports the role ROLE_SYSTEM_PUSHBUTTON (0x2B) to a screen reader.

A Button reports the following states to a screen reader:

A Button dispatches the following events to a screen reader:

The user of a screen reader can activate a button component by using the spacebar or the Enter key.

See also

Button


Public Methods
 MethodDefined By
  
[static] Enables accessibility for a Button component.
ButtonAccImpl
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 Button component. This method is required for the compiler to activate the accessibility classes for a component.