Package | spark.accessibility |
Class | public class ListBaseAccImpl |
Inheritance | ListBaseAccImpl AccImpl flash.accessibility.AccessibilityImplementation |
Subclasses | ButtonBarBaseAccImpl, DataGridAccImpl, DropDownListBaseAccImpl, ListAccImpl |
Language Version : | ActionScript 3.0 |
Product Version : | Flex 4 |
Runtime Versions : | Flash Player 10, AIR 1.5 |
Please see the documentation of these classes for more information about how the Spark components List, DropDownList, ComboBox, ButtonBar, and TabBar implement accessibility.
See also
Method | Defined By | ||
---|---|---|---|
ListBaseAccImpl(master:UIComponent)
Constructor. | ListBaseAccImpl | ||
enableAccessibility():void [static]
Enables accessibility in the ListBase class. | ListBaseAccImpl | ||
getFormName(component:UIComponent):String [static]
Method for supporting Form Accessibility. | AccImpl | ||
isAncestorDisabled(component:UIComponent):Boolean [static]
Returns true if an ancestor of the component has enabled set to false. | AccImpl |
ListBaseAccImpl | () | Constructor |
public function ListBaseAccImpl(master:UIComponent)
Language Version : | ActionScript 3.0 |
Product Version : | Flex 4 |
Runtime Versions : | Flash Player 10, AIR 1.5 |
Constructor.
Parametersmaster:UIComponent — The UIComponent instance that this AccImpl instance
is making accessible.
|
enableAccessibility | () | method |
public static function enableAccessibility():void
Language Version : | ActionScript 3.0 |
Product Version : | Flex 4 |
Runtime Versions : | Flash Player 10, AIR 1.5 |
Enables accessibility in the ListBase class.
This method is called by application startup code
that is autogenerated by the MXML compiler.
Afterwards, when instances of ListBase are initialized,
their accessibilityImplementation
property
will be set to an instance of this class.