Pacchetto | mx.accessibility |
Classe | public class UIComponentAccProps |
Ereditarietà | UIComponentAccProps AccessibilityProperties Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Proprietà pubbliche
Proprietà protette
Proprietà | Definito da | ||
---|---|---|---|
master : UIComponent
A reference to the UIComponent itself. | UIComponentAccProps |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
UIComponentAccProps(component:UIComponent)
Constructor. | UIComponentAccProps | ||
[statico]
Enables accessibility in the UIComponent class. | UIComponentAccProps | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Metodi protetti
Metodo | Definito da | ||
---|---|---|---|
Generic event handler. | UIComponentAccProps |
Descrizione delle proprietà
master | proprietà |
protected var master:UIComponent
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
A reference to the UIComponent itself.
Descrizione della funzione di costruzione
UIComponentAccProps | () | Funzione di costruzione |
public function UIComponentAccProps(component:UIComponent)
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Constructor.
Parametricomponent:UIComponent — The UIComponent instance that this
AccessibilityProperties instance is making accessible.
|
Descrizione dei metodi
enableAccessibility | () | metodo |
public static function enableAccessibility():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | 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 | () | metodo |
protected function eventHandler(event:Event):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Generic event handler. All UIComponentAccProps subclasses must implement this to listen for events from its master component.
Parametri
event:Event |
Tue Jun 12 2018, 02:44 PM Z