適用於 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:47 PM Z
[ X ]
為什麼顯示英文?
「ActionScript 3.0 參考」的內容是以英文顯示
並非所有「ActionScript 3.0 參考」的內容都翻譯為所有語言。當語言元素未翻譯時,就會以英文顯示。例如,ga.controls.HelpBox 類別並沒有翻譯為任何語言。因此在參考的繁體中文版本中,ga.controls.HelpBox 類別就會以英文顯示。