Packageardisia.components.pane.events
Classpublic class PaneEvent
InheritancePaneEvent Inheritance flash.events.Event

Event used by the Pane class.



Public Properties
 PropertyDefined By
  pane : Pane
PaneEvent
Public Methods
 MethodDefined By
  
PaneEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, pane:Pane = null)
PaneEvent
  
clone():Event
[override] Necessary for re-dispatching to work.
PaneEvent
Public Constants
 ConstantDefined By
  CLOSED : String = closed
[static]
PaneEvent
  DISPLAY_CLOSE_BUTTON_CHANGED : String = displayCloseButtonChanged
[static]
PaneEvent
  DOCKED : String = docked
[static]
PaneEvent
  DRAGGING : String = dragging
[static]
PaneEvent
  DRAGGING_END : String = draggingEnd
[static]
PaneEvent
  DRAGGING_STARTING : String = draggingStarting
[static]
PaneEvent
  FLOATED : String = floated
[static]
PaneEvent
  FLOATED_PANE_ACTIVE : String = floatedPaneActive
[static]
PaneEvent
  FLOATED_PANE_INACTIVE : String = floatedPaneInactive
[static]
PaneEvent
  ICON_CHANGE : String = iconChange
[static]
PaneEvent
  MAXIMIZE_CHANGE : String = maximizeChange
[static]
PaneEvent
  MINIMIZE_CHANGE : String = minimizeChange
[static]
PaneEvent
  READY_TO_ANIMATE : String = readyToAnimate
[static]
PaneEvent
  TITLE_CHANGE : String = titleChange
[static]
PaneEvent
Property Detail
paneproperty
public var pane:Pane

Constructor Detail
PaneEvent()Constructor
public function PaneEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, pane:Pane = null)



Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
 
pane:Pane (default = null)
Method Detail
clone()method
override public function clone():Event

Necessary for re-dispatching to work.

Returns
Event — PaneEvent
Constant Detail
CLOSEDConstant
public static const CLOSED:String = closed

DISPLAY_CLOSE_BUTTON_CHANGEDConstant 
public static const DISPLAY_CLOSE_BUTTON_CHANGED:String = displayCloseButtonChanged

DOCKEDConstant 
public static const DOCKED:String = docked

DRAGGINGConstant 
public static const DRAGGING:String = dragging

DRAGGING_ENDConstant 
public static const DRAGGING_END:String = draggingEnd

DRAGGING_STARTINGConstant 
public static const DRAGGING_STARTING:String = draggingStarting

FLOATEDConstant 
public static const FLOATED:String = floated

FLOATED_PANE_ACTIVEConstant 
public static const FLOATED_PANE_ACTIVE:String = floatedPaneActive

FLOATED_PANE_INACTIVEConstant 
public static const FLOATED_PANE_INACTIVE:String = floatedPaneInactive

ICON_CHANGEConstant 
public static const ICON_CHANGE:String = iconChange

MAXIMIZE_CHANGEConstant 
public static const MAXIMIZE_CHANGE:String = maximizeChange

MINIMIZE_CHANGEConstant 
public static const MINIMIZE_CHANGE:String = minimizeChange

READY_TO_ANIMATEConstant 
public static const READY_TO_ANIMATE:String = readyToAnimate

TITLE_CHANGEConstant 
public static const TITLE_CHANGE:String = titleChange