Packagecom.soundstep.ui.events
Classpublic class BaseEventUI
InheritanceBaseEventUI Inheritance flash.events.Event

Author: Romuald Quantin - www.soundstep.com
Class version: 3.0.2
Actionscript version: 3.0
Copyright: Creative Commons Attribution-ShareAlike 3.0 Unported License
http://creativecommons.org/licenses/by-sa/3.0/
You can use BaseUI in any flash site, except to include/distribute it in another framework, application, template, component or structure that is meant to build, scaffold or generate source files.

Date: 08-2008



Public Properties
 PropertyDefined by
  elementUI : ElementUI
Instance of the ElementUI
BaseEventUI
  properties : Object
Object containing the properties of the DisplayObject that will be updated
BaseEventUI
Public Methods
 MethodDefined by
  
BaseEventUI(type:String, elementUI:ElementUI, properties:Object, bubbles:Boolean = false, cancelable:Boolean = false)
BaseEventUI
  
clone():Event
Create an instance of the BaseEventUI class
BaseEventUI
  
toString():String
BaseEventUI
Public Constants
 ConstantDefined by
  ADDED : String = "elementAdded"
[static] Dispatch from a BaseUI instance
Indicates a DisplayObject has been added to the BaseUI instance
BaseEventUI
  BEFORE_UPDATE : String = "beforeUpdate"
[static] Dispatch from a ElementUI instance
Object containing the properties of the DisplayObject that will be updated
BaseEventUI
  REMOVED : String = "elementRemoved"
[static] Dispatch from a BaseUI instance
Indicates a DisplayObject has been removed from the BaseUI instance
BaseEventUI
  UPDATED : String = "elementUpdated"
[static] Dispatch from a ElementUI instance
Indicates a DisplayObject has been updated
BaseEventUI
Property detail
elementUIproperty
public var elementUI:ElementUI

Instance of the ElementUI

propertiesproperty 
public var properties:Object

Object containing the properties of the DisplayObject that will be updated

Constructor detail
BaseEventUI()constructor
public function BaseEventUI(type:String, elementUI:ElementUI, properties:Object, bubbles:Boolean = false, cancelable:Boolean = false)

Parameters
type:String — The event type; indicates the action that triggered the event.
 
elementUI:ElementUI — Instance of the ElementUI class
 
properties:Object — Specifies whether or not the event can bubble up the display list hierarchy.
 
bubbles:Boolean (default = false) — Specifies whether or not the behavior associated with the event can be prevented.
 
cancelable:Boolean (default = false)
Method detail
clone()method
public override function clone():Event

Create an instance of the BaseEventUI class

Returns
Event — Event
toString()method 
public override function toString():String

Returns
String — String
Constant detail
ADDEDconstant
public static const ADDED:String = "elementAdded"

Dispatch from a BaseUI instance
Indicates a DisplayObject has been added to the BaseUI instance

BEFORE_UPDATEconstant 
public static const BEFORE_UPDATE:String = "beforeUpdate"

Dispatch from a ElementUI instance
Object containing the properties of the DisplayObject that will be updated

REMOVEDconstant 
public static const REMOVED:String = "elementRemoved"

Dispatch from a BaseUI instance
Indicates a DisplayObject has been removed from the BaseUI instance

UPDATEDconstant 
public static const UPDATED:String = "elementUpdated"

Dispatch from a ElementUI instance
Indicates a DisplayObject has been updated