Pakket | mx.automation.delegates.controls |
Klasse | public class FlexNativeMenuAutomationImpl |
Overerving | FlexNativeMenuAutomationImpl EventDispatcher Object |
Implementatie | IAutomationObject |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Verwante API-elementen
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
automationName : String
Name that can be used as an identifier for this object. | FlexNativeMenuAutomationImpl | ||
automationValue : Array [alleen-lezen]
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
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | Object | ||
menu : FlexNativeMenu
Returns the component instance associated with this delegate instance. | FlexNativeMenuAutomationImpl |
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
Constructor. | FlexNativeMenuAutomationImpl | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registreert een gebeurtenislistenerobject bij een object EventDispatcher, zodat de listener een melding van een gebeurtenis ontvangt. | EventDispatcher | ||
FlexNativeMenuAutomationImpl | |||
Verzendt een gebeurtenis naar de gebeurtenisstroom. | EventDispatcher | ||
Controleert of het object EventDispatcher listeners heeft geregistreerd voor een specifiek type gebeurtenis. | EventDispatcher | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
[statisch]
Registers the delegate class for a component class with automation manager. | FlexNativeMenuAutomationImpl | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Verwijdert een listener uit het object EventDispatcher. | EventDispatcher | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object | ||
Controleert of een gebeurtenislistener is geregistreerd bij dit object EventDispatcher of een van de voorouders voor het opgegeven type gebeurtenis. | EventDispatcher |
Gebeurtenissen
Eigenschapdetails
automationName | eigenschap |
automationValue | eigenschap |
automationValue:Array
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4 |
Runtimeversies: | 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.
Implementatie
public function get automationValue():Array
menu | eigenschap |
menu:FlexNativeMenu
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Returns the component instance associated with this delegate instance.
Implementatie
public function get menu():FlexNativeMenu
public function set menu(value:FlexNativeMenu):void
Constructordetails
FlexNativeMenuAutomationImpl | () | Constructor |
public function FlexNativeMenuAutomationImpl(obj:FlexNativeMenu)
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Constructor.
Parametersobj:FlexNativeMenu — FlexNativeMenu object to be automated.
|
Methodedetails
createAutomationIDPartWithRequiredProperties | () | methode |
public function createAutomationIDPartWithRequiredProperties(child:IAutomationObject, properties:Array):Object
Parameters
child:IAutomationObject | |
properties:Array |
Object |
init | () | methode |
public static function init(root:DisplayObject):void
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Registers the delegate class for a component class with automation manager.
Parameters
root:DisplayObject — The SystemManger of the application.
|
Wed Jun 13 2018, 11:42 AM Z