ComboBaseAccImpl

Kind of class:class
Inherits from:AccImpl < Object
Known subclasses:
Classpath:mx.accessibility.ComboBaseAccImpl
File last modified:Tuesday, 18 December 2007, 15:44:37

Summary


Constructor
Class properties
Instance properties
Instance properties inherited from AccImpl
Class methods
Instance methods
Instance methods inherited from AccImpl

Constructor

ComboBaseAccImpl

function ComboBaseAccImpl (
master:Object)

Class properties

accessibilityHooked

static accessibilityHooked:Boolean = hookAccessibility()
(read)

Instance properties

_setSelectedIndex

_setSelectedIndex:Function
(read)

_setText

_setText:Function
(read)

EVENT_OBJECT_SELECTION

EVENT_OBJECT_SELECTION:Number = 0x8006
(read)

EVENT_OBJECT_VALUECHANGE

EVENT_OBJECT_VALUECHANGE:Number = 0x800e
(read)

master

master:Object
(read)

owner

owner:Object = ComboBase
(read)

ROLE

ROLE:Number = 0x2e
(read)

ROLE_SYSTEM_LISTITEM

ROLE_SYSTEM_LISTITEM:Number = 0x22
(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

hookAccessibility

static function hookAccessibility (
) : Boolean

Static Method for swapping the createAccessibilityImplementation method of ComboBase with ComboBaseAccImpl class

Instance methods

createAccessibilityImplementation

function createAccessibilityImplementation (
)

get_accRole

function get_accRole (
childId:Number) : Number

See also:
  • get_accRole

get_accSelection

function get_accSelection (
) : Array

Returns:
  • childId : Number

get_accValue

function get_accValue (
childId:Number)

Parameters:
childId:
Number
Returns:
  • Value : String

getChildIdArray

function getChildIdArray (
) : Array

Returns:
  • Array

setSelectedIndex

function setSelectedIndex (
v:Number)

setText

function setText (
t:String)