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

Author: Romuald Quantin - www.soundstep.com
Class version: 2.0.4
Actionscript version: 3.0
Copyright: Mozilla Public License 1.1 (MPL 1.1)
http://www.opensource.org/licenses/mozilla1.1.php
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: 06-2008



Public Properties
 PropertyDefined by
  elementUI : ElementUI
Instance of the ElementUI
BaseEventUI
Public Methods
 MethodDefined by
  
BaseEventUI(type:String, elementUI:ElementUI, 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
  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

Constructor detail
BaseEventUI()constructor
public function BaseEventUI(type:String, elementUI:ElementUI, 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
 
bubbles:Boolean (default = false) — Specifies whether the event can bubble up the display list hierarchy.
 
cancelable:Boolean (default = false) — Specifies whether the behavior associated with the event can be prevented.
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

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