Package | mx.accessibility |
Class | public class SliderAccImpl |
Inheritance | SliderAccImpl AccImpl flash.accessibility.AccessibilityImplementation |
Language Version : | ActionScript 3.0 |
Product Version : | Flex 3 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Method | Defined By | ||
---|---|---|---|
SliderAccImpl(master:UIComponent)
Constructor. | SliderAccImpl | ||
enableAccessibility():void [static]
Enables accessibility in the Slider class. | SliderAccImpl | ||
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 |
Method | Defined By | ||
---|---|---|---|
eventHandler(event:Event):void
Generic event handler. | AccImpl | ||
getName(childID:uint):String
Returns the name of the accessible component. | AccImpl | ||
getState(childID:uint):uint [override]
Utility method determines state of the accessible component. | SliderAccImpl |
SliderAccImpl | () | Constructor |
public function SliderAccImpl(master:UIComponent)
Language Version : | ActionScript 3.0 |
Product Version : | Flex 3 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
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 3 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Enables accessibility in the Slider class.
This method is called by application startup code
that is autogenerated by the MXML compiler.
Afterwards, when instances of Slider are initialized,
their accessibilityImplementation
property
will be set to an instance of this class.
getState | () | method |
override protected function getState(childID:uint):uint
Language Version : | ActionScript 3.0 |
Product Version : | Flex 3 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Utility method determines state of the accessible component.
Parameters
childID:uint |
uint |