Paquete | spark.components.supportClasses |
Clase | public class DropDownController |
Herencia | DropDownController EventDispatcher Object |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
Elementos de API relacionados
Propiedad | Definido por | ||
---|---|---|---|
closeOnResize : Boolean
When true, resizing the system manager
closes the drop down. | DropDownController | ||
constructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada. | Object | ||
hitAreaAdditions : Vector.<DisplayObject>
A list of display objects to consider part of the hit area
of the drop down. | DropDownController | ||
isOpen : Boolean [solo lectura]
Contains true if the drop down is open. | DropDownController | ||
openButton : ButtonBase
A reference to the openButton skin part
of the drop-down component. | DropDownController | ||
rollOverOpenDelay : Number
Specifies the delay, in milliseconds, to wait for opening the drop down
when the anchor button is rolled over. | DropDownController | ||
systemManager : ISystemManager
A reference to the SystemManager used
for mouse tracking. | DropDownController |
Método | Definido por | ||
---|---|---|---|
Constructor. | DropDownController | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra un objeto de detector de eventos con un objeto EventDispatcher, de modo que el detector reciba la notificación de un evento. | EventDispatcher | ||
Close the drop down and dispatch a DropDownEvent.CLOSE event. | DropDownController | ||
Distribuye un evento en el flujo del evento. | EventDispatcher | ||
Comprueba si el objeto EventDispatcher tiene detectores registrados para un tipo concreto de evento. | EventDispatcher | ||
Indica si un objeto tiene definida una propiedad especificada. | Object | ||
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | ||
Open the drop down and dispatch a DropdownEvent.OPEN event. | DropDownController | ||
Close the drop down if it is no longer in focus. | DropDownController | ||
Handles the keyboard user interactions. | DropDownController | ||
Indica si existe la propiedad especificada y si es enumerable. | Object | ||
Elimina un detector del objeto EventDispatcher. | EventDispatcher | ||
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | ||
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | ||
Devuelve la representación de cadena del objeto especificado. | Object | ||
Devuelve el valor simple del objeto especificado. | Object | ||
Comprueba si hay registrado un detector de eventos con este objeto EventDispatcher o con cualquiera de sus ascendientes para el tipo de evento concreto. | EventDispatcher |
closeOnResize | propiedad |
closeOnResize:Boolean
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.6 |
Versiones de motor de ejecución: | AIR 3 |
When true
, resizing the system manager
closes the drop down.
For mobile applications, you can set this property
to false
so that the drop down stays open when the
page orientation changes.
El valor predeterminado es true.
Implementación
public function get closeOnResize():Boolean
public function set closeOnResize(value:Boolean):void
hitAreaAdditions | propiedad |
public var hitAreaAdditions:Vector.<DisplayObject>
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
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 | propiedad |
openButton | propiedad |
openButton:ButtonBase
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
A reference to the openButton
skin part
of the drop-down component.
Implementación
public function get openButton():ButtonBase
public function set openButton(value:ButtonBase):void
rollOverOpenDelay | propiedad |
rollOverOpenDelay:Number
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
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.
El valor predeterminado es NaN.
Implementación
public function get rollOverOpenDelay():Number
public function set rollOverOpenDelay(value:Number):void
systemManager | propiedad |
systemManager:ISystemManager
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
A reference to the SystemManager
used
for mouse tracking. if none is specified, the controller
will use the systemManager associated with the openButton.
Implementación
public function get systemManager():ISystemManager
public function set systemManager(value:ISystemManager):void
DropDownController | () | Información sobre |
public function DropDownController()
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
Constructor.
closeDropDown | () | método |
public function closeDropDown(commit:Boolean):void
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
Close the drop down and dispatch a DropDownEvent.CLOSE
event.
Parámetros
commit:Boolean — If true , commit the selected
data item.
|
openDropDown | () | método |
public function openDropDown():void
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
Open the drop down and dispatch a DropdownEvent.OPEN
event.
processFocusOut | () | método |
public function processFocusOut(event:FocusEvent):void
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
Close the drop down if it is no longer in focus.
Parámetros
event:FocusEvent — The event object for the FOCUS_OUT event.
|
processKeyDown | () | método |
public function processKeyDown(event:KeyboardEvent):Boolean
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
Handles the keyboard user interactions.
Parámetros
event:KeyboardEvent — The event object from the keyboard event.
|
Boolean — Returns true if the keyCode was
recognized and handled.
|
Tue Jun 12 2018, 02:12 PM Z