Paket | mx.automation.delegates.controls |
Sınıf | public class MenuAutomationImpl |
Miras Alma | MenuAutomationImpl ![]() ![]() ![]() ![]() ![]() ![]() |
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 |
İlgili API Öğeleri
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
![]() | automationEnabled : Boolean [salt okunur] | UIComponentAutomationImpl | |
![]() | automationName : String
Name that can be used as an identifier for this object. | UIComponentAutomationImpl | |
![]() | automationOwner : DisplayObjectContainer [salt okunur] | UIComponentAutomationImpl | |
![]() | automationParent : DisplayObjectContainer [salt okunur] | UIComponentAutomationImpl | |
![]() | automationTabularData : Object [geçersiz kıl] [salt okunur]
A matrix of the automationValues of each item in the grid. | ListAutomationImpl | |
![]() | automationValue : Array [salt okunur]
This value generally corresponds to the rendered appearance of the
object and should be usable for correlating the identifier with
the object as it appears visually within the application. | UIComponentAutomationImpl | |
![]() | automationVisible : Boolean [salt okunur] | UIComponentAutomationImpl | |
![]() | constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | |
showHideFromKeys : Boolean = false
Flag indicating whehter to record the show event or not. | MenuAutomationImpl | ||
![]() | uiComponent : DisplayObject
Returns the component instance associated with this delegate instance. | UIComponentAutomationImpl |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
MenuAutomationImpl(obj:Menu)
Constructor. | MenuAutomationImpl | ||
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
EventDispatcher nesnesi olan bir olay dinleyici nesnesini, dinleyicinin bir olayın bildirimini alması için kaydeder. | EventDispatcher | |
![]() |
Olay akışına bir olay gönderir. | EventDispatcher | |
![]() |
EventDispatcher nesnesinin belirli bir olay türü için kayıtlı dinleyicisi olup olmadığını kontrol eder. | EventDispatcher | |
![]() |
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | |
[statik]
Registers the delegate class for a component class with automation manager. | MenuAutomationImpl | ||
![]() |
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 | |
![]() |
EventDispatcher nesnesinden bir dinleyiciyi kaldırır. | EventDispatcher | |
![]() | [geçersiz kıl]
Replays ScrollEvents. | ScrollControlBaseAutomationImpl | |
![]() |
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 | |
![]() |
Bir olay dinleyicisinin bu EventDispatcher nesnesiyle mi, yoksa onun belirtilen olay türüne yönelik üst öğelerinden biriyle mi kayıtlı olduğunu kontrol eder. | EventDispatcher |
Korunan Yöntemler
Olaylar
Özellik Ayrıntısı
showHideFromKeys | özellik |
public var showHideFromKeys:Boolean = false
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 |
Flag indicating whehter to record the show event or not. We should use triggerEvent property on MenuEvent.
Yapıcı Ayrıntı
MenuAutomationImpl | () | Yapıcı |
Yöntem Ayrıntısı
init | () | yöntem |
public static function init(root:DisplayObject):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 |
Registers the delegate class for a component class with automation manager.
Parametreler
root:DisplayObject — The SystemManger of the application.
|
Tue Jun 12 2018, 01:09 PM Z