| Package | mx.accessibility |
| Class | public class AccImpl |
| Subclasses | AccordionHeaderAccImpl, ButtonAccImpl, ComboBaseAccImpl, DateChooserAccImpl, DateFieldAccImpl, ListBaseAccImpl, MenuBarAccImpl, PanelAccImpl, TabBarAccImpl, TreeAccImpl |
| Property | Defined By | ||
|---|---|---|---|
| eventsToHandle : Array
[read-only]
All subclasses must override this function by returning an array
of strings of the events to listen for.
| AccImpl | ||
| master : UIComponent
A reference to the UIComponent instance that this AccImpl instance
is making accessible.
| AccImpl | ||
| role : uint
Accessibility Role of the component being made accessible.
| AccImpl | ||
| Method | Defined By | ||
|---|---|---|---|
|
AccImpl(master:UIComponent)
Constructor.
| AccImpl | ||
|
[static]
Method call for enabling accessibility for a component.
| AccImpl | ||
| Method | Defined By | ||
|---|---|---|---|
|
Generic event handler.
| AccImpl | ||
|
Returns the name of the accessible component.
| AccImpl | ||
|
Utility method determines state of the accessible component.
| AccImpl | ||
| eventsToHandle | property |
eventsToHandle:Array [read-only] All subclasses must override this function by returning an array of strings of the events to listen for.
protected function get eventsToHandle():Array
| master | property |
protected var master:UIComponent
A reference to the UIComponent instance that this AccImpl instance is making accessible.
| role | property |
protected var role:uint
Accessibility Role of the component being made accessible.
| AccImpl | () | Constructor |
public function AccImpl(master:UIComponent)
Constructor.
Parametersmaster:UIComponent — The UIComponent instance that this AccImpl instance
is making accessible.
|
| enableAccessibility | () | method |
public static function enableAccessibility():void
Method call for enabling accessibility for a component. This method is required for the compiler to activate the accessibility classes for a component.
| eventHandler | () | method |
protected function eventHandler(event:Event):void
Generic event handler. All AccImpl subclasses must implement this to listen for events from its master component.
Parameters
event:Event |
| getName | () | method |
protected function getName(childID:uint):String
Returns the name of the accessible component. All subclasses must implement this instead of implementing get_accName.
Parameters
childID:uint |
String |
| getState | () | method |
protected function getState(childID:uint):uint
Utility method determines state of the accessible component.
Parameters
childID:uint |
uint |
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/common/langref/mx/accessibility/AccImpl.html