Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Powiązane elementy interfejsu API
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
automationEnabled : Boolean [tylko do odczytu] | UIComponentAutomationImpl | ||
automationName : String
Name that can be used as an identifier for this object. | UIComponentAutomationImpl | ||
automationOwner : DisplayObjectContainer [tylko do odczytu] | UIComponentAutomationImpl | ||
automationParent : DisplayObjectContainer [tylko do odczytu] | UIComponentAutomationImpl | ||
automationValue : Array [tylko do odczytu]
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 [tylko do odczytu] | UIComponentAutomationImpl | ||
constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | Object | ||
uiComponent : DisplayObject
Returns the component instance associated with this delegate instance. | UIComponentAutomationImpl |
Metoda | Zdefiniowane przez | ||
---|---|---|---|
Constructor. | UIComponentAutomationImpl | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Rejestruje obiekt detektora zdarzeń w obiekcie EventDispatcher, dzięki czemu detektor będzie otrzymywał powiadomienia o zdarzeniu. | EventDispatcher | ||
Wywołuje zdarzenie, tj. kieruje je do przepływu zdarzeń. | EventDispatcher | ||
Sprawdza, czy obiekt EventDispatcher zawiera jakiekolwiek detektory zarejestrowane dla konkretnego typu zdarzeń. | EventDispatcher | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
[statyczny]
Registers the delegate class for a component class with automation manager. | UIComponentAutomationImpl | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
Usuwa detektor z obiektu EventDispatcher. | EventDispatcher | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Zwraca ciąg reprezentujący określony obiekt. | Object | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object | ||
Sprawdza, czy detektor zdarzeń określonego typu jest zarejestrowany w tym obiekcie EventDispatcher lub jego elementach macierzystych. | EventDispatcher |
Metoda | Zdefiniowane przez | ||
---|---|---|---|
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 | ||
Method which gets called after the component has been initialized. | UIComponentAutomationImpl | ||
removeMouseEvent(obj:DisplayObject, event:String, handler:Function, useCapture:Boolean = false):void | UIComponentAutomationImpl |
automationEnabled | właściwość |
automationName | właściwość |
automationOwner | właściwość |
automationOwner:DisplayObjectContainer
[tylko do odczytu] Implementacja
public function get automationOwner():DisplayObjectContainer
automationParent | właściwość |
automationParent:DisplayObjectContainer
[tylko do odczytu] Implementacja
public function get automationParent():DisplayObjectContainer
automationValue | właściwość |
automationValue:Array
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | 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.
Implementacja
public function get automationValue():Array
automationVisible | właściwość |
uiComponent | właściwość |
uiComponent:DisplayObject
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Returns the component instance associated with this delegate instance.
Implementacja
public function get uiComponent():DisplayObject
public function set uiComponent(value:DisplayObject):void
UIComponentAutomationImpl | () | Konstruktor |
public function UIComponentAutomationImpl(obj:UIComponent)
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Constructor.
Parametryobj:UIComponent — UIComponent object to be automated.
|
addLayoutCompleteSynchronization | () | metoda |
protected function addLayoutCompleteSynchronization():void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Sets up an automation synchronization with the Layout Manager's UPDATE_COMPLETE event. When certain actions are being replayed automation needs to wait before it can replay the next event. This wait is required to allow the framework to complete actions requested by the component. Normally a layout manager update complte event signals end of all updates. This method adds syncrhonization which gets signaled as complete when update_complete event is received.
addMouseEvent | () | metoda |
protected function addMouseEvent(obj:DisplayObject, event:String, handler:Function, useCapture:Boolean = false, priority:int = 0, useWeekRef:Boolean = false):void
Parametry
obj:DisplayObject | |
event:String | |
handler:Function | |
useCapture:Boolean (default = false )
| |
priority:int (default = 0 )
| |
useWeekRef:Boolean (default = false )
|
componentInitialized | () | metoda |
protected function componentInitialized():void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Method which gets called after the component has been initialized. This can be used to access any sub-components and act on them.
init | () | metoda |
public static function init(root:DisplayObject):void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Registers the delegate class for a component class with automation manager.
Parametry
root:DisplayObject — DisplayObject object representing the application root.
|
removeMouseEvent | () | metoda |
protected function removeMouseEvent(obj:DisplayObject, event:String, handler:Function, useCapture:Boolean = false):void
Parametry
obj:DisplayObject | |
event:String | |
handler:Function | |
useCapture:Boolean (default = false )
|
Tue Jun 12 2018, 12:06 PM Z