| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object | +--mx.accessibility.AccImpl
Field Summary | ||
| _accImpl: Object | ||
| this is never filled out but is needed by the createAccessibilityImplementation method in order to compile correctly. | ||
| master: Object | ||
| pointer to the component itself | ||
| ROLE: Number | ||
| STATE_SYSTEM_NORMAL: Number | ||
| this is a default state for all the components | ||
| stub: Boolean | ||
| ||
Constructor | ||
| AccImpl ( m: Object) | ||
Method Summary | ||
| get_accRole ( childId: String ): Number | ||
| Returns the System ROLE for the component | ||
| ||
| var _accImpl: Object |
| this is never filled out but is needed by the createAccessibilityImplementation method in order to compile correctly. |
| var master: Object |
| pointer to the component itself |
| var ROLE: Number |
| var STATE_SYSTEM_NORMAL: Number |
| this is a default state for all the components |
| var stub: Boolean |
|
|
| Returns the System ROLE for the component | |||
|