Packagemx.accessibility
Classpublic class MenuBarAccImpl
InheritanceMenuBarAccImpl Inheritance AccImpl

The MenuBarAccImpl class is the accessibility class for MenuBar.



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.
MenuBarAccImpl
  
[static] Method call for enabling accessibility for a component.
MenuBarAccImpl
  
get_accRole(childID:uint):uint
Gets the role for the component.
MenuBarAccImpl
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
MenuBarAccImpl()Constructor
public function MenuBarAccImpl(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.

get_accRole()method 
public override function get_accRole(childID:uint):uint

Gets the role for the component.

Parameters

childID:uint — uint

Returns
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/MenuBarAccImpl.html