Main Page | Packages | Class Tree | Index | Help

mx.accessibility

class ComboBaseAccImpl

Object
  |
  +--mx.accessibility.AccImpl
        |
        +--mx.accessibility.ComboBaseAccImpl

All Known Subclasses: ComboBoxAccImpl

class ComboBaseAccImpl
extends AccImpl



Field Summary


_setSelectedIndex: Function



_setText: Function
Define functions which would point to main class functions

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


EVENT_OBJECT_SELECTION: Number



EVENT_OBJECT_VALUECHANGE: Number



master: Object



owner: Object



ROLE: Number
Define all acessibility variables and values


ROLE_SYSTEM_LISTITEM: Number


Fields inherited from class mx.accessibility.AccImpl

_accImpl, master, ROLE, STATE_SYSTEM_NORMAL, stub

Fields inherited from class Object

__proto__, constructor, prototype

Constructor


ComboBaseAccImpl ( master: Object)


Method Summary


createAccessibilityImplementation ( )


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


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


get_accSelection ( ): Array



get_accValue ( childId: Number )



getChildIdArray ( ): Array


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


setSelectedIndex ( v: Number )
over riding main class functions for emiting events


setText ( t: String )
over riding main class functions for emiting events

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

_setSelectedIndex

var _setSelectedIndex: Function

_setText

var _setText: Function
Define functions which would point to main class functions

accessibilityHooked

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

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

EVENT_OBJECT_SELECTION

var EVENT_OBJECT_SELECTION: Number

EVENT_OBJECT_VALUECHANGE

var EVENT_OBJECT_VALUECHANGE: Number

master

var master: Object

owner

var owner: Object

ROLE

var ROLE: Number
Define all acessibility variables and values

ROLE_SYSTEM_LISTITEM

var ROLE_SYSTEM_LISTITEM: Number

Constructor Documentation

ComboBaseAccImpl

function ComboBaseAccImpl(master: Object)

Method Documentation

createAccessibilityImplementation

function createAccessibilityImplementation()

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

get_accRole

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

Overrides:

Parameters:
childId
: String
Returns:
ROLE : 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

hookAccessibility

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

setSelectedIndex

function setSelectedIndex(v: Number)
over riding main class functions for emiting events

setText

function setText(t: String)
over riding main class functions for emiting events


The documentation was generated from the following file:


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