| Paquete | mx.events |
| Clase | public final class CollectionEventKind |
| Herencia | CollectionEventKind Object |
| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Flex 3 |
| Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
kind property.
These constants indicate the kind of change that was made to the collection.
Elementos de API relacionados
| Constante | Definido por | ||
|---|---|---|---|
| ADD : String = "add" [estática]
Indicates that the collection added an item or items. | CollectionEventKind | ||
| MOVE : String = "move" [estática]
Indicates that the item has moved from the position identified
by the CollectionEvent oldLocation property to the
position identified by the location property. | CollectionEventKind | ||
| REFRESH : String = "refresh" [estática]
Indicates that the collection applied a sort, a filter, or both. | CollectionEventKind | ||
| REMOVE : String = "remove" [estática]
Indicates that the collection removed an item or items. | CollectionEventKind | ||
| REPLACE : String = "replace" [estática]
Indicates that the item at the position identified by the
CollectionEvent location property has been replaced. | CollectionEventKind | ||
| RESET : String = "reset" [estática]
Indicates that the collection has changed so drastically that
a reset is required. | CollectionEventKind | ||
| UPDATE : String = "update" [estática]
Indicates that one or more items were updated within the collection. | CollectionEventKind | ||
ADD | Constante |
public static const ADD:String = "add"| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Flex 3 |
| Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Indicates that the collection added an item or items.
MOVE | Constante |
public static const MOVE:String = "move"| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Flex 3 |
| Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Indicates that the item has moved from the position identified
by the CollectionEvent oldLocation property to the
position identified by the location property.
REFRESH | Constante |
public static const REFRESH:String = "refresh"| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Flex 3 |
| Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Indicates that the collection applied a sort, a filter, or both. This change can potentially be easier to handle than a RESET.
REMOVE | Constante |
public static const REMOVE:String = "remove"| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Flex 3 |
| Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Indicates that the collection removed an item or items.
REPLACE | Constante |
public static const REPLACE:String = "replace"| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Flex 3 |
| Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Indicates that the item at the position identified by the
CollectionEvent location property has been replaced.
RESET | Constante |
public static const RESET:String = "reset"| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Flex 3 |
| Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Indicates that the collection has changed so drastically that a reset is required.
UPDATE | Constante |
public static const UPDATE:String = "update"| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Flex 3 |
| Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Indicates that one or more items were updated within the collection.
The affected item(s)
are stored in the items property.
Tue Jun 12 2018, 02:12 PM Z
Ocultar propiedades públicas heredadas
Mostrar propiedades públicas heredadas