| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object
|
+--mx.accessibility.AccImpl
|
+--mx.accessibility.LabelAccImpl
Field Summary | ||
| _setText: Function | ||
| have to define all internal variables on SimpleButton in order for the overriding functions to compile. | ||
| static | accessibilityHooked: Boolean | |
| static variable pointing to the hookAccessibility Method. | ||
| EVENT_OBJECT_NAMECHANGE: Number | ||
| master: Object | ||
| owner: Object | ||
| ROLE: Number | ||
| MSAA roles and events for static Text | ||
| ||
| ||
Constructor | ||
| LabelAccImpl ( m: 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 | ||
| get_accName ( childId : Number ): String | ||
| static | hookAccessibility ( ): Boolean | |
| Static Method for swapping the createAccessibilityImplementation method of Label with LabelAccImpl class | ||
| setText ( text : String ): String | ||
| over riding main Label class method for emitting events | ||
| ||
| ||
| var _setText: Function |
| have to define all internal variables on SimpleButton in order for the overriding functions to compile. |
| static var accessibilityHooked: Boolean |
| static variable pointing to the hookAccessibility Method. This is used for initializing LabelAccImpl class before createAccessibilityImplementation method call from UIObject |
| var EVENT_OBJECT_NAMECHANGE: Number |
| var master: Object |
| var owner: Object |
| var ROLE: Number |
| MSAA roles and events for static Text |
|
|
| 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 Label with LabelAccImpl class |
|
| over riding main Label class method for emitting events |