Packageardisia.components.popUpButton.events
Classpublic class PopUpButtonEvent
InheritancePopUpButtonEvent Inheritance flash.events.Event

Custom event for the PopUpButton class.



Public Methods
 MethodDefined By
  
PopUpButtonEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
PopUpButtonEvent
Public Constants
 ConstantDefined By
  CLOSE : String = close
[static]
PopUpButtonEvent
  OPEN : String = open
[static]
PopUpButtonEvent
Constructor Detail
PopUpButtonEvent()Constructor
public function PopUpButtonEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)



Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Constant Detail
CLOSEConstant
public static const CLOSE:String = close

OPENConstant 
public static const OPEN:String = open