ListAccImpl
| Kind of class: | class |
|---|---|
| Inherits from: | ScrollSelectListAccImpl < AccImpl < Object |
| Classpath: | mx.accessibility.ListAccImpl |
| File last modified: | Tuesday, 18 December 2007, 15:44:37 |
This is the accessibility class for List.
If accessibility has to be enabled in a List, the following code should be written in the first frame of the FLA file
import mx.accessibility.ListAccImpl;
ListAccImpl.enableAccessibility();
If accessibility has to be enabled in a List, the following code should be written in the first frame of the FLA file
import mx.accessibility.ListAccImpl;
ListAccImpl.enableAccessibility();
Summary
Constructor
- ListAccImpl (master:Object)
Class properties
- accessibilityHooked : Boolean
Class properties inherited from ScrollSelectListAccImpl
Instance properties
Instance properties inherited from ScrollSelectListAccImpl
__vPosition _addItemAt _removeAll _removeItemAt _selectRow children enabled EVENT_OBJECT_SELECTION EVENT_OBJECT_SELECTIONADD EVENT_OBJECT_SELECTIONREMOVE EVENT_OBJECT_SELECTIONWITHIN isSelected multipleSelection owner ROLE ROLE_SYSTEM_LISTITEM STATE_SYSTEM_INVISIBLE STATE_SYSTEM_OFFSCREEN STATE_SYSTEM_SELECTABLE STATE_SYSTEM_SELECTED STATE_SYSTEM_UNAVAILABLE
Class methods
- enableAccessibility
- hookAccessibility : Boolean
- Static Method for swapping the createAccessibilityImplementation method of List with ListAccImpl class
Class methods inherited from ScrollSelectListAccImpl
Instance methods
Instance methods inherited from AccImpl
Constructor
ListAccImpl
function ListAccImpl (
master:Object)
Class properties
accessibilityHooked
static accessibilityHooked:Boolean = hookAccessibility()
(read)
Instance properties
master
master:Object
(read)
owner
owner:Object = List
(read)
Class methods
enableAccessibility
static function enableAccessibility (
)
Method call for enabling accessibility for a component
This method is required for compiler to activate the accessibility classes for a component
This method is required for compiler to activate the accessibility classes for a component
See also:
Overrides:
hookAccessibility
static function hookAccessibility (
) : Boolean
Static Method for swapping the createAccessibilityImplementation method of List with ListAccImpl class
Overrides:
Instance methods
createAccessibilityImplementation
function createAccessibilityImplementation (
)
Method for creating Accessibility class. This method is called from UIObject.
Accessibility enabling code should be already written in the first frame of the FLA before this method is called
Accessibility enabling code should be already written in the first frame of the FLA before this method is called