ScrollSelectListAccImpl
| Kind of class: | class |
|---|---|
| Inherits from: | AccImpl < Object |
| Known subclasses: | |
| Classpath: | mx.accessibility.ScrollSelectListAccImpl |
| File last modified: | Tuesday, 18 December 2007, 15:44:37 |
Summary
Constructor
- ScrollSelectListAccImpl (m:Object)
Class properties
- accessibilityHooked : Boolean
Instance properties
- owner : Object
- ROLE : Number
- ROLE_SYSTEM_LISTITEM : Number
- EVENT_OBJECT_SELECTION : Number
- EVENT_OBJECT_SELECTIONADD : Number
- EVENT_OBJECT_SELECTIONREMOVE : Number
- EVENT_OBJECT_SELECTIONWITHIN : Number
- STATE_SYSTEM_UNAVAILABLE : Number
- STATE_SYSTEM_SELECTED : Number
- STATE_SYSTEM_INVISIBLE : Number
- STATE_SYSTEM_OFFSCREEN : Number
- STATE_SYSTEM_SELECTABLE : Number
- _selectRow : Function
- defining functions which would be pointing to mainclass functions
- _removeAll : Function
- _removeItemAt : Function
- _addItemAt : Function
- isSelected : Function
- children : Array
- __vPosition : Number
- multipleSelection : Boolean
- enabled : Boolean
Class methods
- enableAccessibility
- hookAccessibility : Boolean
- Static Method for swapping the createAccessibilityImplementation method of ScrollSelectList with ScrollSelectListAccImpl class
Instance methods
- createAccessibilityImplementation
- get_accRole (childId:Number) : Number
- getChildIdArray : Array
- get_accName (childId:Number) : String
- get_accState (childId:Number) : Number
- accLocation (childId:Number) : Number
- get_accFocus : Number
- get_accSelection : Array
- selectRow (rowIndex:Number) : String
- addItemAt (index:Number, label, data) : Void
- removeItemAt (index:Number) : Void
- removeAll (Void) : Void
Instance methods inherited from AccImpl
Constructor
ScrollSelectListAccImpl
function ScrollSelectListAccImpl (
m:Object)
Class properties
accessibilityHooked
static accessibilityHooked:Boolean = hookAccessibility()
(read)
Instance properties
__vPosition
__vPosition:Number
(read)
_addItemAt
_addItemAt:Function
(read)
_removeAll
_removeAll:Function
(read)
_removeItemAt
_removeItemAt:Function
(read)
_selectRow
_selectRow:Function
(read)
defining functions which would be pointing to mainclass functions
children
children:Array
(read)
enabled
enabled:Boolean
(read)
EVENT_OBJECT_SELECTION
EVENT_OBJECT_SELECTION:Number = 0x8006
(read)
EVENT_OBJECT_SELECTIONADD
EVENT_OBJECT_SELECTIONADD:Number = 0x8007
(read)
EVENT_OBJECT_SELECTIONREMOVE
EVENT_OBJECT_SELECTIONREMOVE:Number = 0x8008
(read)
EVENT_OBJECT_SELECTIONWITHIN
EVENT_OBJECT_SELECTIONWITHIN:Number = 0x8009
(read)
isSelected
isSelected:Function
(read)
multipleSelection
multipleSelection:Boolean
(read)
owner
owner:Object = ScrollSelectList
(read)
ROLE
ROLE:Number = 0x21
(read)
ROLE_SYSTEM_LISTITEM
ROLE_SYSTEM_LISTITEM:Number = 0x22
(read)
STATE_SYSTEM_INVISIBLE
STATE_SYSTEM_INVISIBLE:Number = 0x00008000
(read)
STATE_SYSTEM_OFFSCREEN
STATE_SYSTEM_OFFSCREEN:Number = 0x00010000
(read)
STATE_SYSTEM_SELECTABLE
STATE_SYSTEM_SELECTABLE:Number = 0x00200000
(read)
STATE_SYSTEM_SELECTED
STATE_SYSTEM_SELECTED:Number = 0x00000002
(read)
STATE_SYSTEM_UNAVAILABLE
STATE_SYSTEM_UNAVAILABLE:Number = 0x00000001
(read)
Class methods
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
This method is required for compiler to activate the accessibility classes for a component
See also:
hookAccessibility
static function hookAccessibility (
) : Boolean
Static Method for swapping the createAccessibilityImplementation method of ScrollSelectList with ScrollSelectListAccImpl class
Instance methods
accLocation
function accLocation (
childId:Number) : Number
Parameters:
childId:
Number
Returns:
- Location : Number
addItemAt
function addItemAt (
index:Number,
label,
data) : Void
createAccessibilityImplementation
function createAccessibilityImplementation (
)
get_accFocus
function get_accFocus (
) : Number
Returns:
- childId : Number
get_accName
function get_accName (
childId:Number) : String
Parameters:
childId:
Number
Returns:
- Name : String
get_accRole
function get_accRole (
childId:Number) : Number
See also:
- get_accRole
get_accSelection
function get_accSelection (
) : Array
Returns:
- childId Array : Array
get_accState
function get_accState (
childId:Number) : Number
Parameters:
childId:
Number
Returns:
- STATE : Number
getChildIdArray
function getChildIdArray (
) : Array
Returns:
- Array
removeAll
function removeAll (
Void) : Void
removeItemAt
function removeItemAt (
index:Number) : Void
selectRow
function selectRow (
rowIndex:Number) : String