Class mx.accessibility.ComboBaseAccImpl

Object
   +--mx.accessibility.AccImpl
      +--mx.accessibility.ComboBaseAccImpl

Description

Field Index

_setSelectedIndex, _setText, accessibilityHooked, EVENT_OBJECT_SELECTION, EVENT_OBJECT_VALUECHANGE, master, owner, ROLE, ROLE_SYSTEM_LISTITEM
Inherited from AccImpl
_accImpl, master, ROLE, STATE_SYSTEM_NORMAL, stub
Inherited from Object
__proto__, constructor, prototype

Method Index

new ComboBaseAccImpl()

createAccessibilityImplementation(), enableAccessibility(), get_accRole(), get_accSelection(), get_accValue(), getChildIdArray(), hookAccessibility(), setSelectedIndex(), setText()
Inherited from AccImpl
Inherited from Object
addProperty(), hasOwnProperty(), isPropertyEnumerable(), isPrototypeOf(), registerClass(), toLocaleString(), toString(), unwatch(), valueOf(), watch()

Constructor Detail

ComboBaseAccImpl

function ComboBaseAccImpl(master:
Object)

Field Detail

master

master:Object

ROLE

ROLE:Number

ROLE_SYSTEM_LISTITEM

ROLE_SYSTEM_LISTITEM:Number

EVENT_OBJECT_VALUECHANGE

EVENT_OBJECT_VALUECHANGE:Number

EVENT_OBJECT_SELECTION

EVENT_OBJECT_SELECTION:Number

owner

owner:Object

_setText

_setText:Function

_setSelectedIndex

_setSelectedIndex:Function

accessibilityHooked

static accessibilityHooked: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

createAccessibilityImplementation

function createAccessibilityImplementation()

get_accRole

function get_accRole(childId:
Number):Number
See Also

get_accRole

getChildIdArray

function getChildIdArray():
Array
Return
Array

get_accValue

function get_accValue(childId:
Number)
Parameters
childId : Number
Return
Value : String

get_accSelection

function get_accSelection():
Array
Return
childId : Number

setSelectedIndex

function setSelectedIndex(v:
Number)

setText

function setText(t:
String)

hookAccessibility

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