| Package | com.flextoolbox.events |
| Class | public class PopUpThumbnailEvent |
| Inheritance | PopUpThumbnailEvent flash.events.Event |
See also
| Method | Defined by | ||
|---|---|---|---|
|
PopUpThumbnailEvent(type:String)
Constructor.
| PopUpThumbnailEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| POP_UP_CLOSE : String = "popUpClose" [static]
The
PopUpThumbnailEvent.POP_UP_CLOSE constant defines
the value of the type property of the event object for a
popUpClose event. | PopUpThumbnailEvent | ||
| POP_UP_OPEN : String = "popUpOpen" [static]
The
PopUpThumbnailEvent.POP_UP_OPEN constant defines
the value of the type property of the event object for a
popUpOpen event. | PopUpThumbnailEvent | ||
| PopUpThumbnailEvent | () | constructor |
public function PopUpThumbnailEvent(type:String)Constructor.
Parameterstype:String — The event type; indicates the action that caused the event.
|
| POP_UP_CLOSE | constant |
public static const POP_UP_CLOSE:String = "popUpClose"
The PopUpThumbnailEvent.POP_UP_CLOSE constant defines
the value of the type property of the event object for a
popUpClose event.
| POP_UP_OPEN | constant |
public static const POP_UP_OPEN:String = "popUpOpen"
The PopUpThumbnailEvent.POP_UP_OPEN constant defines
the value of the type property of the event object for a
popUpOpen event.