Package | mx.accessibility |
Class | public class UIComponentAccProps |
Inheritance | UIComponentAccProps AccessibilityProperties Object |
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Public Properties
Protected Properties
Property | Defined By | ||
---|---|---|---|
master : UIComponent
A reference to the UIComponent itself. | UIComponentAccProps |
Public Methods
Method | Defined By | ||
---|---|---|---|
UIComponentAccProps(component:UIComponent)
Constructor. | UIComponentAccProps | ||
[static]
Enables accessibility in the UIComponent class. | UIComponentAccProps | ||
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
Returns the primitive value of the specified object. | Object |
Protected Methods
Method | Defined 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.
Parameterscomponent: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 |
Thu Dec 6 2018, 01:12 PM -08:00