用于 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
IPagedList 是列表实现(它们实现了列表自己的分页功能)的一个标记接口。
公共属性
隐藏继承的公共属性
显示继承的公共属性
属性
由以下参数定义
length
:
int
[只读] 此集合中的项目数。
IList
公共方法
隐藏继承的公共方法
显示继承的公共方法
方法
由以下参数定义
addEventListener
(type:
String
, listener:
Function
, useCapture:
Boolean
= false, priority:
int
= 0, useWeakReference:
Boolean
= false):
void
使用 EventDispatcher 对象注册事件侦听器对象,以使侦听器能够接收事件通知。
IEventDispatcher
addItem
(item:
Object
):
void
向列表末尾添加指定项目。
IList
addItemAt
(item:
Object
, index:
int
):
void
在指定的索引处添加项目。
IList
dispatchEvent
(event:
Event
):
Boolean
将事件调度到事件流中。
IEventDispatcher
getItemAt
(index:
int
, prefetch:
int
= 0):
Object
获取指定索引处的项目。
IList
getItemIndex
(item:
Object
):
int
如果项目位于列表中(这样的话 getItemAt(index) == item),则返回该项目的索引。
IList
hasEventListener
(type:
String
):
Boolean
检查 EventDispatcher 对象是否为特定事件类型注册了任何侦听器。
IEventDispatcher
itemUpdated
(item:
Object
, property:
Object
= null, oldValue:
Object
= null, newValue:
Object
= null):
void
通知视图,某个项目已更新。
IList
removeAll
():
void
删除列表中的所有项目。
IList
removeEventListener
(type:
String
, listener:
Function
, useCapture:
Boolean
= false):
void
从 EventDispatcher 对象中删除侦听器。
IEventDispatcher
removeItemAt
(index:
int
):
Object
删除指定索引处的项目并返回该项目。
IList
setItemAt
(item:
Object
, index:
int
):
Object
在指定的索引处放置项目。
IList
toArray
():
Array
返回与 IList 实现的填充顺序相同的 Array。
IList
willTrigger
(type:
String
):
Boolean
检查是否用此 EventDispatcher 对象或其任何祖代为指定事件类型注册了事件侦听器。
IEventDispatcher
© 2015 Adobe Systems Incorporated. All rights reserved.
Tue Jun 12 2018, 11:04 AM Z
[ X ]
为什么显示为英语?
《ActionScript 3.0 参考》中的内容以英语显示
《ActionScript 3.0 参考》中的部分内容未翻译成所有语言。当某个语言元素未翻译时,将显示为英语。例如,ga.controls.HelpBox 类未翻译成任何语言。因此在简体中文版的参考中,ga.controls.HelpBox 类显示为英语。