student-ar-fl-accessibility-UIComponentAccImpl.ax [swf] flex
The @ax-student-ar-fl-accessibility-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. <p>The ListAccImpl class supports system roles, object-based events, and states.</p> @internal Adobe: Probably just a dup-and-revise error, but this last sentence references the BaseListAccImpl class. Probably should refer to the @ax-student-ar-fl-accessibility-UIComponentAccImpl class? [CW] the whole description is wrong here. @ax-student-ar-fl-accessibility-UIComponentAccImpl extends AccessibilityProperties and not AccessibilityImplementation, and exists purely to wrap the accessibilityProperties property of UIComponents (and to make the ScrollBar component silent to screenreaders). Metaliq: Claus, did you change the description above? I still see a mention of BaseListAccImpl class. (line 15, i changed it to ListAccImpl though)
see: fl.core.UIComponent UIComponent @langversion 3.0 @playerversion Flash 9.0.28.0
@private Static variable triggering the <code>hookAccessibility()</code> method. This is used for initializing @ax-student-ar-fl-accessibility-UIComponentAccImpl class to hook its <code>createAccessibilityImplementation()</code> method to UIComponent class before it gets called from <code>UIComponent.initialize()</code>. @langversion 3.0 @playerversion Flash 9.0.28.0
@private Static Method for swapping the <code>createAccessibilityImplementation()</code> method of UIComponent with the @ax-student-ar-fl-accessibility-UIComponentAccImpl class. @langversion 3.0 @playerversion Flash 9.0.28.0
@private (protected) A reference to the UIComponent itself. @langversion 3.0 @playerversion Flash 9.0.28.0
@private Method for creating the Accessibility class. This method is called from UIComponent.
parameter: component The UIComponent instance that this AccImpl instance is making accessible. @langversion 3.0 @playerversion Flash 9.0.28.0
Enables accessibility for a UIComponent component. This method is required for the compiler to activate the accessibility classes for a component. @langversion 3.0 @playerversion Flash 9.0.28.0
@private @internal Nivesh says: I don't think we should document the constructors for the accessibility classes. End-users just have to call the static enableAccessibility method. They don't really create an instance of the classes. Creates a new @ax-student-ar-fl-accessibility-UIComponentAccImpl instance for the specified UIComponent component.
parameter: master The UIComponent instance that this AccImpl instance makes accessible. @langversion 3.0 @playerversion Flash 9.0.28.0
@private (protected) Generic event handler. All @ax-student-ar-fl-accessibility-UIComponentAccImpl subclasses must implement this to listen for events from its master component.
parameter: event The event object. @langversion 3.0 @playerversion Flash 9.0.28.0
(C) Æliens 27/08/2009
You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.