Packagefl.accessibility
Classpublic class ListAccImpl
InheritanceListAccImpl Inheritance SelectableListAccImpl Inheritance AccImpl

Language Version : ActionScript 3.0
Player Version : Flash Player 9.0.28.0

The ListAccImpl class, also called the List Accessiblity Implementation class, is used to make a List component accessible.

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

A List reports the role ROLE_SYSTEM_LIST (0x21) to a screen reader. Items of a List report the role ROLE_SYSTEM_LISTITEM (0x22).

A List reports the following states to a screen reader:

Additionally, items of a List report the following states:

A List dispatches the following events to a screen reader:

See also

List


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