| 패키지 | mx.events |
| 클래스 | public final class CollectionEventKind |
| 상속 | CollectionEventKind Object |
| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Flex 3 |
| 런타임 버전: | Flash Player 9, AIR 1.1 |
kind property.
These constants indicate the kind of change that was made to the collection.
관련 API 요소
| 상수 | 정의 주체 | ||
|---|---|---|---|
| ADD : String = "add" [정적]
Indicates that the collection added an item or items. | CollectionEventKind | ||
| MOVE : String = "move" [정적]
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" [정적]
Indicates that the collection applied a sort, a filter, or both. | CollectionEventKind | ||
| REMOVE : String = "remove" [정적]
Indicates that the collection removed an item or items. | CollectionEventKind | ||
| REPLACE : String = "replace" [정적]
Indicates that the item at the position identified by the
CollectionEvent location property has been replaced. | CollectionEventKind | ||
| RESET : String = "reset" [정적]
Indicates that the collection has changed so drastically that
a reset is required. | CollectionEventKind | ||
| UPDATE : String = "update" [정적]
Indicates that one or more items were updated within the collection. | CollectionEventKind | ||
ADD | 상수 |
public static const ADD:String = "add"| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Flex 3 |
| 런타임 버전: | Flash Player 9, AIR 1.1 |
Indicates that the collection added an item or items.
MOVE | 상수 |
public static const MOVE:String = "move"| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Flex 3 |
| 런타임 버전: | 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 | 상수 |
public static const REFRESH:String = "refresh"| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Flex 3 |
| 런타임 버전: | 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 | 상수 |
public static const REMOVE:String = "remove"| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Flex 3 |
| 런타임 버전: | Flash Player 9, AIR 1.1 |
Indicates that the collection removed an item or items.
REPLACE | 상수 |
public static const REPLACE:String = "replace"| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Flex 3 |
| 런타임 버전: | Flash Player 9, AIR 1.1 |
Indicates that the item at the position identified by the
CollectionEvent location property has been replaced.
RESET | 상수 |
public static const RESET:String = "reset"| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Flex 3 |
| 런타임 버전: | Flash Player 9, AIR 1.1 |
Indicates that the collection has changed so drastically that a reset is required.
UPDATE | 상수 |
public static const UPDATE:String = "update"| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Flex 3 |
| 런타임 버전: | 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, 03:17 PM Z
상속되는 공용 속성 숨기기
상속되는 공용 속성 표시