Pacchetto | spark.automation.delegates.components.supportClasses |
Classe | public class SparkSkinnableTextBaseAutomationImpl |
Ereditarietà | SparkSkinnableTextBaseAutomationImpl SparkSkinnableComponentAutomationImpl UIComponentAutomationImpl EventDispatcher Object |
Sottoclassi | SparkTextAreaAutomationImpl, SparkTextInputAutomationImpl |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Altri esempi
Elementi API correlati
Proprietà pubbliche
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Constructor. | SparkSkinnableTextBaseAutomationImpl | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra un oggetto listener di eventi con un oggetto EventDispatcher, in modo che il listener riceva la notifica di un evento. | EventDispatcher | ||
Invia un evento nel flusso di eventi. | EventDispatcher | ||
[override] | SparkSkinnableTextBaseAutomationImpl | ||
Verifica se per l'oggetto EventDispatcher sono presenti listener registrati per un tipo specifico di evento. | EventDispatcher | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
[statico]
Registers the delegate class for a component class with automation manager. | SparkSkinnableTextBaseAutomationImpl | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Rimuove un listener dall'oggetto EventDispatcher. | EventDispatcher | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object | ||
Verifica se un listener di eventi è registrato con questo oggetto EventDispatcher o qualsiasi suo antenato per il tipo di evento specificato. | EventDispatcher |
Metodi protetti
Metodo | Definito da | ||
---|---|---|---|
Sets up an automation synchronization with the Layout Manager's UPDATE_COMPLETE event. | UIComponentAutomationImpl | ||
addMouseEvent(obj:DisplayObject, event:String, handler:Function, useCapture:Boolean = false, priority:int = 0, useWeekRef:Boolean = false):void | UIComponentAutomationImpl | ||
[override]
Method which gets called after the component has been initialized. | SparkSkinnableTextBaseAutomationImpl | ||
SparkSkinnableTextBaseAutomationImpl | |||
SparkSkinnableTextBaseAutomationImpl | |||
removeMouseEvent(obj:DisplayObject, event:String, handler:Function, useCapture:Boolean = false):void | UIComponentAutomationImpl |
Eventi
Descrizione della funzione di costruzione
SparkSkinnableTextBaseAutomationImpl | () | Funzione di costruzione |
public function SparkSkinnableTextBaseAutomationImpl(obj:spark.components.supportClasses:SkinnableTextBase)
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Constructor.
Parametriobj:spark.components.supportClasses:SkinnableTextBase — SkinnableTextBase object to be automated.
|
Descrizione dei metodi
componentInitialized | () | metodo |
override protected function componentInitialized():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Method which gets called after the component has been initialized. This can be used to access any sub-components and act on the component.
getAutomationChildAt | () | metodo |
override public function getAutomationChildAt(index:int):IAutomationObject
Parametri
index:int |
IAutomationObject |
getScrollBars | () | metodo |
protected function getScrollBars(passedObj:Object, stopWithSkin:UIComponent):Array
Parametri
passedObj:Object | |
stopWithSkin:UIComponent |
Array |
getScroller | () | metodo |
protected function getScroller(passedObj:Object, stopWithSkin:UIComponent):Scroller
Parametri
passedObj:Object | |
stopWithSkin:UIComponent |
Scroller |
init | () | metodo |
public static function init(root:DisplayObject):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Registers the delegate class for a component class with automation manager.
Parametri
root:DisplayObject — The SystemManger of the application.
|
Tue Jun 12 2018, 02:44 PM Z