Object
+--mx.accessibility.AccImpl
+--mx.accessibility.WindowAccImplThis is the accessibility class for Window. 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.WindowAccImpl; WindowAccImpl.enableAccessibility();
_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_accImpl, master, ROLE, STATE_SYSTEM_NORMAL, stub__proto__, constructor, prototypenew WindowAccImpl()
master:Objectowner:ObjectROLE:NumberROLE_SYSTEM_TITLEBAR:NumberROLE_SYSTEM_PUSHBUTTON:NumberROLE_SYSTEM_DIALOG:NumberSTATE_SYSTEM_SIZEABLE:NumberSTATE_SYSTEM_MOVEABLE:NumberSTATE_SYSTEM_FOCUSABLE:NumberSTATE_SYSTEM_FOCUSED:NumberSTATE_SYSTEM_UNAVAILABLE:NumberSTATE_SYSTEM_SELECTED:NumberSTATE_SYSTEM_INVISIBLE:NumberSTATE_SYSTEM_OFFSCREEN:NumberSTATE_SYSTEM_SELECTABLE:NumberSTATE_SYSTEM_DEFAULT:NumberEVENT_OBJECT_LOCATIONCHANGE:NumberEVENT_OBJECT_CREATE:NumberEVENT_OBJECT_DESTROY:Numberchildren:Arrayback_mc:MovieClipbutton_mc:MovieClipcontent:MovieClip_parent:MovieClip_onRelease:Function_clickHandler:Functionstatic accHooked:Booleanstatic 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.WindowAccImpl
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
function get_accState(childId:Number):Number
- Parameters
childId: Number - Return
- STATE : Number
function accLocation(childId:Number):Number
- Parameters
childId: Number - Return
- Location : Number
static function hookAccessibility():BooleanStatic Method for swapping the createAccessibilityImplementation method of Window with WindowAccImpl class