Packagemx.accessibility
Classpublic class ComboBaseAccImpl
InheritanceComboBaseAccImpl Inheritance AccImpl Inheritance flash.accessibility.AccessibilityImplementation
SubclassesDropDownColorPickerAccImpl

Review Needed

The ComboBaseAccImpl class is the accessibility class for ComboBase. Since ComboBox inherits from ComboBase, this class is inherited by ComboBoxAccImpl.



Protected Properties
 PropertyDefined by
 InheritedeventsToHandle : Array
All subclasses must override this function by returning an array of strings of the events to listen for.
AccImpl
 Inheritedmaster : UIComponent
A reference to the UIComponent instance that this AccImpl instance is making accessible.
AccImpl
 Inheritedrole : uint
Accessibility Role of the component being made accessible.
AccImpl
Public Methods
 MethodDefined by
  
Constructor.
ComboBaseAccImpl
  
[static] Method call for enabling accessibility for a component.
ComboBaseAccImpl
Protected Methods
 MethodDefined by
 Inherited
eventHandler(event:Event):void
Generic event handler.
AccImpl
 Inherited
getName(childID:uint):String
Returns the name of the accessible component.
AccImpl
 Inherited
getState(childID:uint):uint
Utility method determines state of the accessible component.
AccImpl
Constructor detail
ComboBaseAccImpl()constructor
public function ComboBaseAccImpl(master:UIComponent)

Constructor.

Parameters
master:UIComponent — The UIComponent instance that this AccImpl instance is making accessible.
Method detail
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.