Pacchetto | xd.core.axm.view.components.support |
Interfaccia | public interface IDropDownController extends IEventDispatcher |
Implementatori | AXMToolPopUpDropDownController |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
dropDown : DisplayObject
The dropdown object. | IDropDownController | ||
isOpen : Boolean [sola lettura]
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 |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra un oggetto listener di eventi con un oggetto EventDispatcher, in modo che il listener riceva la notifica di un evento. | IEventDispatcher | ||
Closes the dropdown. | IDropDownController | ||
Invia un evento nel flusso di eventi. | IEventDispatcher | ||
Verifica se per l'oggetto EventDispatcher sono presenti listener registrati per un tipo specifico di evento. | 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 | ||
Rimuove un listener dall'oggetto EventDispatcher. | IEventDispatcher | ||
Verifica se un listener di eventi è registrato con questo oggetto EventDispatcher o qualsiasi suo antenato per il tipo di evento specificato. | IEventDispatcher |
Descrizione delle proprietà
dropDown | proprietà |
dropDown:DisplayObject
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
The dropdown object.
Implementazione
public function get dropDown():DisplayObject
public function set dropDown(value:DisplayObject):void
isOpen | proprietà |
isOpen:Boolean
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
A flag that indicates whether the dropdown is open.
Implementazione
public function get isOpen():Boolean
openButton | proprietà |
openButton:ButtonBase
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
The Open button.
Implementazione
public function get openButton():ButtonBase
public function set openButton(value:ButtonBase):void
rollOverOpenDelay | proprietà |
rollOverOpenDelay:Number
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
The rollover delay to wait.
Implementazione
public function get rollOverOpenDelay():Number
public function set rollOverOpenDelay(value:Number):void
systemManager | proprietà |
systemManager:ISystemManager
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
The system manager.
Implementazione
public function get systemManager():ISystemManager
public function set systemManager(value:ISystemManager):void
Descrizione dei metodi
closeDropDown | () | metodo |
public function closeDropDown(commit:Boolean):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
Closes the dropdown.
Parametri
commit:Boolean — flag for commit on close
|
openDropDown | () | metodo |
public function openDropDown():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
Specifies to open or display the dropdown.
processFocusOut | () | metodo |
public function processFocusOut(event:FocusEvent):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
Processes when focus is moved away from the component.
Parametri
event:FocusEvent — the event
|
processKeyDown | () | metodo |
public function processKeyDown(event:KeyboardEvent):Boolean
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
Handles the key down event.
Parametri
event:KeyboardEvent — the event
|
Boolean —
|
Tue Jun 12 2018, 02:44 PM Z