Adobe® Flex® 4 Language Reference
Hide Packages and Classes List |  Packages  |  Classes  |  Index  |  Appendixes
mx.accessibility 
UIComponentAccProps 
Packagemx.accessibility
Classpublic class UIComponentAccProps
InheritanceUIComponentAccProps Inheritance AccessibilityProperties Inheritance Object

Language Version: ActionScript 3.0
Product Version: Flex 3
Runtime Versions: Flash Player 9, AIR 1.1

UIComponentAccProps is a subclass of AccessibilityProperties for use by various UIComponents. It is used to provide accessibility to Form, ToolTip, and 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.
UIComponentAccProps
Public Methods
 MethodDefined By
  
Constructor.
UIComponentAccProps
  
[static] Enables accessibility in the UIComponent class.
UIComponentAccProps
 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 this object, formatted according to locale-specific conventions.
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.
UIComponentAccProps
Property Detail

master

property
protected var master:UIComponent

Language Version: ActionScript 3.0
Product Version: Flex 3
Runtime Versions: Flash Player 9, AIR 1.1

A reference to the UIComponent itself.

Constructor Detail

UIComponentAccProps

()Constructor
public function UIComponentAccProps(component:UIComponent)

Language Version: ActionScript 3.0
Product Version: Flex 3
Runtime Versions: Flash Player 9, AIR 1.1

Constructor.

Parameters
component:UIComponent — The UIComponent instance that this AccessibilityProperties instance is making accessible.
Method Detail

enableAccessibility

()method
public static function enableAccessibility():void

Language Version: ActionScript 3.0
Product Version: Flex 3
Runtime Versions: Flash Player 9, AIR 1.1

Enables accessibility in the UIComponent class.

This method is called by application startup code that is autogenerated by the MXML compiler. Afterwards, when instances of UIComponent are initialized, their accessibilityProperties property will be set to an instance of this class.

eventHandler

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

Language Version: ActionScript 3.0
Product Version: Flex 3
Runtime Versions: Flash Player 9, AIR 1.1

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

Parameters

event:Event