Class mx.accessibility.AccImpl

Object
   +--mx.accessibility.AccImpl

Description

The base class for accessibility in components. AccImpl supports System ROLES, Object based EVENTS and STATES.

Field Index

_accImpl, master, ROLE, STATE_SYSTEM_NORMAL, stub
Inherited from Object
__proto__, constructor, prototype

Method Index

new AccImpl()

get_accRole()
Inherited from Object
addProperty(), hasOwnProperty(), isPropertyEnumerable(), isPrototypeOf(), registerClass(), toLocaleString(), toString(), unwatch(), valueOf(), watch()

Constructor Detail

AccImpl

function AccImpl(m:
Object)

Field Detail

master

master:Object

stub

stub:Boolean

ROLE

ROLE:Number

STATE_SYSTEM_NORMAL

STATE_SYSTEM_NORMAL:Number

_accImpl

_accImpl:Object

Method Detail

get_accRole

function get_accRole(childId:
String):Number
Returns the System ROLE for the component
Parameters
childId : String
Return
ROLE : Number @tiptext Returns the system ROLE for the component @helpid 3000