Packagecom.adobe.portfolio.events
Classpublic class LayoutEvent
InheritanceLayoutEvent Inheritance flash.events.Event

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The LayoutEvent class extends Event and is dispatched by Navigator layouts.



Public Methods
 MethodDefined By
  
LayoutEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor
LayoutEvent
Public Constants
 ConstantDefined By
  HANDLED_ATTACHMENT_FOCUS : String = HANDLED_ATTACHMENT_FOCUS
[static] A string representing the event type when an attachment focus has been handled.
LayoutEvent
Constructor Detail
LayoutEvent()Constructor
public function LayoutEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

Constructor

Parameters
type:String — The type of the event as a string, accessible as LayoutEvent.type.
 
bubbles:Boolean (default = false) — Determines whether the Event object participates in the bubbling stage of the event flow. The default value is false.
 
cancelable:Boolean (default = false) — Determines whether the Event object can be canceled. The default values is false.
Constant Detail
HANDLED_ATTACHMENT_FOCUSConstant
public static const HANDLED_ATTACHMENT_FOCUS:String = HANDLED_ATTACHMENT_FOCUS

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

A string representing the event type when an attachment focus has been handled.