| Package | mx.events |
| Class | public final class CollectionEventKind |
| Inheritance | CollectionEventKind Object |
kind property치의 정수가 포함됩니다. 이러한 정수는, 콜렉션에 행해진 변경의 종류를 나타냅니다.
See also
| 정수 | 정의 | ||
|---|---|---|---|
| ADD : String = "add" [static]
콜렉션에 아이템이 추가된 것을 나타냅니다.
| CollectionEventKind | ||
| MOVE : String = "move" [static]
아이템이 CollectionEvent
oldLocation property로 지정된 위치로부터 location property로 지정된 위치로 이동한 것을 나타냅니다. | CollectionEventKind | ||
| REFRESH : String = "refresh" [static]
콜렉션에 소트, 필터, 또는 양쪽 모두가 적용된 것을 나타냅니다.
| CollectionEventKind | ||
| REMOVE : String = "remove" [static]
콜렉션으로부터 아이템이 삭제된 것을 나타냅니다.
| CollectionEventKind | ||
| REPLACE : String = "replace" [static]
CollectionEvent
location property로 지정된 위치의 아이템을 옮겨놓을 수 있던 것을 나타냅니다. | CollectionEventKind | ||
| RESET : String = "reset" [static]
콜렉션이 큰폭으로 변경되어 리셋트가 필요한 것을 나타냅니다.
| CollectionEventKind | ||
| UPDATE : String = "update" [static]
아이템이 콜렉션내에서 갱신된 것을 나타냅니다.
| CollectionEventKind | ||
| ADD | 정수 |
public static const ADD:String = "add"콜렉션에 아이템이 추가된 것을 나타냅니다.
| MOVE | 정수 |
public static const MOVE:String = "move"
아이템이 CollectionEvent oldLocation property로 지정된 위치로부터 location property로 지정된 위치로 이동한 것을 나타냅니다.
| REFRESH | 정수 |
public static const REFRESH:String = "refresh"콜렉션에 소트, 필터, 또는 양쪽 모두가 적용된 것을 나타냅니다. 이 변경은, RESET 를 취급하는 것보다 간단한 경우가 있습니다.
| REMOVE | 정수 |
public static const REMOVE:String = "remove"콜렉션으로부터 아이템이 삭제된 것을 나타냅니다.
| REPLACE | 정수 |
public static const REPLACE:String = "replace"
CollectionEvent location property로 지정된 위치의 아이템을 옮겨놓을 수 있던 것을 나타냅니다.
| RESET | 정수 |
public static const RESET:String = "reset"콜렉션이 큰폭으로 변경되어 리셋트가 필요한 것을 나타냅니다.
| UPDATE | 정수 |
public static const UPDATE:String = "update"
아이템이 콜렉션내에서 갱신된 것을 나타냅니다. 영향을 받는 아이템 또는 그 관련 ObjectChangeEvent object는,items property에 보존되고 있습니다.
코멘트가 추가되었을 경우, 메일로 받기. | 코멘트 리포트
현재의 페이지: http://flexdocs.kr/docs/flex2/langref/mx/events/CollectionEventKind.html