| 套件 | xd.core.axm.view.components.support |
| 介面 | public interface IDropDownController extends IEventDispatcher |
| 實作者 | AXMToolPopUpDropDownController |
| 語言版本: | ActionScript 3.0 |
| 產品版本: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
| 執行階段版本: | AIR 2.6, Flash Player 10.2 |
公用屬性
| 屬性 | 定義自 | ||
|---|---|---|---|
| dropDown : DisplayObject
The dropdown object. | IDropDownController | ||
| isOpen : Boolean [唯讀]
A flag that indicates whether the dropdown is open. | IDropDownController | ||
| openButton : ButtonBase
The Open button. | IDropDownController | ||
| rollOverOpenDelay : Number
The rollover delay to wait. | IDropDownController | ||
| systemManager : ISystemManager
The system manager. | IDropDownController | ||
公用方法
| 方法 | 定義自 | ||
|---|---|---|---|
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
會在 EventDispatcher 物件註冊事件偵聽程式,以便讓偵聽程式收到事件的通知。 | IEventDispatcher | |
Closes the dropdown. | IDropDownController | ||
![]() |
會將事件傳送到事件流程。 | IEventDispatcher | |
![]() |
會檢查 EventDispatcher 物件是否有對特定的事件類型註冊偵聽程式。 | IEventDispatcher | |
Specifies to open or display the dropdown. | IDropDownController | ||
Processes when focus is moved away from the component. | IDropDownController | ||
Handles the key down event. | IDropDownController | ||
![]() |
會從 EventDispatcher 物件移除偵聽程式。 | IEventDispatcher | |
![]() |
檢查此 EventDispatcher 物件是否已註冊事件偵聽程式,或者此物件的任何祖系已為特定事件類型註冊事件偵聽程式。 | IEventDispatcher | |
屬性詳細資訊
dropDown | 屬性 |
dropDown:DisplayObject| 語言版本: | ActionScript 3.0 |
| 產品版本: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
| 執行階段版本: | AIR 2.6, Flash Player 10.2 |
The dropdown object.
實作
public function get dropDown():DisplayObject public function set dropDown(value:DisplayObject):voidisOpen | 屬性 |
openButton | 屬性 |
openButton:ButtonBase| 語言版本: | ActionScript 3.0 |
| 產品版本: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
| 執行階段版本: | AIR 2.6, Flash Player 10.2 |
The Open button.
實作
public function get openButton():ButtonBase public function set openButton(value:ButtonBase):voidrollOverOpenDelay | 屬性 |
rollOverOpenDelay:Number| 語言版本: | ActionScript 3.0 |
| 產品版本: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
| 執行階段版本: | AIR 2.6, Flash Player 10.2 |
The rollover delay to wait.
實作
public function get rollOverOpenDelay():Number public function set rollOverOpenDelay(value:Number):voidsystemManager | 屬性 |
systemManager:ISystemManager| 語言版本: | ActionScript 3.0 |
| 產品版本: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
| 執行階段版本: | AIR 2.6, Flash Player 10.2 |
The system manager.
實作
public function get systemManager():ISystemManager public function set systemManager(value:ISystemManager):void方法詳細資訊
closeDropDown | () | 方法 |
openDropDown | () | 方法 |
public function openDropDown():void| 語言版本: | ActionScript 3.0 |
| 產品版本: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
| 執行階段版本: | AIR 2.6, Flash Player 10.2 |
Specifies to open or display the dropdown.
processFocusOut | () | 方法 |
public function processFocusOut(event:FocusEvent):void| 語言版本: | ActionScript 3.0 |
| 產品版本: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
| 執行階段版本: | AIR 2.6, Flash Player 10.2 |
Processes when focus is moved away from the component.
參數
event:FocusEvent — the event
|
processKeyDown | () | 方法 |
public function processKeyDown(event:KeyboardEvent):Boolean| 語言版本: | ActionScript 3.0 |
| 產品版本: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
| 執行階段版本: | AIR 2.6, Flash Player 10.2 |
Handles the key down event.
參數
event:KeyboardEvent — the event
|
Boolean —
|
Tue Jun 12 2018, 03:47 PM Z
隱藏繼承公用方法
顯示繼承公用方法