| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object
|
+--mx.accessibility.AccImpl
|
+--mx.accessibility.SimpleButtonAccImpl
Field Summary | ||
| _onRelease: Function | ||
| have to define all internal variables on SimpleButton in order for the overriding functions to compile. | ||
| _setLabel: Function | ||
| static | accessibilityHooked: Boolean | |
| static variable pointing to the hookAccessibility Method. | ||
| EVENT_OBJECT_NAMECHANGE: Number | ||
| MSAA events and states for Button | ||
| EVENT_OBJECT_STATECHANGE: Number | ||
| owner: Object | ||
| ROLE: Number | ||
| MSAA role value for Button | ||
| STATE_SYSTEM_PRESSED: Number | ||
| ||
| ||
Constructor | ||
| SimpleButtonAccImpl ( m: Object) | ||
Method Summary | ||
| accDoDefaultAction ( childId: Number ) | ||
| createAccessibilityImplementation ( ) | ||
| static | enableAccessibility ( ) | |
| Method call for enabling accessibility for components This method is required for compiler to activate the accessibility classes for a component | ||
| get_accDefaultAction ( childId: Number ): String | ||
| get_accName ( childId: Number ): String | ||
| get_accState ( childId: Number ): Number | ||
| static | hookAccessibility ( ): Boolean | |
| Static Method for swapping the createAccessibilityImplementation method of SimpleButton with SimpleButtonAccImpl class | ||
| onRelease ( ) | ||
| Over riding functions for emitting Accessibility events. | ||
| setLabel ( label: String ) | ||
| ||
| ||
| var _onRelease: Function |
| have to define all internal variables on SimpleButton in order for the overriding functions to compile. |
| var _setLabel: Function |
| static var accessibilityHooked: Boolean |
| static variable pointing to the hookAccessibility Method. This is used for initializing SimplButtonAccImpl class before createAccessibilityImplementation method call from UIObject |
| var EVENT_OBJECT_NAMECHANGE: Number |
| MSAA events and states for Button |
| var EVENT_OBJECT_STATECHANGE: Number |
| var owner: Object |
| var ROLE: Number |
| MSAA role value for Button |
| var STATE_SYSTEM_PRESSED: Number |
|
|
|
|
|
| Method call for enabling accessibility for components This method is required for compiler to activate the accessibility classes for a component |
|
|
|
|
|
|
|
| Static Method for swapping the createAccessibilityImplementation method of SimpleButton with SimpleButtonAccImpl class |
|
| Over riding functions for emitting Accessibility events. |
|