Packagemx.accessibility
Classpublic class UIComponentAccImpl
InheritanceUIComponentAccImpl Inheritance AccessibilityProperties Inheritance Object

The UIComponentAccImpl class is the accessibility class for UIComponent. It is used to provide accessibility to FormView, ToolTip & Error ToolTip.



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 Inheriteddescription : String
Provides a description for this display object in the accessible presentation.
AccessibilityProperties
 InheritedforceSimple : Boolean
If true, causes Flash® Player to exclude child objects within this display object from the accessible presentation.
AccessibilityProperties
 Inheritedname : String
Provides a name for this display object in the accessible presentation.
AccessibilityProperties
 InheritednoAutoLabeling : Boolean
If true, disables the Flash Player default auto-labeling system.
AccessibilityProperties
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
 Inheritedshortcut : String
Indicates a keyboard shortcut associated with this display object.
AccessibilityProperties
 Inheritedsilent : Boolean
If true, excludes this display object from accessible presentation.
AccessibilityProperties
Protected Properties
 PropertyDefined By
  master : UIComponent
A reference to the UIComponent itself.
UIComponentAccImpl
Public Methods
 MethodDefined By
  
Constructor.
UIComponentAccImpl
  
[static] Method call for enabling accessibility for a component.
UIComponentAccImpl
  
[static] Method for supporting Form Accessibility.
UIComponentAccImpl
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Protected Methods
 MethodDefined By
  
Generic event handler.
UIComponentAccImpl
Property Detail
masterproperty
protected var master:UIComponent

A reference to the UIComponent itself.

Constructor Detail
UIComponentAccImpl()Constructor
public function UIComponentAccImpl(component:UIComponent)

Constructor.

Parameters
component: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.

eventHandler()method 
protected function eventHandler(event:Event):void

Generic event handler. All UIComponentAccImpl subclasses must implement this to listen for events from its master component.

Parameters

event:Event

getFormName()method 
public static function getFormName(component:UIComponent):String

Method for supporting Form Accessibility.

Parameters

component:UIComponent

Returns
String




 

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