Packagecom.flextoolbox.events
Classpublic class PopUpThumbnailEvent
InheritancePopUpThumbnailEvent Inheritance flash.events.Event

Represents events that are dispatched when the full-size representation of a thumbnail is opened and closed.

See also

com.flextoolbox.controls.PopUpThumbnail


Public Methods
 MethodDefined by
  
PopUpThumbnailEvent(type:String)
Constructor.
PopUpThumbnailEvent
Public Constants
 ConstantDefined 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
Constructor detail
PopUpThumbnailEvent()constructor
public function PopUpThumbnailEvent(type:String)

Constructor.

Parameters
type:String — The event type; indicates the action that caused the event.
Constant detail
POP_UP_CLOSEconstant
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_OPENconstant 
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.