Pacote | spark.automation.delegates.components.supportClasses |
Classe | public class SparkListBaseAutomationImpl |
Herança | SparkListBaseAutomationImpl SparkSkinnableContainerBaseAutomationImpl SparkSkinnableComponentAutomationImpl UIComponentAutomationImpl EventDispatcher Object |
Subclasses | SparkButtonBarBaseAutomationImpl, SparkListAutomationImpl |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
Mais exemplos
Elementos da API relacionados
Propriedades públicas
Propriedade | Definido por | ||
---|---|---|---|
automationEnabled : Boolean [somente leitura] | UIComponentAutomationImpl | ||
automationName : String
Name that can be used as an identifier for this object. | UIComponentAutomationImpl | ||
automationOwner : DisplayObjectContainer [somente leitura] | UIComponentAutomationImpl | ||
automationParent : DisplayObjectContainer [somente leitura] | UIComponentAutomationImpl | ||
automationTabularData : Object [substituir] [somente leitura]
A matrix of the automationValues of each item in the grid. | SparkListBaseAutomationImpl | ||
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. | UIComponentAutomationImpl | ||
automationVisible : Boolean [somente leitura] | UIComponentAutomationImpl | ||
constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | ||
uiComponent : DisplayObject
Returns the component instance associated with this delegate instance. | UIComponentAutomationImpl |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Constructor. | SparkListBaseAutomationImpl | ||
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. | SparkListBaseAutomationImpl | ||
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étodos protegidos
Método | Definido por | ||
---|---|---|---|
Sets up an automation synchronization with the Layout Manager's UPDATE_COMPLETE event. | UIComponentAutomationImpl | ||
SparkListBaseAutomationImpl | |||
addMouseEvent(obj:DisplayObject, event:String, handler:Function, useCapture:Boolean = false, priority:int = 0, useWeekRef:Boolean = false):void | UIComponentAutomationImpl | ||
private
| SparkListBaseAutomationImpl | ||
Method which gets called after the component has been initialized. | UIComponentAutomationImpl | ||
private
| SparkSkinnableContainerBaseAutomationImpl | ||
private
| SparkSkinnableContainerBaseAutomationImpl | ||
private
| SparkListBaseAutomationImpl | ||
removeMouseEvent(obj:DisplayObject, event:String, handler:Function, useCapture:Boolean = false):void | UIComponentAutomationImpl |
Eventos
Detalhes da propriedade
automationTabularData | propriedade |
automationTabularData:Object
[somente leitura] [substituir] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
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).
Implementação
override public function get automationTabularData():Object
Detalhes do construtor
SparkListBaseAutomationImpl | () | Construtor |
Detalhes do método
addMouseClickHandlerToExistingRenderers | () | método |
protected function addMouseClickHandlerToExistingRenderers():void
addScrollers | () | método |
getVisibleRowsRenderers | () | método |
init | () | método |
public static function init(root:DisplayObject):void
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
Registers the delegate class for a component class with automation manager.
Parâmetros
root:DisplayObject — The SystemManger of the application.
|
Wed Jun 13 2018, 11:10 AM Z