ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
fl.accessibility 

UIComponentAccImpl  - AS3 Flash

Packagefl.accessibility
Classpublic class UIComponentAccImpl
InheritanceUIComponentAccImpl Inheritance AccessibilityProperties Inheritance Object

Language Version: ActionScript 3.0
Product Version: Flash CS3
Runtime Versions: Flash Player 9.0.28.0, AIR 1.0

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

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

Related API Elements



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 Inheriteddescription : String
Provides a description for this display object in the accessible presentation.
AccessibilityProperties
 InheritedforceSimple : Boolean
If true, causes Flash Player to exclude child objects within this display object from the accessible presentation.
AccessibilityProperties
 Inheritedname : String
Provides a name for this display object in the accessible presentation.
AccessibilityProperties
 InheritednoAutoLabeling : Boolean
If true, disables the Flash Player default auto-labeling system.
AccessibilityProperties
 Inheritedshortcut : String
Indicates a keyboard shortcut associated with this display object.
AccessibilityProperties
 Inheritedsilent : Boolean
If true, excludes this display object from accessible presentation.
AccessibilityProperties
Public Methods
 MethodDefined By
  
[static] Enables accessibility for a UIComponent component.
UIComponentAccImpl
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Method Detail

enableAccessibility

()method
public static function enableAccessibility():void

Language Version: ActionScript 3.0
Product Version: Flash CS3
Runtime Versions: Flash Player 9.0.28.0, AIR 1.0

Enables accessibility for a UIComponent component. This method is required for the compiler to activate the accessibility classes for a component.