Packageardisia.components.buttonBar.events
Classpublic class ButtonBarEvent
InheritanceButtonBarEvent Inheritance flash.events.Event

Custom event for the ButtonBar class.



Public Properties
 PropertyDefined By
  indexToRemove : int
Index of the pane about to be removed.
ButtonBarEvent
Public Methods
 MethodDefined By
  
ButtonBarEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, indexToRemove:int = -1)
ButtonBarEvent
Public Constants
 ConstantDefined By
  BUTTON_CLOSE : String = buttonClose
[static]
ButtonBarEvent
  BUTTON_CLOSING : String = buttonClosing
[static]
ButtonBarEvent
  CLOSE_BUTTON_CLICK : String = closeButtonClick
[static]
ButtonBarEvent
  DRAG_END : String = dragEnd
[static]
ButtonBarEvent
  DRAGGING : String = dragging
[static]
ButtonBarEvent
  DRAG_START : String = dragStart
[static]
ButtonBarEvent
  DRAG_STARTING : String = dragStarting
[static]
ButtonBarEvent
Property Detail
indexToRemoveproperty
public var indexToRemove:int

Index of the pane about to be removed.

The default value is -1.

Constructor Detail
ButtonBarEvent()Constructor
public function ButtonBarEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, indexToRemove:int = -1)



Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
 
indexToRemove:int (default = -1)
Constant Detail
BUTTON_CLOSEConstant
public static const BUTTON_CLOSE:String = buttonClose

BUTTON_CLOSINGConstant 
public static const BUTTON_CLOSING:String = buttonClosing

CLOSE_BUTTON_CLICKConstant 
public static const CLOSE_BUTTON_CLICK:String = closeButtonClick

DRAG_ENDConstant 
public static const DRAG_END:String = dragEnd

DRAG_STARTConstant 
public static const DRAG_START:String = dragStart

DRAG_STARTINGConstant 
public static const DRAG_STARTING:String = dragStarting

DRAGGINGConstant 
public static const DRAGGING:String = dragging