Naslaggids voor Adobe ActionScript® 3.0 voor het Adobe® Flash®-platform
Startpagina  |  Lijst met pakketten en klassen verbergen |  Pakketten  |  Klassen  |  Nieuw  |  Index  |  Bijlagen  |  Waarom in het Engels?
Filters: Gegevens ophalen van server...
Gegevens ophalen van server...
spark.events 

DropDownEvent  - AS3 Flex

Pakketspark.events
Klassepublic class DropDownEvent
OverervingDropDownEvent Inheritance Event Inheritance Object

Taalversie: ActionScript 3.0
Productversie: Flex 4
Runtimeversies: Flash Player 10, AIR 1.5

The DropDownEvent class represents the event object passed to the event listener for the open and close events.



Openbare eigenschappen
 EigenschapGedefinieerd door
 Inheritedbubbles : Boolean
[alleen-lezen] Geeft aan of een gebeurtenis een terugkoppelgebeurtenis is.
Event
 Inheritedcancelable : Boolean
[alleen-lezen] Geeft aan of het gedrag dat aan deze gebeurtenis is gekoppeld, kan worden voorkomen.
Event
 Inheritedconstructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie.
Object
 InheritedcurrentTarget : Object
[alleen-lezen] Het object dat het gebeurtenisobject actief verwerkt met een gebeurtenislistener.
Event
 InheritedeventPhase : uint
[alleen-lezen] De huidige fase in de gebeurtenisstroom.
Event
 Inheritedtarget : Object
[alleen-lezen] Doel van gebeurtenis.
Event
  triggerEvent : Event
If the control is opened or closed in response to a user action, this property contains a value indicating the type of input action.
DropDownEvent
 Inheritedtype : String
[alleen-lezen] Het type gebeurtenis.
Event
Openbare methoden
 MethodeGedefinieerd door
  
DropDownEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, triggerEvent:Event = null)
Constructor.
DropDownEvent
 Inherited
Dupliceert een instantie van een subklasse Event.
Event
 Inherited
formatToString(className:String, ... arguments):String
Een hulpprogrammafunctie voor de implementatie van de methode toString() in aangepaste ActionScript 3.0-Event-klassen.
Event
 Inherited
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd.
Object
 Inherited
Controleert of de methode preventDefault() is aangeroepen voor de gebeurtenis.
Event
 Inherited
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven.
Object
 Inherited
Annuleert het standaardgedrag van een gebeurtenis wanneer dat gedrag kan worden geannuleerd.
Event
 Inherited
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd.
Object
 Inherited
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in.
Object
 Inherited
Voorkomt het verwerken van gebeurtenislisteners in het huidige knooppunt en volgende knooppunten in de gebeurtenisstroom.
Event
 Inherited
Voorkomt het verwerken van gebeurtenislisteners in knooppunten die volgen op het huidige knooppunt in de gebeurtenisstroom.
Event
 Inherited
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies.
Object
 Inherited
Retourneert een tekenreeks die alle eigenschappen van het Event-object bevat.
Event
 Inherited
Retourneert de primitieve waarde van het opgegeven object.
Object
Openbare constanten
 ConstanteGedefinieerd door
  CLOSE : String = "close"
[statisch] The DropDownEvent.CLOSE constant defines the value of the type property of the event object for a close event.
DropDownEvent
  OPEN : String = "open"
[statisch] The DropDownEvent.OPEN constant defines the value of the type property of the event object for a open event.
DropDownEvent
Eigenschapdetails

triggerEvent

eigenschap
public var triggerEvent:Event

Taalversie: ActionScript 3.0
Productversie: Flex 4
Runtimeversies: Flash Player 10, AIR 1.5

If the control is opened or closed in response to a user action, this property contains a value indicating the type of input action. The value is either InteractionInputType.MOUSE or InteractionInputType.KEYBOARD.

Constructordetails

DropDownEvent

()Constructor
public function DropDownEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, triggerEvent:Event = null)

Taalversie: ActionScript 3.0
Productversie: Flex 4
Runtimeversies: Flash Player 10, AIR 1.5

Constructor.

Parameters
type:String — The event type; indicates the action that caused the event.
 
bubbles:Boolean (default = false) — Specifies whether the event can bubble up the display list hierarchy.
 
cancelable:Boolean (default = false) — Specifies whether the behavior associated with the event can be prevented.
 
triggerEvent:Event (default = null) — A value indicating the type of input action that triggered the event
Constantedetails

CLOSE

Constante
public static const CLOSE:String = "close"

Taalversie: ActionScript 3.0
Productversie: Flex 4
Runtimeversies: Flash Player 10, AIR 1.5

The DropDownEvent.CLOSE constant defines the value of the type property of the event object for a close event.

The properties of the event object have the following values:

PropertyValue
bubblesfalse
cancelablefalse
currentTargetThe Object that defines the event listener that handles the event. For example, if you use myButton.addEventListener() to register an event listener, myButton is the value of the currentTarget.
targetThe Object that dispatched the event; it is not always the Object listening for the event. Use the currentTarget property to always access the Object listening for the event.
triggerEventA value indicating the type of input action that triggered the event.

OPEN

Constante 
public static const OPEN:String = "open"

Taalversie: ActionScript 3.0
Productversie: Flex 4
Runtimeversies: Flash Player 10, AIR 1.5

The DropDownEvent.OPEN constant defines the value of the type property of the event object for a open event.

The properties of the event object have the following values:

PropertyValue
bubblesfalse
cancelablefalse
currentTargetThe Object that defines the event listener that handles the event. For example, if you use myButton.addEventListener() to register an event listener, myButton is the value of the currentTarget.
targetThe Object that dispatched the event; it is not always the Object listening for the event. Use the currentTarget property to always access the Object listening for the event.
triggerEventA value indicating the type of input action that triggered the event.





[ X ]Waarom in het Engels?
Sommige inhoud van de Naslaggids voor ActionScript 3.0 staat in het Engels

Niet alle onderdelen van de Naslaggids voor ActionScript 3.0 zijn in alle talen vertaald. Wanneer een taalelement niet is vertaald, wordt het in het Engels weergegeven. Zo is de klasse ga.controls.HelpBox niet in elke taal vertaald. In de Nederlandse versie van de naslaggids wordt de klasse ga.controls.HelpBox bijvoorbeeld in het Engels weergegeven.