| Package | org.springextensions.actionscript.collections |
| SVN browsing | TypedCollectionEvent.as |
| Fisheye | TypedCollectionEvent.as |
| Class | public class TypedCollectionEvent |
| Inheritance | TypedCollectionEvent flash.events.Event |
Authors: Christophe Herreman, Bert Vandamme
Version: $Revision: 21 $, $Date: 2008-11-01 22:58:42 +0100 (za, 01 nov 2008) $, $Author: dmurat $
Since: 0.1
| Property | Defined by | ||
|---|---|---|---|
| item : Object [read-only]
Gets the item of the TypedCollectionEvent
| TypedCollectionEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
TypedCollectionEvent(type:String, item:Object, bubbles:Boolean = false, cancelable:Boolean = false)
Creates a new
TypedCollectionEvent instance
| TypedCollectionEvent | ||
|
clone():Event
Returns an exact copy of the current
TypedCollectionEvent instance. | TypedCollectionEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| ADD : String = "add" [static]
Defines the value of the type property of a
TypedCollectionEvent.ADD event object. | TypedCollectionEvent | ||
| item | property |
item:Object [read-only]Gets the item of the TypedCollectionEvent
Implementation public function get item():Object
| TypedCollectionEvent | () | constructor |
public function TypedCollectionEvent(type:String, item:Object, bubbles:Boolean = false, cancelable:Boolean = false)
Creates a new TypedCollectionEvent instance
type:String — the type of the event
|
|
item:Object — a flag indicating whether the event has to bubble or not
|
|
bubbles:Boolean (default = false) — a flag indicating whether the event can be cancelled or not
|
|
cancelable:Boolean (default = false) |
| clone | () | method |
public override function clone():Event
Returns an exact copy of the current TypedCollectionEvent instance.
Event |
| ADD | constant |
public static const ADD:String = "add"
Defines the value of the type property of a TypedCollectionEvent.ADD event object.