Paket | mx.automation.delegates.controls |
Klass | public class FlexNativeMenuAutomationImpl |
Arv | FlexNativeMenuAutomationImpl EventDispatcher Object |
Implementerar | IAutomationObject |
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Relaterade API-element
Publika egenskaper
Egenskap | Definieras med | ||
---|---|---|---|
automationName : String
Name that can be used as an identifier for this object. | FlexNativeMenuAutomationImpl | ||
automationValue : Array [skrivskyddad]
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. | FlexNativeMenuAutomationImpl | ||
constructor : Object
En referens till klassobjektet eller konstruktorfunktionen för en given objektinstans. | Object | ||
menu : FlexNativeMenu
Returns the component instance associated with this delegate instance. | FlexNativeMenuAutomationImpl |
Publika metoder
Metod | Definieras med | ||
---|---|---|---|
Constructor. | FlexNativeMenuAutomationImpl | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registrerar ett händelseavlyssnarobjekt för ett EventDispatcher-objekt så att avlyssnaren får meddelanden om händelser. | EventDispatcher | ||
FlexNativeMenuAutomationImpl | |||
Skickar en händelse till händelseflödet. | EventDispatcher | ||
Kontrollerar om EventDispatcher-objektet har några avlyssnare registrerade för en viss typ av händelse. | EventDispatcher | ||
Anger om det finns en egenskap angiven för ett objekt. | Object | ||
[statisk]
Registers the delegate class for a component class with automation manager. | FlexNativeMenuAutomationImpl | ||
Anger om en instans av klassen Object finns i prototypkedjan för objektet som anges som parameter. | Object | ||
Anger om den angivna egenskapen finns och är uppräkningsbar. | Object | ||
Tar bort en avlyssnare från EventDispatcher-objektet. | EventDispatcher | ||
Anger tillgänglighet för en dynamisk egenskap för slingåtgärder. | Object | ||
Returnerar det här objektets strängrepresentation, formaterad i enlighet med språkspecifika konventioner. | Object | ||
Returnerar det angivna objektets strängbeteckning. | Object | ||
Returnerar det angivna objektets primitiva värde. | Object | ||
Kontrollerar om en händelseavlyssnare är registrerad för det här EventDispatcher-objektet eller något av dess överordnade objekt för den angivna händelsetypen. | EventDispatcher |
Egenskapsdetaljer
automationName | egenskap |
automationValue | egenskap |
automationValue:Array
[skrivskyddad] Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4 |
Körningsmiljöversioner: | 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.
Implementering
public function get automationValue():Array
menu | egenskap |
menu:FlexNativeMenu
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Returns the component instance associated with this delegate instance.
Implementering
public function get menu():FlexNativeMenu
public function set menu(value:FlexNativeMenu):void
Konstruktordetaljer
FlexNativeMenuAutomationImpl | () | Konstruktor |
public function FlexNativeMenuAutomationImpl(obj:FlexNativeMenu)
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Constructor.
Parametrarobj:FlexNativeMenu — FlexNativeMenu object to be automated.
|
Metoddetaljer
createAutomationIDPartWithRequiredProperties | () | metod |
public function createAutomationIDPartWithRequiredProperties(child:IAutomationObject, properties:Array):Object
Parametrar
child:IAutomationObject | |
properties:Array |
Object |
init | () | metod |
public static function init(root:DisplayObject):void
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Registers the delegate class for a component class with automation manager.
Parametrar
root:DisplayObject — The SystemManger of the application.
|
Tue Jun 12 2018, 01:40 PM Z