Pakket | mx.accessibility |
Klasse | public class UIComponentAccProps |
Overerving | UIComponentAccProps AccessibilityProperties Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Openbare eigenschappen
Beschermde eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
master : UIComponent
A reference to the UIComponent itself. | UIComponentAccProps |
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
UIComponentAccProps(component:UIComponent)
Constructor. | UIComponentAccProps | ||
[statisch]
Enables accessibility in the UIComponent class. | UIComponentAccProps | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
Beschermde methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
Generic event handler. | UIComponentAccProps |
Eigenschapdetails
master | eigenschap |
protected var master:UIComponent
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
A reference to the UIComponent itself.
Constructordetails
UIComponentAccProps | () | Constructor |
public function UIComponentAccProps(component:UIComponent)
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Constructor.
Parameterscomponent:UIComponent — The UIComponent instance that this
AccessibilityProperties instance is making accessible.
|
Methodedetails
enableAccessibility | () | methode |
public static function enableAccessibility():void
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | 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 | () | methode |
Wed Jun 13 2018, 11:42 AM Z