Adobe
®
Flash
®
Platform용 ActionScript
®
3.0 참조 설명서
홈
|
패키지 및 클래스 목록 표시
패키지 및 클래스 목록 숨기기
|
패키지
|
클래스
|
새로운 내용
|
색인
|
부록
|
영어로 표시되는 이유
필터:
서버에서 데이터를 검색하는 중...
서버에서 데이터를 검색하는 중...
mx.data
IPagedList - AS3 ADEP Data Services
속성
|
속성
|
생성자
|
메서드
|
전역 상수
|
이벤트
|
스타일
|
스킨 파트
|
스킨 상태
|
효과
|
상수
|
전역 함수
|
함수
|
인터페이스
|
클래스
|
예제
클래스
x
패키지
mx.data
인터페이스
public interface IPagedList extends
IList
,
IEventDispatcher
언어 버전:
ActionScript 3.0
제품 버전:
Adobe Digital Enterprise Platform Data Services for Java EE 3
런타임 버전:
Flash Player 9, AIR 1.1
The IPagedList is a marker interface for list implementations that implement their own paging.
공용 속성
상속되는 공용 속성 숨기기
상속되는 공용 속성 표시
속성
정의 주체
length
:
int
[읽기 전용] The number of items in this collection.
IList
공용 메서드
상속되는 공용 메서드 숨기기
상속되는 공용 메서드 표시
메서드
정의 주체
addEventListener
(type:
String
, listener:
Function
, useCapture:
Boolean
= false, priority:
int
= 0, useWeakReference:
Boolean
= false):
void
리스너에서 이벤트 알림을 받을 수 있도록 EventDispatcher 객체에 이벤트 리스너 객체를 등록합니다.
IEventDispatcher
addItem
(item:
Object
):
void
Adds the specified item to the end of the list.
IList
addItemAt
(item:
Object
, index:
int
):
void
Adds the item at the specified index.
IList
dispatchEvent
(event:
Event
):
Boolean
이벤트를 이벤트 흐름으로 전달합니다.
IEventDispatcher
getItemAt
(index:
int
, prefetch:
int
= 0):
Object
Gets the item at the specified index.
IList
getItemIndex
(item:
Object
):
int
Returns the index of the item if it is in the list such that getItemAt(index) == item.
IList
hasEventListener
(type:
String
):
Boolean
EventDispatcher 객체에 특정 유형의 이벤트에 대한 리스너가 등록되어 있는지 여부를 확인합니다.
IEventDispatcher
itemUpdated
(item:
Object
, property:
Object
= null, oldValue:
Object
= null, newValue:
Object
= null):
void
Notifies the view that an item has been updated.
IList
removeAll
():
void
Removes all items from the list.
IList
removeEventListener
(type:
String
, listener:
Function
, useCapture:
Boolean
= false):
void
EventDispatcher 객체에서 리스너를 제거합니다.
IEventDispatcher
removeItemAt
(index:
int
):
Object
Removes the item at the specified index and returns it.
IList
setItemAt
(item:
Object
, index:
int
):
Object
Places the item at the specified index.
IList
toArray
():
Array
Returns an Array that is populated in the same order as the IList implementation.
IList
willTrigger
(type:
String
):
Boolean
이 EventDispatcher 객체 또는 조상 객체에 지정한 이벤트 유형에 대한 이벤트 리스너가 등록되어 있는지 여부를 확인합니다.
IEventDispatcher
© 2015 Adobe Systems Incorporated. All rights reserved.
Tue Jun 12 2018, 03:17 PM Z
[ X ]
영어로 표시되는 이유
ActionScript 3.0 참조 설명서의 내용이 영어로 나타납니다.
ActionScript 3.0 참조 설명서 중 일부는 전체 언어로 번역되지 않았습니다. 언어 요소가 번역되지 않은 경우 영어로 나타납니다. 예를 들어 ga.controls.HelpBox 클래스는 어떤 언어로도 번역되지 않았습니다. 그러므로 한국어 버전의 참조 설명서에서 ga.controls.HelpBox 클래스는 영어로 나타납니다.