Main Page | Packages | Class Tree | Index | Help

mx.accessibility

class SimpleButtonAccImpl

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

All Known Subclasses: ButtonAccImpl

class SimpleButtonAccImpl
extends AccImpl



Field Summary


_onRelease: Function
have to define all internal variables on SimpleButton in order for the overriding functions to compile.


_setLabel: Function


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


EVENT_OBJECT_NAMECHANGE: Number
MSAA events and states for Button


EVENT_OBJECT_STATECHANGE: Number



owner: Object



ROLE: Number
MSAA role value for Button


STATE_SYSTEM_PRESSED: Number


Fields inherited from class mx.accessibility.AccImpl

_accImpl, master, ROLE, STATE_SYSTEM_NORMAL, stub

Fields inherited from class Object

__proto__, constructor, prototype

Constructor


SimpleButtonAccImpl ( m: Object)


Method Summary


accDoDefaultAction ( childId: Number )



createAccessibilityImplementation ( )


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


get_accDefaultAction ( childId: Number ): String



get_accName ( childId: Number ): String



get_accState ( childId: Number ): Number


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


onRelease ( )
Over riding functions for emitting Accessibility events.


setLabel ( label: String )


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

_onRelease

var _onRelease: Function
have to define all internal variables on SimpleButton in order for the overriding functions to compile.

_setLabel

var _setLabel: Function

accessibilityHooked

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

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

EVENT_OBJECT_NAMECHANGE

var EVENT_OBJECT_NAMECHANGE: Number
MSAA events and states for Button

EVENT_OBJECT_STATECHANGE

var EVENT_OBJECT_STATECHANGE: Number

owner

var owner: Object

ROLE

var ROLE: Number
MSAA role value for Button

STATE_SYSTEM_PRESSED

var STATE_SYSTEM_PRESSED: Number

Constructor Documentation

SimpleButtonAccImpl

function SimpleButtonAccImpl(m: Object)

Method Documentation

accDoDefaultAction

function accDoDefaultAction(childId: Number)
Parameters:
childId
: Number

createAccessibilityImplementation

function createAccessibilityImplementation()

enableAccessibility

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

get_accDefaultAction

function get_accDefaultAction(childId: Number): String
Parameters:
childId
: Number
Returns:
DefaultAction : String

get_accName

function get_accName(childId: Number): String
Parameters:
childId
: Number
Returns:
Name : String

get_accState

function get_accState(childId: Number): Number
Parameters:
childId
: Number
Returns:
STATE : Number

hookAccessibility

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

onRelease

function onRelease()
Over riding functions for emitting Accessibility events.

setLabel

function setLabel(label: String)

The documentation was generated from the following file:


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