Packagefl.accessibility
Classpublic class TileListAccImpl
InheritanceTileListAccImpl Inheritance SelectableListAccImpl Inheritance AccImpl

Language Version : ActionScript 3.0
Player Version : Flash Player 9.0.28.0

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

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

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

A TileList reports the following states to a screen reader:

Additionally, items of a TileList report the following states:

A TileList dispatches the following events to a screen reader:

See also

TileList


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