mx.controls.listClasses
public class ListBaseSelectionData
继承ListBaseSelectionData Inheritance Object

列表类用于跟踪所选内容的记录。每个所选项目由此类的一个实例表示。

另请参见

mx.controls.listClasses.ListBase.selectedData


公共属性
 属性定义方
  approximate : Boolean
如果为 true,则索引属性为一个近似值而不是精确值。
ListBaseSelectionData
 Inheritedconstructor : Object
对类对象或给定对象实例的构造函数的引用。
Object
  data : Object
所选的数据 Object (selectedItem)
ListBaseSelectionData
  index : int
所选项目的数据提供程序中的索引。
ListBaseSelectionData
 Inheritedprototype : Object
[静态] 对类或函数对象的原型对象的引用。
Object
公共方法
 方法定义方
  
ListBaseSelectionData(data:Object, index:int, approximate:Boolean)
构造函数。
ListBaseSelectionData
 Inherited
指示对象是否已经定义了指定的属性。
Object
 Inherited
指示 Object 类的实例是否在指定为参数的对象的原型链中。
Object
 Inherited
指示指定的属性是否存在、是否可枚举。
Object
 Inherited
设置循环操作动态属性的可用性。
Object
 Inherited
返回指定对象的字符串表示形式。
Object
 Inherited
返回指定对象的原始值。
Object
属性详细信息
approximate属性
public var approximate:Boolean

如果为 true,则索引属性为一个近似值而不是精确值。

data属性 
public var data:Object

所选的数据 Object (selectedItem)

index属性 
public var index:int

所选项目的数据提供程序中的索引。(可能为近似值)

构造函数详细信息
ListBaseSelectionData()构造函数
public function ListBaseSelectionData(data:Object, index:int, approximate:Boolean)

构造函数。

参数
data:Object — 所选的数据 Object
 
index:int — 所选项目的数据提供程序中的索引。(可能为近似值)
 
approximate:Boolean — 如果为 true,则索引属性为一个近似值而不是精确值。