Package | fl.accessibility |
Class | public class UIComponentAccImpl |
Inheritance | UIComponentAccImpl ![]() ![]() |
Language Version: | ActionScript 3.0 |
Product Version: | Flash CS3 |
Runtime Versions: | Flash Player 9.0.28.0, AIR 1.0 |
The ListAccImpl class supports system roles, object-based events, and states.
Related API Elements
Public Properties
Property | Defined By | ||
---|---|---|---|
![]() | constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | |
![]() | description : String
Provides a description for this display object in the accessible presentation. | AccessibilityProperties | |
![]() | forceSimple : Boolean
If true, causes Flash Player to exclude child objects within this
display object from the accessible presentation. | AccessibilityProperties | |
![]() | name : String
Provides a name for this display object in the accessible presentation. | AccessibilityProperties | |
![]() | noAutoLabeling : Boolean
If true, disables the Flash Player default auto-labeling system. | AccessibilityProperties | |
![]() | shortcut : String
Indicates a keyboard shortcut associated with this display object. | AccessibilityProperties | |
![]() | silent : Boolean
If true, excludes this display object from accessible presentation. | AccessibilityProperties |
Public Methods
Method | Defined By | ||
---|---|---|---|
[static]
Enables accessibility for a UIComponent component. | UIComponentAccImpl | ||
![]() |
Indicates whether an object has a specified property defined. | Object | |
![]() |
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | |
![]() |
Indicates whether the specified property exists and is enumerable. | Object | |
![]() |
Sets the availability of a dynamic property for loop operations. | Object | |
![]() |
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | |
![]() |
Returns the string representation of the specified object. | Object | |
![]() |
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.
Thu Dec 4 2014, 05:50 PM -08:00