| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object
|
+--mx.accessibility.AccImpl
|
+--mx.accessibility.SimpleButtonAccImpl
|
+--mx.accessibility.ButtonAccImpl
Field Summary | ||
| static | accessibilityHooked: Boolean | |
| static variable pointing to the hookAccessibility Method. | ||
| master: Object | ||
| owner: Object | ||
| ||
| ||
| ||
Constructor | ||
| ButtonAccImpl ( master: Object) | ||
Method Summary | ||
| createAccessibilityImplementation ( ) | ||
| Method for creating Accessibility class. | ||
| static | enableAccessibility ( ) | |
| Method call for enabling accessibility for a component This method is required for compiler to activate the accessibility classes for a component | ||
| static | hookAccessibility ( ): Boolean | |
| Static Method for swapping the createAccessibilityImplementation method of Button with ButtonAccImpl class | ||
| ||
| ||
| ||
| static var accessibilityHooked: Boolean |
| static variable pointing to the hookAccessibility Method. This is used for initializing ButtonAccImpl class before createAccessibilityImplementation method call from UIObject |
| var master: Object |
| var owner: Object |
|
|
| 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 |
|
|
| Method call for enabling accessibility for a component This method is required for compiler to activate the accessibility classes for a component |
|
|
| Static Method for swapping the createAccessibilityImplementation method of Button with ButtonAccImpl class |
|