Packagecom.yahoo.astra.layout.events
Classpublic class LayoutEvent
InheritanceLayoutEvent Inheritance flash.events.Event

Events associated with ILayoutContainer objects.

See also

ILayoutContainer


Public Methods
 MethodDefined by
  
LayoutEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor.
LayoutEvent
Public Constants
 ConstantDefined by
  LAYOUT_CHANGE : String = "layoutChange"
[static] The LayoutEvent.LAYOUT_CHANGE event type constant indicates that the layout of an ILayoutContainer needs to be redrawn.
LayoutEvent
Constructor detail
LayoutEvent()constructor
public function LayoutEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)

Constructor.

Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Constant detail
LAYOUT_CHANGEconstant
public static const LAYOUT_CHANGE:String = "layoutChange"

The LayoutEvent.LAYOUT_CHANGE event type constant indicates that the layout of an ILayoutContainer needs to be redrawn.