Packagefl.accessibility
Classpublic class LabelButtonAccImpl
InheritanceLabelButtonAccImpl Inheritance AccImpl
Subclasses ButtonAccImpl, CheckBoxAccImpl

Language Version : ActionScript 3.0
Player Version : Flash Player 9.0.28.0

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

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

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

A LabelButton reports the following states to a screen reader:

A LabelButton dispatches the following events to a screen reader:

See also

LabelButton


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