Pacchetto | mx.automation.delegates.controls |
Classe | public class DateChooserAutomationImpl |
Ereditarietà | DateChooserAutomationImpl UIComponentAutomationImpl EventDispatcher Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Elementi API correlati
Proprietà pubbliche
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Constructor. | DateChooserAutomationImpl | ||
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 | ||
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. | DateChooserAutomationImpl | ||
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 | ||
[override]
Replays DateChooserChangeEvent.CHANGE and DateChooserEvent.SCROLL
events. | DateChooserAutomationImpl | ||
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
Eventi
Descrizione della funzione di costruzione
DateChooserAutomationImpl | () | Funzione di costruzione |
public function DateChooserAutomationImpl(obj:DateChooser)
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Constructor.
Parametriobj:DateChooser — DateChooser object to be automated.
|
Descrizione dei metodi
init | () | metodo |
public static function init(root:DisplayObject):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Registers the delegate class for a component class with automation manager.
Parametri
root:DisplayObject — The SystemManger of the application.
|
replayAutomatableEvent | () | metodo |
override public function replayAutomatableEvent(event:Event):Boolean
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Replays DateChooserChangeEvent.CHANGE and DateChooserEvent.SCROLL events. Replays change by simply setting the date to the one recorded. Replays scroll by clicking on the month forward or month back button depending on the direction of the scroll.
Parametri
event:Event — The event to replay.
|
Boolean — Whether or not a replay was successful.
|
Tue Jun 12 2018, 02:44 PM Z