| Package | mx.accessibility |
| Class | public class UIComponentAccImpl |
| Inheritance | UIComponentAccImpl AccessibilityProperties Object |
| Property | Defined By | ||
|---|---|---|---|
| master : UIComponent
A reference to the UIComponent itself.
| UIComponentAccImpl | ||
| Method | Defined By | ||
|---|---|---|---|
|
UIComponentAccImpl(component:UIComponent)
Constructor.
| UIComponentAccImpl | ||
|
[static]
Method call for enabling accessibility for a component.
| UIComponentAccImpl | ||
|
[static]
Method for supporting Form Accessibility.
| UIComponentAccImpl | ||
![]() |
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 the specified object.
| Object | |
![]() |
Returns the primitive value of the specified object.
| Object | |
| Method | Defined By | ||
|---|---|---|---|
|
Generic event handler.
| UIComponentAccImpl | ||
| master | property |
protected var master:UIComponent
A reference to the UIComponent itself.
| UIComponentAccImpl | () | Constructor |
public function UIComponentAccImpl(component:UIComponent)
Constructor.
Parameterscomponent:UIComponent — The UIComponent instance that this AccImpl instance
is making accessible.
|
| 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 |
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