| Package | com.adobe.rtc.events |
| Class | public class ArrayCollectionEvent |
| Inheritance | ArrayCollectionEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| location : int | ArrayCollectionEvent | ||
| newItem : * | ArrayCollectionEvent | ||
| oldItem : * | ArrayCollectionEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
ArrayCollectionEvent(p_type:String, p_location:int = -1, p_oldItem:* = null, p_newItem:* = null)
| ArrayCollectionEvent | ||
|
clone():Event
| ArrayCollectionEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| ADD : String = "add" [static]
The ArrayCollectionChangeEvent.ADD constant defines the value of the type property of the event object for an event that is dispatched when a value in ArrayCollection has been added.
| ArrayCollectionEvent | ||
| REMOVE : String = "remove" [static]
The ArrayCollectionChangeEvent.REMOVE constant defines the value of the type property of the event object for an event that is dispatched when a value in ArrayCollection has been removed.
| ArrayCollectionEvent | ||
| REMOVEALL : String = "removeAll" [static]
| ArrayCollectionEvent | ||
| REPLACE : String = "replace" [static]
The ArrayCollectionChangeEvent.REPLACE constant defines the value of the type property of the event object for an event that is dispatched when a value in ArrayCollection has been modified.
| ArrayCollectionEvent | ||
| location | property |
public var location:int
| newItem | property |
public var newItem:*
| oldItem | property |
public var oldItem:*
| ArrayCollectionEvent | () | constructor |
public function ArrayCollectionEvent(p_type:String, p_location:int = -1, p_oldItem:* = null, p_newItem:* = null)Parameters
p_type:String |
|
p_location:int (default = -1) |
|
p_oldItem:* (default = null) |
|
p_newItem:* (default = null) |
| clone | () | method |
public override function clone():Event
Returns
Event |
| ADD | constant |
public static const ADD:String = "add"The ArrayCollectionChangeEvent.ADD constant defines the value of the type property of the event object for an event that is dispatched when a value in ArrayCollection has been added.
| REMOVE | constant |
public static const REMOVE:String = "remove"The ArrayCollectionChangeEvent.REMOVE constant defines the value of the type property of the event object for an event that is dispatched when a value in ArrayCollection has been removed.
| REMOVEALL | constant |
public static const REMOVEALL:String = "removeAll"
| REPLACE | constant |
public static const REPLACE:String = "replace"The ArrayCollectionChangeEvent.REPLACE constant defines the value of the type property of the event object for an event that is dispatched when a value in ArrayCollection has been modified.
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/labs/acrobatcom/com/adobe/rtc/events/ArrayCollectionEvent.html