This page was saved using jaction on 2006-09-04 8:33:32.
Address: http://flexdocs.kr/docs/flex2/langref/mx/events/CollectionEventKind.html
Title: mx.events.CollectionEventKind (Flex™ 2 레퍼런스 가이드)  •  Size: 23241
Packagemx.events
Classpublic final class CollectionEventKind
InheritanceCollectionEventKind Inheritance Object

CollectionEventKind 클래스에는, mx.events.CollectionEvent 클래스의 유효한 kind property치의 정수가 포함됩니다. 이러한 정수는, 콜렉션에 행해진 변경의 종류를 나타냅니다.

See also

mx.events.CollectionEvent


Public property
 property정의
 Inheritedconstructor : Object
특정의 object 인스턴스의 클래스 object 또는 constructor    함수에의 참조입니다.
Object
 Inheritedprototype : Object
[static] 클래스 또는 함수 object의 prototype object에의 참조입니다.
Object
Public Methods
 Methods정의
 InheritedhasOwnProperty (name:String ):Boolean
object로 지정된 property가 정의되고 있는지 어떤지를 나타냅니다.
Object
 InheritedisPrototypeOf (theClass:Object ):Boolean
Object 클래스의 인스턴스가, Parameters로서 지정된 object의 prototype 체인내에 있을지 어떨지를 나타냅니다.
Object
 InheritedpropertyIsEnumerable (name:String ):Boolean
지정된 property가 존재해, 열거 가능한가 어떤가를 나타냅니다.
Object
 InheritedsetPropertyIsEnumerable (name:String , isEnum:Boolean = true):void
루프 처리에 대한 다이나믹 property의 가용성을 설정합니다.
Object
 InheritedtoString ():String
지정된 object의 string 표현을 돌려줍니다.
Object
 InheritedvalueOf ():Object
지정된 object의 원시적치를 돌려줍니다.
Object
Public 정수
 정수정의
  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