| Pakiet | xd.core.axm.view.components.support |
| Klasa | public class AXMToolPopUpDropDownController |
| Dziedziczenie | AXMToolPopUpDropDownController EventDispatcher Object |
| Implementuje | IDropDownController |
| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR 2.6 |
Powiązane elementy interfejsu API
| Właściwość | Zdefiniowane przez | ||
|---|---|---|---|
![]() | constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | Object | |
| hitAreaAdditions : Vector.<DisplayObject>
A list of display objects to consider part of the hit area
of the drop down. | AXMToolPopUpDropDownController | ||
| isOpen : Boolean [tylko do odczytu]
Contains true if the drop down is open. | AXMToolPopUpDropDownController | ||
| mouseDownTimer : flash.utils:Timer
mouseDownTimer
| AXMToolPopUpDropDownController | ||
| mouseHoldDelay : Number
mouseHoldDelay
| AXMToolPopUpDropDownController | ||
| openButton : ButtonBase
A reference to the openButton skin part
of the drop-down component. | AXMToolPopUpDropDownController | ||
| rollOverOpenDelay : Number
Specifies the delay, in milliseconds, to wait for opening the drop down
when the anchor button is rolled over. | AXMToolPopUpDropDownController | ||
| shouldOpen : Boolean
shouldOpen
| AXMToolPopUpDropDownController | ||
| systemManager : ISystemManager
A reference to the SystemManager used
for mouse tracking. | AXMToolPopUpDropDownController | ||
| Metoda | Zdefiniowane przez | ||
|---|---|---|---|
Constructor. | AXMToolPopUpDropDownController | ||
![]() | 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 | |
Close the drop down and dispatch a DropDownEvent.CLOSE event. | AXMToolPopUpDropDownController | ||
![]() |
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 | |
![]() |
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | |
Open the drop down and dispatch a DropdownEvent.OPEN event. | AXMToolPopUpDropDownController | ||
Close the drop down if it is no longer in focus. | AXMToolPopUpDropDownController | ||
Handles the keyboard user interactions. | AXMToolPopUpDropDownController | ||
![]() |
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 | |
hitAreaAdditions | właściwość |
public var hitAreaAdditions:Vector.<DisplayObject>| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR 2.6 |
A list of display objects to consider part of the hit area of the drop down. Mouse clicks within any component listed as an inclusion will not automatically close the drop down.
isOpen | właściwość |
isOpen:Boolean [tylko do odczytu] | Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR 2.6 |
Contains true if the drop down is open.
Implementacja
public function get isOpen():BooleanmouseDownTimer | właściwość |
mouseDownTimer:flash.utils:Timer| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR 2.6 |
mouseDownTimer
Implementacja
public function get mouseDownTimer():flash.utils:Timer public function set mouseDownTimer(value:flash.utils:Timer):voidmouseHoldDelay | właściwość |
mouseHoldDelay:Number| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR 2.6 |
mouseHoldDelay
Implementacja
public function get mouseHoldDelay():Number public function set mouseHoldDelay(value:Number):voidopenButton | właściwość |
openButton:ButtonBase| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR 2.6 |
A reference to the openButton skin part
of the drop-down component.
Implementacja
public function get openButton():ButtonBase public function set openButton(value:ButtonBase):voidrollOverOpenDelay | właściwość |
rollOverOpenDelay:Number| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR 2.6 |
Specifies the delay, in milliseconds, to wait for opening the drop down
when the anchor button is rolled over.
If set to NaN, then the drop down opens on a click, not a rollover.
Wartością domyślną jest NaN.
Implementacja
public function get rollOverOpenDelay():Number public function set rollOverOpenDelay(value:Number):voidshouldOpen | właściwość |
shouldOpen:Boolean| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
| Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
shouldOpen
Implementacja
public function get shouldOpen():Boolean public function set shouldOpen(value:Boolean):voidsystemManager | właściwość |
systemManager:ISystemManager| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR 2.6 |
A reference to the SystemManager used
for mouse tracking. if none is specified, the controller
will use the systemManager associated with the openButton.
Implementacja
public function get systemManager():ISystemManager public function set systemManager(value:ISystemManager):voidAXMToolPopUpDropDownController | () | Konstruktor |
public function AXMToolPopUpDropDownController()| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR 2.6 |
Constructor.
closeDropDown | () | metoda |
public function closeDropDown(commit:Boolean):void| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR 2.6 |
Close the drop down and dispatch a DropDownEvent.CLOSE event.
Parametry
commit:Boolean — If true, commit the selected
data item.
|
openDropDown | () | metoda |
public function openDropDown():void| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR 2.6 |
Open the drop down and dispatch a DropdownEvent.OPEN event.
processFocusOut | () | metoda |
public function processFocusOut(event:FocusEvent):void| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR 2.6 |
Close the drop down if it is no longer in focus.
Parametry
event:FocusEvent — The event object for the FOCUS_OUT event.
|
processKeyDown | () | metoda |
public function processKeyDown(event:KeyboardEvent):Boolean| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR 2.6 |
Handles the keyboard user interactions.
Parametry
event:KeyboardEvent — The event object from the keyboard event.
|
Boolean — Returns true if the keyCode was
recognized and handled.
|
Tue Jun 12 2018, 12:06 PM Z
Ukryj dziedziczone właściwości publiczne
Pokaż dziedziczone właściwości publiczne