Packagemx.accessibility
Classpublic class ButtonAccImpl
InheritanceButtonAccImpl Inheritance AccImpl
Subclasses CheckBoxAccImpl, LinkButtonAccImpl

The ButtonAccImpl class is the accessibility class for Button. This AccImpl class is used in CheckBox and RadioButton, as these components extend the Button class.



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.
ButtonAccImpl
  
[static] Method call for enabling accessibility for a component.
ButtonAccImpl
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
ButtonAccImpl()Constructor
public function ButtonAccImpl(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/ButtonAccImpl.html