Main Page | Packages | Class Tree | Index | Help

mx.accessibility

class ListAccImpl

Object
  |
  +--mx.accessibility.AccImpl
        |
        +--mx.accessibility.ScrollSelectListAccImpl
              |
              +--mx.accessibility.ListAccImpl


class ListAccImpl
extends ScrollSelectListAccImpl

This is the accessibility class for List.

If accessibility has to be enabled in a List, the following code should be written in the first frame of the FLA file import mx.accessibility.ListAccImpl; ListAccImpl.enableAccessibility();



Field Summary

static
accessibilityHooked: Boolean
static variable pointing to the hookAccessibility Method.


master: Object



owner: Object


Fields inherited from class mx.accessibility.ScrollSelectListAccImpl

__vPosition, _addItemAt, _removeAll, _removeItemAt, _selectRow, accessibilityHooked, children, enabled, EVENT_OBJECT_SELECTION, EVENT_OBJECT_SELECTIONADD, EVENT_OBJECT_SELECTIONREMOVE, EVENT_OBJECT_SELECTIONWITHIN, isSelected, multipleSelection, owner, ROLE, ROLE_SYSTEM_LISTITEM, STATE_SYSTEM_INVISIBLE, STATE_SYSTEM_OFFSCREEN, STATE_SYSTEM_SELECTABLE, STATE_SYSTEM_SELECTED, STATE_SYSTEM_UNAVAILABLE

Fields inherited from class mx.accessibility.AccImpl

_accImpl, master, ROLE, STATE_SYSTEM_NORMAL, stub

Fields inherited from class Object

__proto__, constructor, prototype

Constructor


ListAccImpl ( master: Object)


Method Summary


createAccessibilityImplementation ( )
Method for creating Accessibility class.

static
enableAccessibility ( )
Method call for enabling accessibility for a component This method is required for compiler to activate the accessibility classes for a component

static
hookAccessibility ( ): Boolean
Static Method for swapping the createAccessibilityImplementation method of List with ListAccImpl class

Methods inherited from class mx.accessibility.ScrollSelectListAccImpl

accLocation, addItemAt, createAccessibilityImplementation, enableAccessibility, get_accFocus, get_accName, get_accRole, get_accSelection, get_accState, getChildIdArray, hookAccessibility, removeAll, removeItemAt, selectRow

Methods inherited from class mx.accessibility.AccImpl

get_accRole

Methods inherited from class Object

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



Field Documentation

accessibilityHooked

static var accessibilityHooked: Boolean
static variable pointing to the hookAccessibility Method.

This is used for initializing ListAccImpl class before createAccessibilityImplementation method call from UIObject

master

var master: Object

owner

var owner: Object

Constructor Documentation

ListAccImpl

function ListAccImpl(master: Object)

Method Documentation

createAccessibilityImplementation

function createAccessibilityImplementation()
Method for creating Accessibility class.

This method is called from UIObject. Accessibility enabling code should be already written in the first frame of the FLA before this method is called

Overrides:

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

Overrides:

See also:

hookAccessibility

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

Overrides:


The documentation was generated from the following file:


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