- Top
- Summary
- Constructors
- Class properties
- Instance properties
- Class methods
- Instance methods
- Event handlers
AlertAccImpl
| Kind of class: | class |
|---|---|
| Inherits from: | WindowAccImpl < AccImpl < Object |
| Classpath: | mx.accessibility.AlertAccImpl |
| File last modified: | Tuesday, 18 December 2007, 15:44:37 |
This is the accessibility class for Alert.
If accessibility has to be enabled in a component, the following code should be written in the first frame of the FLA file
import mx.accessibility.AlertAccImpl;
AlertAccImpl.enableAccessibility();
If accessibility has to be enabled in a component, the following code should be written in the first frame of the FLA file
import mx.accessibility.AlertAccImpl;
AlertAccImpl.enableAccessibility();
Summary
Constructor
- AlertAccImpl (master:Object)
Instance properties
- master : Object
- ROLE_SYSTEM_STATICTEXT : Number
- STATE_SYSTEM_READONLY : Number
- EVENT_OBJECT_SHOW : Number
- EVENT_OBJECT_FOCUS : Number
- EVENT_OBJECT_REORDER : Number
- children : Array
- back_mc : MovieClip
- button_mc : MovieClip
- content : MovieClip
- _parent : MovieClip
Instance properties inherited from WindowAccImpl
_clickHandler _onRelease _parent back_mc button_mc children content EVENT_OBJECT_CREATE EVENT_OBJECT_DESTROY EVENT_OBJECT_LOCATIONCHANGE master owner ROLE ROLE_SYSTEM_DIALOG ROLE_SYSTEM_PUSHBUTTON ROLE_SYSTEM_TITLEBAR STATE_SYSTEM_DEFAULT STATE_SYSTEM_FOCUSABLE STATE_SYSTEM_FOCUSED STATE_SYSTEM_INVISIBLE STATE_SYSTEM_MOVEABLE STATE_SYSTEM_OFFSCREEN STATE_SYSTEM_SELECTABLE STATE_SYSTEM_SELECTED STATE_SYSTEM_SIZEABLE STATE_SYSTEM_UNAVAILABLE
Class methods
- enableAccessibility
- hookAccessibility : Boolean
- Static Method for swapping the createAccessibilityImplementation method of Alert with AlertAccImpl class
Class methods inherited from WindowAccImpl
Instance methods
- createAccessibilityImplementation
- get_accRole (childId:Number) : Number
- get_accName (childId:Number) : String
- get_accState (childId:Number) : Number
- getChildIdArray : Object
- accLocation (childId:Number) : Number
- clickHandler
Instance methods inherited from WindowAccImpl
Instance methods inherited from AccImpl
Constructor
AlertAccImpl
function AlertAccImpl (
master:Object)
Class properties
accHooked
static accHooked:Boolean = hookAccessibility()
(read)
Instance properties
_parent
_parent:MovieClip
(read)
back_mc
back_mc:MovieClip
(read)
button_mc
button_mc:MovieClip
(read)
children
children:Array
(read)
content
content:MovieClip
(read)
EVENT_OBJECT_FOCUS
EVENT_OBJECT_FOCUS:Number = 0x8005
(read)
EVENT_OBJECT_REORDER
EVENT_OBJECT_REORDER:Number = 0x8004
(read)
EVENT_OBJECT_SHOW
EVENT_OBJECT_SHOW:Number = 0x8002
(read)
master
master:Object
(read)
ROLE_SYSTEM_STATICTEXT
ROLE_SYSTEM_STATICTEXT:Number = 0x29
(read)
STATE_SYSTEM_READONLY
STATE_SYSTEM_READONLY:Number = 0x40
(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 Alert with AlertAccImpl class
Overrides:
Instance methods
accLocation
function accLocation (
childId:Number) : Number
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
get_accName
function get_accName (
childId:Number) : String
get_accRole
function get_accRole (
childId:Number) : Number
See also:
- get_accRole
Overrides:
get_accState
function get_accState (
childId:Number) : Number
getChildIdArray
function getChildIdArray (
) : Object
Returns:
- Array
Overrides: