| Package | com.soundstep.ui.events |
| Class | public class BaseEventUI |
| Inheritance | BaseEventUI flash.events.Event |
| Method | Defined 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 | ||
| Constant | Defined 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 | ||
| elementUI | property |
public var elementUI:ElementUIInstance of the ElementUI
| 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.
|
| 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
| 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