Package | ardisia.components.buttonBar.events |
Class | public class ButtonBarEvent |
Inheritance | ButtonBarEvent flash.events.Event |
Property | Defined By | ||
---|---|---|---|
indexToRemove : int
Index of the pane about to be removed. | ButtonBarEvent |
Method | Defined By | ||
---|---|---|---|
ButtonBarEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, indexToRemove:int = -1) | ButtonBarEvent |
Constant | Defined 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 |
indexToRemove | property |
public var indexToRemove:int
Index of the pane about to be removed.
The default value is -1
.
ButtonBarEvent | () | Constructor |
public function ButtonBarEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, indexToRemove:int = -1)
type:String | |
bubbles:Boolean (default = false )
| |
cancelable:Boolean (default = false )
| |
indexToRemove:int (default = -1 )
|
BUTTON_CLOSE | Constant |
public static const BUTTON_CLOSE:String = buttonClose
BUTTON_CLOSING | Constant |
public static const BUTTON_CLOSING:String = buttonClosing
CLOSE_BUTTON_CLICK | Constant |
public static const CLOSE_BUTTON_CLICK:String = closeButtonClick
DRAG_END | Constant |
public static const DRAG_END:String = dragEnd
DRAG_START | Constant |
public static const DRAG_START:String = dragStart
DRAG_STARTING | Constant |
public static const DRAG_STARTING:String = dragStarting
DRAGGING | Constant |
public static const DRAGGING:String = dragging