Paket | mx.automation.delegates.controls |
Sınıf | public class TreeAutomationImpl |
Miras Alma | TreeAutomationImpl ListAutomationImpl ListBaseAutomationImpl ScrollControlBaseAutomationImpl UIComponentAutomationImpl EventDispatcher Object |
Alt Sınıflar | FileSystemTreeAutomationImpl |
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. | TreeAutomationImpl | ||
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 | ||
uiComponent : DisplayObject
Returns the component instance associated with this delegate instance. | UIComponentAutomationImpl |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
Constructor. | TreeAutomationImpl | ||
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. | TreeAutomationImpl | ||
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ı
automationTabularData | özellik |
automationTabularData:Object
[salt okunur] [geçersiz kıl] 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 matrix of the automationValues of each item in the grid. The return value is an array of rows, each of which is an array of item renderers (row-major).
Uygulama
override public function get automationTabularData():Object
Yapıcı Ayrıntı
TreeAutomationImpl | () | Yapıcı |
public function TreeAutomationImpl(obj:mx.controls:Tree)
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.
Parametrelerobj:mx.controls:Tree — Tree object to be automated.
|
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