Paket | mx.automation.delegates.controls |
Klass | public class ListBaseAutomationImpl |
Arv | ListBaseAutomationImpl ScrollControlBaseAutomationImpl UIComponentAutomationImpl EventDispatcher Object |
Underklasser | DataGridAutomationImpl, ListAutomationImpl, TileBaseAutomationImpl |
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Relaterade API-element
Publika egenskaper
Egenskap | Definieras med | ||
---|---|---|---|
automationEnabled : Boolean [skrivskyddad] | UIComponentAutomationImpl | ||
automationName : String
Name that can be used as an identifier for this object. | UIComponentAutomationImpl | ||
automationOwner : DisplayObjectContainer [skrivskyddad] | UIComponentAutomationImpl | ||
automationParent : DisplayObjectContainer [skrivskyddad] | UIComponentAutomationImpl | ||
automationTabularData : Object [åsidosätt] [skrivskyddad]
A matrix of the automationValues of each item in the grid. | ListBaseAutomationImpl | ||
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. | UIComponentAutomationImpl | ||
automationVisible : Boolean [skrivskyddad] | UIComponentAutomationImpl | ||
constructor : Object
En referens till klassobjektet eller konstruktorfunktionen för en given objektinstans. | Object | ||
uiComponent : DisplayObject
Returns the component instance associated with this delegate instance. | UIComponentAutomationImpl |
Publika metoder
Metod | Definieras med | ||
---|---|---|---|
Constructor. | ListBaseAutomationImpl | ||
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 | ||
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. | ListBaseAutomationImpl | ||
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 | ||
[åsidosätt]
Replays ScrollEvents. | ScrollControlBaseAutomationImpl | ||
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 |
Skyddade metoder
Egenskapsdetaljer
automationTabularData | egenskap |
automationTabularData:Object
[skrivskyddad] [åsidosätt] Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
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).
Implementering
override public function get automationTabularData():Object
Konstruktordetaljer
ListBaseAutomationImpl | () | Konstruktor |
Metoddetaljer
init | () | metod |
public static function init(root:DisplayObject):void
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
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