Pacote | mx.automation.delegates.flashflexkit |
Classe | public class UIMovieClipAutomationImpl |
Herança | UIMovieClipAutomationImpl EventDispatcher Object |
Implementações | IAutomationObject |
Subclasses | ContainerMovieClipAutomationImpl, FlexContentHolderAutomationImpl |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Elementos da API relacionados
Propriedade | Definido por | ||
---|---|---|---|
automationEnabled : Boolean [somente leitura] | UIMovieClipAutomationImpl | ||
automationName : String
Name that can be used as an identifier for this object. | UIMovieClipAutomationImpl | ||
automationOwner : DisplayObjectContainer [somente leitura] | UIMovieClipAutomationImpl | ||
automationParent : DisplayObjectContainer [somente leitura] | UIMovieClipAutomationImpl | ||
automationValue : Array [somente leitura]
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 [somente leitura] | UIMovieClipAutomationImpl | ||
constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | ||
movieClip : UIMovieClip
Returns the component instance associated with this delegate instance. | UIMovieClipAutomationImpl |
Propriedade | Definido por | ||
---|---|---|---|
resourceManager : IResourceManager
A reference to the object which manages all of the application's localized resources. | UIMovieClipAutomationImpl |
Método | Definido por | ||
---|---|---|---|
Constructor. | UIMovieClipAutomationImpl | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra um objeto de ouvinte de evento em um objeto EventDispatcher, de forma que o ouvinte receba a notificação de um evento. | EventDispatcher | ||
Envia um evento para o fluxo de eventos. | EventDispatcher | ||
Verifica se o objeto EventDispatcher tem ouvintes registrados para um tipo específico de evento. | EventDispatcher | ||
Indica se um objeto tem uma propriedade especificada definida. | Object | ||
[estático]
Registers the delegate class for a component class with automation manager. | UIMovieClipAutomationImpl | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Remove um ouvinte do objeto EventDispatcher. | EventDispatcher | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Retorna a representação de string do objeto especificado. | Object | ||
Retorna o valor primitivo do objeto especificado. | Object | ||
Verifica se um ouvinte de evento está registrado nesse objeto EventDispatcher ou em qualquer um de seus ancestrais para o tipo de evento especificado. | EventDispatcher |
Método | Definido por | ||
---|---|---|---|
Sets up a automation synchronization with layout manager update complete event. | UIMovieClipAutomationImpl |
automationEnabled | propriedade |
automationName | propriedade |
automationOwner | propriedade |
automationOwner:DisplayObjectContainer
[somente leitura] Implementação
public function get automationOwner():DisplayObjectContainer
automationParent | propriedade |
automationParent:DisplayObjectContainer
[somente leitura] Implementação
public function get automationParent():DisplayObjectContainer
automationValue | propriedade |
automationValue:Array
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | 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.
Implementação
public function get automationValue():Array
automationVisible | propriedade |
movieClip | propriedade |
movieClip:UIMovieClip
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Returns the component instance associated with this delegate instance.
Implementação
public function get movieClip():UIMovieClip
public function set movieClip(value:UIMovieClip):void
resourceManager | propriedade |
protected var resourceManager:IResourceManager
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
A reference to the object which manages all of the application's localized resources.
UIMovieClipAutomationImpl | () | Construtor |
public function UIMovieClipAutomationImpl(obj:UIMovieClip)
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Constructor.
Parâmetrosobj:UIMovieClip — UIComponent object to be automated.
|
addLayoutCompleteSynchronization | () | método |
protected function addLayoutCompleteSynchronization():void
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | 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 | () | método |
public static function init(root:DisplayObject):void
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Registers the delegate class for a component class with automation manager.
Parâmetros
root:DisplayObject — DisplayObject object representing the application root.
|
Wed Jun 13 2018, 11:10 AM Z