Class mx.accessibility.ComboBaseAccImpl
Object
+--mx.accessibility.AccImpl
+--mx.accessibility.ComboBaseAccImplField 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
ROLE
ROLE_SYSTEM_LISTITEM
EVENT_OBJECT_VALUECHANGE
EVENT_OBJECT_VALUECHANGE:NumberEVENT_OBJECT_SELECTION
owner
_setText
_setSelectedIndex
accessibilityHooked
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
- 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