ButtonAccImpl
| Kind of class: | class |
|---|---|
| Inherits from: | SimpleButtonAccImpl < AccImpl < Object |
| Known subclasses: | |
| Classpath: | mx.accessibility.ButtonAccImpl |
| File last modified: | Tuesday, 18 December 2007, 15:44:37 |
Summary
Constructor
- ButtonAccImpl (master:Object)
Instance properties
Instance properties inherited from SimpleButtonAccImpl
Class methods
- enableAccessibility
- hookAccessibility : Boolean
- Static Method for swapping the createAccessibilityImplementation method of Button with ButtonAccImpl class
Class methods inherited from SimpleButtonAccImpl
Instance methods
Instance methods inherited from SimpleButtonAccImpl
Instance methods inherited from AccImpl
Event handlers
Event handlers inherited from SimpleButtonAccImpl
Constructor
ButtonAccImpl
function ButtonAccImpl (
master:Object)
Class properties
accessibilityHooked
static accessibilityHooked:Boolean = hookAccessibility()
(read)
Instance properties
master
master:Object
(read)
owner
owner:Object = Button
(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 Button with ButtonAccImpl 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