| Package | com.soundstep.ui.events |
| Class | public class BaseEventUI |
| Inheritance | BaseEventUI flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| elementUI : ElementUI
Instance of the ElementUI
| BaseEventUI | ||
| properties : Object
Object containing the properties of the DisplayObject that will be updated
| BaseEventUI | ||
| Method | Defined 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 | ||
| Constant | Defined 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 | ||
| elementUI | property |
public var elementUI:ElementUIInstance of the ElementUI
| properties | property |
public var properties:ObjectObject containing the properties of the DisplayObject that will be updated
| 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) |
| clone | () | method |
public override function clone():EventCreate an instance of the BaseEventUI class
ReturnsEvent — Event
|
| toString | () | method |
public override function toString():StringReturns
String — String
|
| ADDED | constant |
public static const ADDED:String = "elementAdded"
Dispatch from a BaseUI instance
Indicates a DisplayObject has been added to the BaseUI instance
| BEFORE_UPDATE | constant |
public static const BEFORE_UPDATE:String = "beforeUpdate"
Dispatch from a ElementUI instance
Object containing the properties of the DisplayObject that will be updated
| REMOVED | constant |
public static const REMOVED:String = "elementRemoved"
Dispatch from a BaseUI instance
Indicates a DisplayObject has been removed from the BaseUI instance
| UPDATED | constant |
public static const UPDATED:String = "elementUpdated"
Dispatch from a ElementUI instance
Indicates a DisplayObject has been updated