| Package | fl.events |
| Class | public class DataChangeType |
| Inheritance | DataChangeType Object |
| Language Version: | ActionScript 3.0 |
| Product Version: | Flash CS3 |
| Runtime Versions: | Flash Player 9.0.28.0, AIR 1.0 |
DataChangeEvent.changeType
event. These constants are used by the DataChangeEvent class to identify the type
of change that was applied to the data in a list-based component such as a List, ComboBox,
TileList, or DataGrid.
Related API Elements
Public Properties
| Property | Defined By | ||
|---|---|---|---|
![]() | constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | |
Public Methods
| Method | Defined By | ||
|---|---|---|---|
![]() |
Indicates whether an object has a specified property defined. | Object | |
![]() |
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | |
![]() |
Indicates whether the specified property exists and is enumerable. | Object | |
![]() |
Sets the availability of a dynamic property for loop operations. | Object | |
![]() |
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | |
![]() |
Returns the string representation of the specified object. | Object | |
![]() |
Returns the primitive value of the specified object. | Object | |
Public Constants
| Constant | Defined By | ||
|---|---|---|---|
| ADD : String = "add" [static]
Items were added to the data provider. | DataChangeType | ||
| CHANGE : String = "change" [static]
A change was made to the component data. | DataChangeType | ||
| INVALIDATE : String = "invalidate" [static]
A change was made to the data contained in an item. | DataChangeType | ||
| INVALIDATE_ALL : String = "invalidateAll" [static]
The data set is invalid. | DataChangeType | ||
| REMOVE : String = "remove" [static]
Items were removed from the data provider. | DataChangeType | ||
| REMOVE_ALL : String = "removeAll" [static]
All items were removed from the data provider. | DataChangeType | ||
| REPLACE : String = "replace" [static]
The items in the data provider were replaced by new items. | DataChangeType | ||
| SORT : String = "sort" [static]
The data provider was sorted. | DataChangeType | ||
Constant Detail
ADD | Constant |
public static const ADD:String = "add"| Language Version: | ActionScript 3.0 |
| Product Version: | Flash CS3 |
| Runtime Versions: | Flash Player 9.0.28.0, AIR 1.0 |
Items were added to the data provider.
CHANGE | Constant |
public static const CHANGE:String = "change"| Language Version: | ActionScript 3.0 |
| Product Version: | Flash CS3 |
| Runtime Versions: | Flash Player 9.0.28.0, AIR 1.0 |
A change was made to the component data. This value does not affect the component data that it describes.
INVALIDATE | Constant |
public static const INVALIDATE:String = "invalidate"| Language Version: | ActionScript 3.0 |
| Product Version: | Flash CS3 |
| Runtime Versions: | Flash Player 9.0.28.0, AIR 1.0 |
A change was made to the data contained in an item.
INVALIDATE_ALL | Constant |
public static const INVALIDATE_ALL:String = "invalidateAll"| Language Version: | ActionScript 3.0 |
| Product Version: | Flash CS3 |
| Runtime Versions: | Flash Player 9.0.28.0, AIR 1.0 |
The data set is invalid.
REMOVE | Constant |
public static const REMOVE:String = "remove"| Language Version: | ActionScript 3.0 |
| Product Version: | Flash CS3 |
| Runtime Versions: | Flash Player 9.0.28.0, AIR 1.0 |
Items were removed from the data provider.
REMOVE_ALL | Constant |
public static const REMOVE_ALL:String = "removeAll"| Language Version: | ActionScript 3.0 |
| Product Version: | Flash CS3 |
| Runtime Versions: | Flash Player 9.0.28.0, AIR 1.0 |
All items were removed from the data provider.
REPLACE | Constant |
public static const REPLACE:String = "replace"| Language Version: | ActionScript 3.0 |
| Product Version: | Flash CS3 |
| Runtime Versions: | Flash Player 9.0.28.0, AIR 1.0 |
The items in the data provider were replaced by new items.
SORT | Constant |
public static const SORT:String = "sort"| Language Version: | ActionScript 3.0 |
| Product Version: | Flash CS3 |
| Runtime Versions: | Flash Player 9.0.28.0, AIR 1.0 |
The data provider was sorted. This constant is used to indicate a change in the order of the data, not a change in the data itself.
Thu Dec 4 2014, 05:50 PM -08:00
