Packagefl.accessibility
Classpublic class DataGridAccImpl
InheritanceDataGridAccImpl Inheritance SelectableListAccImpl Inheritance AccImpl

Language Version : ActionScript 3.0
Player Version : Flash Player 9.0.28.0

The DataGridAccImpl class, also called the DataGrid Accessibility Implementation class, is used to make a DataGrid component accessible.

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

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

A DataGrid reports the following states to a screen reader:

Additionally, items of a DataGrid report the following states:

A DataGrid dispatches the following events to a screen reader:

See also

DataGrid


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