| 패키지 | 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:17 PM Z
상속되는 공용 메서드 숨기기
상속되는 공용 메서드 표시