Main Page | Packages | Class Tree | Index | Help

mx.accessibility

class AccImpl

Object
  |
  +--mx.accessibility.AccImpl

All Known Subclasses: ComboBaseAccImpl, DataGridAccImpl, LabelAccImpl, ScrollSelectListAccImpl, SimpleButtonAccImpl, WindowAccImpl

class AccImpl
extends Object

The base class for accessibility in components.

AccImpl supports System ROLES, Object based EVENTS and STATES.



Field Summary


_accImpl: Object
this is never filled out but is needed by the createAccessibilityImplementation method in order to compile correctly.


master: Object
pointer to the component itself


ROLE: Number



STATE_SYSTEM_NORMAL: Number
this is a default state for all the components


stub: Boolean


Fields inherited from class Object

__proto__, constructor, prototype

Constructor


AccImpl ( m: Object)


Method Summary


get_accRole ( childId: String ): Number
Returns the System ROLE for the component

Methods inherited from class Object

addProperty, hasOwnProperty, isPropertyEnumerable, isPrototypeOf, registerClass, toLocaleString, toString, unwatch, valueOf, watch



Field Documentation

_accImpl

var _accImpl: Object
this is never filled out but is needed by the createAccessibilityImplementation method in order to compile correctly.

master

var master: Object
pointer to the component itself

ROLE

var ROLE: Number

STATE_SYSTEM_NORMAL

var STATE_SYSTEM_NORMAL: Number
this is a default state for all the components

stub

var stub: Boolean

Constructor Documentation

AccImpl

function AccImpl(m: Object)

Method Documentation

get_accRole

function get_accRole(childId: String): Number
Returns the System ROLE for the component

Parameters:
childId
: String
Returns:
ROLE : Number


The documentation was generated from the following file:


Copyright © 1997-2005 Macromedia, Inc. All rights reserved. Generated with AS2Doc