| Package | org.aswing.event |
| Class | public class PopupEvent |
| Inheritance | PopupEvent AWEvent flash.events.Event |
JPopup.
See also
| Method | Defined by | ||
|---|---|---|---|
|
PopupEvent(type:String)
| PopupEvent | ||
|
clone():Event
| PopupEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
![]() | ACT : String = "act" [static]
The
AWEvent.ACT constant defines the value of the
type property of the event object for a act event. | AWEvent | |
![]() | FOCUS_GAINED : String = "focusGained" [static]
The
AWEvent.FOCUS_GAINED constant defines the value of the
type property of the event object for a focusGained event. | AWEvent | |
![]() | FOCUS_LOST : String = "focusLost" [static]
The
AWEvent.FOCUS_LOST constant defines the value of the
type property of the event object for a focusLost event. | AWEvent | |
![]() | HIDDEN : String = "hidden" [static]
The
AWEvent.HIDDEN constant defines the value of the
type property of the event object for a hidden event. | AWEvent | |
![]() | PAINT : String = "paint" [static]
The
AWEvent.PAINT constant defines the value of the
type property of the event object for a paint event. | AWEvent | |
| POPUP_CLOSED : String = "popupClosed" [static]
The
PopupEvent.POPUP_CLOSED constant defines the value of the
type property of the event object for a popupClosed event. | PopupEvent | ||
| POPUP_OPENED : String = "popupOpened" [static]
The
PopupEvent.POPUP_OPENED constant defines the value of the
type property of the event object for a popupOpened event. | PopupEvent | ||
![]() | SHOWN : String = "shown" [static]
The
AWEvent.SHOWN constant defines the value of the
type property of the event object for a shown event. | AWEvent | |
| PopupEvent | () | constructor |
public function PopupEvent(type:String)Parameters
type:String |
| clone | () | method |
public override function clone():Event
Returns
Event |
| POPUP_CLOSED | constant |
public static const POPUP_CLOSED:String = "popupClosed"
The PopupEvent.POPUP_CLOSED constant defines the value of the
type property of the event object for a popupClosed event.
The properties of the event object have the following values:
| Property | Value |
|---|---|
bubbles | false |
cancelable | false |
currentTarget | The Object that defines the
event listener that handles the event. For example, if you use
comp.addEventListener() to register an event listener,
comp is the value of the currentTarget. |
target | The 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. |
| POPUP_OPENED | constant |
public static const POPUP_OPENED:String = "popupOpened"
The PopupEvent.POPUP_OPENED constant defines the value of the
type property of the event object for a popupOpened event.
The properties of the event object have the following values:
| Property | Value |
|---|---|
bubbles | false |
cancelable | false |
currentTarget | The Object that defines the
event listener that handles the event. For example, if you use
comp.addEventListener() to register an event listener,
comp is the value of the currentTarget. |
target | The 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. |