Packagemx.accessibility
Classpublic class ListBaseAccImpl
InheritanceListBaseAccImpl Inheritance AccImpl
Subclasses DataGridAccImpl, ListAccImpl, MenuAccImpl

The ListBaseAccImpl class is the accessibility class for ListBase. Since List inherits from ListBase, this class is used in ListAccImpl as well.



Protected Properties
 PropertyDefined By
 InheritedeventsToHandle : Array
[read-only] 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.
ListBaseAccImpl
  
[static] Method call for enabling accessibility for a component.
ListBaseAccImpl
Protected Methods
 MethodDefined By
 Inherited
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
ListBaseAccImpl()Constructor
public function ListBaseAccImpl(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.





 

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/ListBaseAccImpl.html