| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object
|
+--mx.accessibility.AccImpl
|
+--mx.accessibility.DataGridAccImpl
Field Summary | ||
| __vPosition: Number | ||
| variables from the main ScrollSelectList class. | ||
| _editField: Function | ||
| _selectRow: Function | ||
| _setFocusedCell: Function | ||
| static | accessibilityHooked: Boolean | |
| static variable pointing to the hookAccessibility Method. | ||
| children: Array | ||
| children array for getting childIds | ||
| columns: Array | ||
| editable: Boolean | ||
| enabled: Boolean | ||
| EVENT_OBJECT_SELECTION: Number | ||
| EVENT_OBJECT_SELECTIONADD: Number | ||
| EVENT_OBJECT_SELECTIONREMOVE: Number | ||
| EVENT_OBJECT_SELECTIONWITHIN: Number | ||
| getColumnCount: Function | ||
| getColumnIndex: Function | ||
| getColumnNames: Function | ||
| getFocusedCell: Function | ||
| isSelected: Function | ||
| Define functions which would point to main class functions | ||
| master: Object | ||
| multipleSelection: Boolean | ||
| owner: Object | ||
| in d336, we need to do this to force the datagrid to be created before the accimpl | ||
| ROLE: Number | ||
| ROLE_SYSTEM_CELL: Number | ||
| ROLE_SYSTEM_COLUMNHEADER: Number | ||
| ROLE_SYSTEM_LISTITEM: Number | ||
| ROLE_SYSTEM_ROW: Number | ||
| STATE_SYSTEM_INVISIBLE: Number | ||
| STATE_SYSTEM_OFFSCREEN: Number | ||
| STATE_SYSTEM_SELECTABLE: Number | ||
| STATE_SYSTEM_SELECTED: Number | ||
| STATE_SYSTEM_UNAVAILABLE: Number | ||
| define all the states ListItems can have according to MSAA | ||
| ||
| ||
Constructor | ||
| DataGridAccImpl ( master: Object) | ||
Method Summary | ||
| accLocation ( childId: Number ): Number | ||
| createAccessibilityImplementation ( ) | ||
| Method for creating Accessibility class. | ||
| editField ( index, colName, data ) | ||
| function onSetFocus() { } over riding main class functions for emiting events | ||
| 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_accFocus ( ): Number | ||
| get_accName ( childId: Number ): String | ||
| get_accRole ( childId: Number ): Number | ||
| Returns the System ROLE for the component | ||
| get_accSelection ( ): Array | ||
| get_accState ( childId: Number ): Number | ||
| getChildIdArray ( ): Array | ||
| static | hookAccessibility ( ): Boolean | |
| Static Method for swapping the createAccessibilityImplementation method of DataGrid with DataGridAccImpl class | ||
| selectRow ( rowIndex: Number ): String | ||
| setFocusedCell ( coord, broadCast ) | ||
| ||
| ||
| var __vPosition: Number |
| variables from the main ScrollSelectList class. Defining to compile |
| var _editField: Function |
| var _selectRow: Function |
| var _setFocusedCell: Function |
| static var accessibilityHooked: Boolean |
| static variable pointing to the hookAccessibility Method. This is used for initializing DataGridAccImpl class before createAccessibilityImplementation method call from UIObject |
| var children: Array |
| children array for getting childIds |
| var columns: Array |
| var editable: Boolean |
| var enabled: Boolean |
| var EVENT_OBJECT_SELECTION: Number |
| var EVENT_OBJECT_SELECTIONADD: Number |
| var EVENT_OBJECT_SELECTIONREMOVE: Number |
| var EVENT_OBJECT_SELECTIONWITHIN: Number |
| var getColumnCount: Function |
| var getColumnIndex: Function |
| var getColumnNames: Function |
| var getFocusedCell: Function |
| var isSelected: Function |
| Define functions which would point to main class functions |
| var master: Object |
| var multipleSelection: Boolean |
| var owner: Object |
| in d336, we need to do this to force the datagrid to be created before the accimpl |
| var ROLE: Number |
| var ROLE_SYSTEM_CELL: Number |
| var ROLE_SYSTEM_COLUMNHEADER: Number |
| var ROLE_SYSTEM_LISTITEM: Number |
| var ROLE_SYSTEM_ROW: Number |
| var STATE_SYSTEM_INVISIBLE: Number |
| var STATE_SYSTEM_OFFSCREEN: Number |
| var STATE_SYSTEM_SELECTABLE: Number |
| var STATE_SYSTEM_SELECTED: Number |
| var STATE_SYSTEM_UNAVAILABLE: Number |
| define all the states ListItems can have according to MSAA |
|
|
|
|
| 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 |
|
| function onSetFocus() { } over riding main class functions for emiting events |
|
| Method call for enabling accessibility for a component This method is required for compiler to activate the accessibility classes for a component |
|
|
|
|
|
|
| Returns the System ROLE for the component | |||
|
|
|
|
|
|
|
|
| Static Method for swapping the createAccessibilityImplementation method of DataGrid with DataGridAccImpl class |
|
|