| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object
|
+--mx.accessibility.AccImpl
|
+--mx.accessibility.ComboBaseAccImpl
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 | ||
| ||
| ||
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 | ||
| ||
| ||
| var _setSelectedIndex: Function |
| var _setText: Function |
| Define functions which would point to main class functions |
| static var accessibilityHooked: Boolean |
| static variable pointing to the hookAccessibility Method. This is used for initializing ComboBaseAccImpl class before createAccessibilityImplementation method call from UIObject |
| var EVENT_OBJECT_SELECTION: Number |
| var EVENT_OBJECT_VALUECHANGE: Number |
| var master: Object |
| var owner: Object |
| var ROLE: Number |
| Define all acessibility variables and values |
| var ROLE_SYSTEM_LISTITEM: Number |
|
|
|
| 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 ComboBase with ComboBaseAccImpl class |
|
| over riding main class functions for emiting events |
|
| over riding main class functions for emiting events |