| Package | mx.accessibility |
| Class | public class AccImpl |
| Inheritance | AccImpl flash.accessibility.AccessibilityImplementation |
| Subclasses | ComboBaseAccImpl, IPv4AddressInputAccImpl, TimeInputAccImpl, TimeStepperAccImpl |
| 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
Review needed.
Accessibility Role of the component being made accessible.
| AccImpl | ||
| Method | Defined by | ||
|---|---|---|---|
|
AccImpl(master:UIComponent)
Constructor.
| AccImpl | ||
|
enableAccessibility():void
[static]
Method call for enabling accessibility for a component.
| AccImpl | ||
| Method | Defined by | ||
|---|---|---|---|
|
eventHandler(event:Event):void
Generic event handler.
| AccImpl | ||
|
getName(childID:uint):String
Returns the name of the accessible component.
| AccImpl | ||
|
getState(childID:uint):uint
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.
Implementation protected function get eventsToHandle():Array
| master | property |
protected var master:UIComponentA 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():voidMethod 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):voidGeneric event handler. All AccImpl subclasses must implement this to listen for events from its master component.
Parametersevent:Event |
| getName | () | method |
protected function getName(childID:uint):StringReturns the name of the accessible component. All subclasses must implement this instead of implementing get_accName.
ParameterschildID:uint |
String |
| getState | () | method |
protected function getState(childID:uint):uintUtility method determines state of the accessible component.
ParameterschildID:uint |
uint |