Class mx.accessibility.AlertAccImpl

Object
   +--mx.accessibility.AccImpl
      +--mx.accessibility.WindowAccImpl
         +--mx.accessibility.AlertAccImpl

Description

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();

Field Index

_parent, accHooked, back_mc, button_mc, children, content, EVENT_OBJECT_FOCUS, EVENT_OBJECT_REORDER, EVENT_OBJECT_SHOW, master, ROLE_SYSTEM_STATICTEXT, STATE_SYSTEM_READONLY
Inherited from WindowAccImpl
_clickHandler, _onRelease, _parent, accHooked, 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
Inherited from AccImpl
_accImpl, master, ROLE, STATE_SYSTEM_NORMAL, stub
Inherited from Object
__proto__, constructor, prototype

Method Index

new AlertAccImpl()

accLocation(), clickHandler(), createAccessibilityImplementation(), enableAccessibility(), get_accName(), get_accRole(), get_accState(), getChildIdArray(), hookAccessibility(), onRelease()
Inherited from WindowAccImpl
Inherited from AccImpl
Inherited from Object
addProperty(), hasOwnProperty(), isPropertyEnumerable(), isPrototypeOf(), registerClass(), toLocaleString(), toString(), unwatch(), valueOf(), watch()

Constructor Detail

AlertAccImpl

function AlertAccImpl(master:
Object)

Field Detail

master

master:Object

ROLE_SYSTEM_STATICTEXT

ROLE_SYSTEM_STATICTEXT:Number

STATE_SYSTEM_READONLY

STATE_SYSTEM_READONLY:Number

EVENT_OBJECT_SHOW

EVENT_OBJECT_SHOW:Number

EVENT_OBJECT_FOCUS

EVENT_OBJECT_FOCUS:Number

EVENT_OBJECT_REORDER

EVENT_OBJECT_REORDER:Number

children

children:Array

back_mc

back_mc:MovieClip

button_mc

button_mc:MovieClip

content

content:MovieClip

_parent

_parent:MovieClip

accHooked

static accHooked:Boolean

Method Detail

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
See Also

mx.accessibility.AlertAccImpl

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

get_accRole

function get_accRole(childId:
Number):Number
See Also

get_accRole

get_accName

function get_accName(childId:
Number):String
Parameters
childId : Number
Return
Name : String

get_accState

function get_accState(childId:
Number):Number
Parameters
childId : Number
Return
STATE : Number

getChildIdArray

function getChildIdArray():
Object
Return
Array

accLocation

function accLocation(childId:
Number):Number
Parameters
childId : Number
Return
Location : Number

onRelease

function onRelease()

clickHandler

function clickHandler()

hookAccessibility

static function hookAccessibility():
Boolean
Static Method for swapping the createAccessibilityImplementation method of Alert with AlertAccImpl class