| Language Version : | ActionScript 3.0 |
| Runtime Versions : | AIR 1.0, Flash Player 9.0.28.0 |
The DataChangeType class defines constants for the
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.
public static const ADD:String = "add"| Language Version : | ActionScript 3.0 |
| Runtime Versions : | AIR 1.0, Flash Player 9.0.28.0 |
Items were added to the data provider.
public static const CHANGE:String = "change"| Language Version : | ActionScript 3.0 |
| Runtime Versions : | AIR 1.0, Flash Player 9.0.28.0 |
A change was made to the component data. This value does not affect the
component data that it describes.
public static const INVALIDATE:String = "invalidate"| Language Version : | ActionScript 3.0 |
| Runtime Versions : | AIR 1.0, Flash Player 9.0.28.0 |
A change was made to the data contained in an item.
public static const INVALIDATE_ALL:String = "invalidateAll"| Language Version : | ActionScript 3.0 |
| Runtime Versions : | AIR 1.0, Flash Player 9.0.28.0 |
The data set is invalid.
public static const REMOVE:String = "remove"| Language Version : | ActionScript 3.0 |
| Runtime Versions : | AIR 1.0, Flash Player 9.0.28.0 |
Items were removed from the data provider.
public static const REMOVE_ALL:String = "removeAll"| Language Version : | ActionScript 3.0 |
| Runtime Versions : | AIR 1.0, Flash Player 9.0.28.0 |
All items were removed from the data provider.
public static const REPLACE:String = "replace"| Language Version : | ActionScript 3.0 |
| Runtime Versions : | AIR 1.0, Flash Player 9.0.28.0 |
The items in the data provider were replaced by new items.
public static const SORT:String = "sort"| Language Version : | ActionScript 3.0 |
| Runtime Versions : | AIR 1.0, Flash Player 9.0.28.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.
© 2004-2008 Adobe Systems Incorporated. All rights reserved.
Mon Jun 16 2008, 11:54 AM -07:00 Current page: http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/fl/events/DataChangeType.html