Paket | mx.accessibility |
Sınıf | public class UIComponentAccProps |
Miras Alma | UIComponentAccProps AccessibilityProperties Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Korunan Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
master : UIComponent
A reference to the UIComponent itself. | UIComponentAccProps |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
UIComponentAccProps(component:UIComponent)
Constructor. | UIComponentAccProps | ||
[statik]
Enables accessibility in the UIComponent class. | UIComponentAccProps | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
Korunan Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
Generic event handler. | UIComponentAccProps |
Özellik Ayrıntısı
master | özellik |
protected var master:UIComponent
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
A reference to the UIComponent itself.
Yapıcı Ayrıntı
UIComponentAccProps | () | Yapıcı |
public function UIComponentAccProps(component:UIComponent)
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Constructor.
Parametrelercomponent:UIComponent — The UIComponent instance that this
AccessibilityProperties instance is making accessible.
|
Yöntem Ayrıntısı
enableAccessibility | () | yöntem |
public static function enableAccessibility():void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | 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 | () | yöntem |
Tue Jun 12 2018, 01:09 PM Z