| Paket | mx.automation.delegates.flashflexkit |
| Sınıf | public class UIMovieClipAutomationImpl |
| Miras Alma | UIMovieClipAutomationImpl EventDispatcher Object |
| Uygular | IAutomationObject |
| Alt Sınıflar | ContainerMovieClipAutomationImpl, FlexContentHolderAutomationImpl |
| 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
| Özellik | Tanımlayan: | ||
|---|---|---|---|
| automationEnabled : Boolean [salt okunur] | UIMovieClipAutomationImpl | ||
| automationName : String
Name that can be used as an identifier for this object. | UIMovieClipAutomationImpl | ||
| automationOwner : DisplayObjectContainer [salt okunur] | UIMovieClipAutomationImpl | ||
| automationParent : DisplayObjectContainer [salt okunur] | UIMovieClipAutomationImpl | ||
| 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. | UIMovieClipAutomationImpl | ||
| automationVisible : Boolean [salt okunur] | UIMovieClipAutomationImpl | ||
![]() | constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | |
| movieClip : UIMovieClip
Returns the component instance associated with this delegate instance. | UIMovieClipAutomationImpl | ||
| Özellik | Tanımlayan: | ||
|---|---|---|---|
| resourceManager : IResourceManager
A reference to the object which manages all of the application's localized resources. | UIMovieClipAutomationImpl | ||
| Yöntem | Tanımlayan: | ||
|---|---|---|---|
Constructor. | UIMovieClipAutomationImpl | ||
![]() | 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. | UIMovieClipAutomationImpl | ||
![]() |
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 | |
![]() |
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 | |
| Yöntem | Tanımlayan: | ||
|---|---|---|---|
Sets up a automation synchronization with layout manager update complete event. | UIMovieClipAutomationImpl | ||
automationEnabled | özellik |
automationName | özellik |
automationOwner | özellik |
automationOwner:DisplayObjectContainer [salt okunur] Uygulama
public function get automationOwner():DisplayObjectContainerautomationParent | özellik |
automationParent:DisplayObjectContainer [salt okunur] Uygulama
public function get automationParent():DisplayObjectContainerautomationValue | özellik |
automationValue:Array [salt okunur] | 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 |
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.
Uygulama
public function get automationValue():ArrayautomationVisible | özellik |
movieClip | özellik |
movieClip:UIMovieClip| 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 |
Returns the component instance associated with this delegate instance.
Uygulama
public function get movieClip():UIMovieClip public function set movieClip(value:UIMovieClip):voidresourceManager | özellik |
protected var resourceManager:IResourceManager| 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 object which manages all of the application's localized resources.
UIMovieClipAutomationImpl | () | Yapıcı |
public function UIMovieClipAutomationImpl(obj:UIMovieClip)| 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:UIMovieClip — UIComponent object to be automated.
|
addLayoutCompleteSynchronization | () | yöntem |
protected function addLayoutCompleteSynchronization():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 |
Sets up a automation synchronization with layout manager update complete event. When certain actions are being replayed automation needs to wait before it can replay the next event. This wait is required to allow the framework to complete actions requested by the component. Normally a layout manager update complte event signals end of all updates. This method adds syncrhonization which gets signaled as complete when update_complete event is received.
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 — DisplayObject object representing the application root.
|
Tue Jun 12 2018, 01:09 PM Z
Miras Alınan Genel Özellikleri Gizle
Miras Alınan Genel Özellikleri Göster