(仅限 Flex 数据可视化组件)
mx.controls.listClasses
public class AdvancedListBase
继承AdvancedListBase Inheritance ScrollControlBase Inheritance UIComponent Inheritance FlexSprite Inheritance Sprite Inheritance DisplayObjectContainer Inheritance InteractiveObject Inheritance DisplayObject Inheritance EventDispatcher Inheritance Object
实现 IDataRenderer, IFocusManagerComponent, IListItemRenderer, IDropInListItemRenderer, IEffectTargetHost
子类 AdvancedDataGridBase

AdvancedListBase 类是一些提供项目列表的控件(如 AdvancedDataGrid 和 OLAPDataGrid 控件)的基类。这些列表可以包含一个或多个选定项目,也可以在项目之间滚动。这些项目由 dataProvider 属性提供,并通过项目渲染器显示。

在模型/视图体系结构中,AdvancedListBase 子类提供视图,数据提供程序提供模型。

MXML 语法expanded隐藏 MXML 语法

The AdvancedListBase class inherits all of the tag properties of its superclasses, and adds the following tag properties:

  <mx:tagname
    Properties
    allowDragSelection="false|true"
    allowMultipleSelection="false|true"
    columnCount="4"
    columnWidth="NaN"
    dataProvider="null"
    dataTipField="label"
    dataTipFunction="null"
    dragEnabled="false|true"
    dragMoveEnabled="false|true"
    dropEnabled="false|true"
    iconField="null"
    iconFunction="null"
    itemRenderer="null"
    labelField="label"
    labelFunction="null"
    lockedColumnCount=0
    lockedRowCount=0
    menuSelectionMode="false|true"
    rowCount="-1"
    rowHeight="NaN"
    selectable="true|false"
    selectedIndex="-1"
    selectedIndices="null"
    selectedItem="null"
    selectedItems="null"
    showDataTips="false|true"
    variableRowHeight="false|true"
    wordWrap="false|true"
 
    Styles
    alternatingItemColors="undefined"
    dataChangeEffect="undefined"
    dropIndicatorSkin="ListDropIndicator"
    focusAlpha="0.5"
    focusRoundedCorners="tl tr bl br"
    paddingBottom="2"
    paddingLeft="2"
    paddingRight="0"
    paddingTop="2"
    rollOverColor="0xEEFEE6"
    selectionColor="0x7FCEFF"
    selectionDisabledColor="0xDDDDDD"
    selectionDuration="250"
    selectionEasingFunction="undefined"
    textRollOverColor="0x2B333C"
    textSelectedColor="0x2B333C"
    useRollOver="true|false"
    verticalAlign="top|middle|bottom"
 
    Events
    change="No default"
    dataChange="No default"
    itemClick="No default"
    itemDoubleClick="No default"
    itemRollOut="No default"
    itemRollOver="No default"
    itemClick="No default"
   />
  

另请参见

mx.collections.ICollectionView
mx.controls.AdvancedDataGrid
mx.controls.OLAPDataGrid


公共属性
 属性定义方
 InheritedaccessibilityProperties : AccessibilityProperties
此显示对象的当前辅助功能选项。
DisplayObject
 InheritedactiveEffects : Array
[只读 (read-only)] 组件上当前播放的效果列表,如 EffectInstance 实例的 Array。
UIComponent
  allowDragSelection : Boolean = false
一个标志,指示是否启用拖动选择。
AdvancedListBase
  allowMultipleSelection : Boolean
一个标志,指示是否允许您同时选择多个项目。
AdvancedListBase
 Inheritedalpha : Number
指示指定对象的 Alpha 透明度值。
DisplayObject
 InheritedautomationDelegate : Object
处理自动化相关功能的委托对象。
UIComponent
 InheritedautomationName : String
可用作此对象的标识符的名称。
UIComponent
 InheritedautomationTabularData : Object
[只读 (read-only)] IAutomationTabularData 接口的实现,可用于检索数据。
UIComponent
 InheritedautomationValue : Array
[只读 (read-only)] 此值通常对应于对象的经渲染的外观,当对象在应用中以可视方式显示时,此值使标识符与该对象相关联。
UIComponent
 InheritedbaselinePosition : Number
[只读 (read-only)] 组件第一行文本的基线的 y 坐标。
UIComponent
 InheritedblendMode : String
BlendMode 类中的一个值,用于指定要使用的混合模式。
DisplayObject
 InheritedblendShader : Shader
[只写] 设置用于混合前景和背景的着色器。
DisplayObject
 InheritedborderMetrics : EdgeMetrics
[只读 (read-only)] 返回 EdgeMetrics 对象,它具有四个属性:left、top、right 和 bottom。
ScrollControlBase
 InheritedbuttonMode : Boolean
指定此 sprite 的按钮模式。
Sprite
 InheritedcacheAsBitmap : Boolean
如果设置为 true,则 Flash Player 或 Adobe AIR 将缓存显示对象的内部位图表示形式。
DisplayObject
 InheritedcacheHeuristic : Boolean
[只写] 供 Flex 使用,表示建议为对象实施位图缓存。
UIComponent
 InheritedcachePolicy : String
指定此对象的位图缓存策略。
UIComponent
 InheritedclassName : String
[只读 (read-only)] 此实例的类的名称,如“Button”。
UIComponent
  columnCount : int
在 TileList 控件中显示的列数,或在 HorizontalList 控件中显示的项目数。
AdvancedListBase
  columnWidth : Number
控件中列的宽度。
AdvancedListBase
 Inheritedconstructor : Object
对类对象或给定对象实例的构造函数的引用。
Object
 InheritedcontentMouseX : Number
[只读 (read-only)] 返回鼠标在内容坐标系中的 x 位置。
UIComponent
 InheritedcontentMouseY : Number
[只读 (read-only)] 返回内容坐标系中鼠标的 y 位置。
UIComponent
 InheritedcontextMenu : NativeMenu
指定与此对象相关联的上下文菜单。
InteractiveObject
 InheritedcurrentState : String
组件的当前视图状态。
UIComponent
 InheritedcursorManager : ICursorManager
[只读 (read-only)] 获取控制此组件及其同级组件的光标的 CursorManager。
UIComponent
  data : Object
将此组件用作项目渲染器或项目编辑器时,此组件应呈现的数据提供程序中的项目。
AdvancedListBase
  dataProvider : Object
要查看的数据集。
AdvancedListBase
  dataTipField : String
数据提供程序项目中作为数据提示显示的字段名称。
AdvancedListBase
  dataTipFunction : Function
用户提供的函数,在各个项目上运行以确定其数据提示。
AdvancedListBase
 Inheriteddescriptor : UIComponentDescriptor
引用 UIComponentDescriptor(如果有),过去曾通过 createComponentFromDescriptor() 方法使用它来创建此 UIComponent 实例。
UIComponent
 Inheriteddocument : Object
引用与此 UIComponent 相关联的文档对象。
UIComponent
 InheriteddoubleClickEnabled : Boolean
指定 UIComponent 对象是否接收 doubleClick 事件。
UIComponent
  dragEnabled : Boolean
一个标志,指示是否可以将项目拖出此控件并放到其它控件上。
AdvancedListBase
  dragMoveEnabled : Boolean
一个标志,指示在拖放操作过程中是否可以移动控件中的项目,而不只是从控件中复制这些项目。
AdvancedListBase
  dropEnabled : Boolean
一个标志,指示是否可以将所拖动的项目放到此控件上。
AdvancedListBase
 InheriteddropTarget : DisplayObject
[只读 (read-only)] 指定拖动 sprite 时经过的显示对象,或放置 sprite 的显示对象。
Sprite
 Inheritedenabled : Boolean
组件是否可以接受用户交互。
UIComponent
 InheritederrorString : String
当验证程序监视组件并且验证失败时,组件的错误提示中将显示的文本。
UIComponent
 InheritedexplicitHeight : Number
指定该组件在组件坐标中显式高度(以像素为单位)的数字。
UIComponent
 InheritedexplicitMaxHeight : Number
布局过程中父级要考虑的组件最大建议高度。
UIComponent
 InheritedexplicitMaxWidth : Number
布局过程中父级要考虑的组件最大建议宽度。
UIComponent
 InheritedexplicitMinHeight : Number
布局过程中父级要考虑的组件最小建议高度。
UIComponent
 InheritedexplicitMinWidth : Number
布局过程中父级要考虑的组件最小建议宽度。
UIComponent
 InheritedexplicitWidth : Number
指定该组件在组件坐标中显式宽度(以像素为单位)的数字。
UIComponent
 Inheritedfilters : Array
包含当前与显示对象关联的每个滤镜对象的索引数组。
DisplayObject
 InheritedflexContextMenu : IFlexContextMenu
此 UIComponent 的上下文菜单。
UIComponent
 InheritedfocusEnabled : Boolean
指示切换到此组件时,是否可以接收焦点。
UIComponent
 InheritedfocusManager : IFocusManager
获取控制此组件及其同级组件的焦点的 FocusManager。
UIComponent
 InheritedfocusPane : Sprite
与此对象相关联的焦点窗格。
UIComponent
 InheritedfocusRect : Object
指定此对象是否显示焦点矩形。
InteractiveObject
 Inheritedgraphics : Graphics
[只读 (read-only)] 指定属于此 sprite 的 Graphics 对象,在此 sprite 中可执行矢量绘画命令。
Sprite
 Inheritedheight : Number
指定组件在父坐标中的高度的数字(以像素为单位)。
UIComponent
 InheritedhitArea : Sprite
指定一个 sprite 用作另一个 sprite 的点击区域。
Sprite
 InheritedhorizontalScrollPolicy : String
指示水平滚动条是始终启用、始终禁用还是自动根据传递到 setScrollBarProperties() 方法的参数进行更改的属性。
ScrollControlBase
 InheritedhorizontalScrollPosition : Number
内容与左边缘的偏移量。
ScrollControlBase
  iconField : String
数据提供程序对象中字段的名称,该字段用于确定显示为图标的对象。
AdvancedListBase
  iconFunction : Function
用户提供的函数,在每个项目上运行以确定其图标。
AdvancedListBase
 Inheritedid : String
组件 ID。
UIComponent
 InheritedincludeInLayout : Boolean
指定此组件是否包含在父容器的布局中。
UIComponent
 InheritedinheritingStyles : Object
此组件的继承样式链的开头内容。
UIComponent
 Inheritedinitialized : Boolean
一个标志,用于确定某个对象是否已通过布局的所有三个阶段:提交、测量和布局(假设每个阶段都是必需的)。
UIComponent
 InheritedinstanceIndex : int
[只读 (read-only)] 重复组件的索引。
UIComponent
 InheritedinstanceIndices : Array
一个 Array,包含从此 UIComponent 对象的父文档引用该对象所需的索引。
UIComponent
 InheritedisDocument : Boolean
[只读 (read-only)] 确定此 UIComponent 实例是否为文档对象,也就是说它是否位于 Flex 应用程序、MXML 组件或 ActionScript 组件层次结构的顶层。
UIComponent
 InheritedisPopUp : Boolean
PopUpManager 将其设置为 true 以指示已弹出该组件。
UIComponent
  itemRenderer : IFactory
控件的自定义项目渲染器。
AdvancedListBase
  labelField : String
数据提供程序项目中作为标签显示的字段名称。
AdvancedListBase
  labelFunction : Function
用户提供的函数,在每个项目上运行以确定其标签。
AdvancedListBase
  listData : BaseListData
如果使用组件作为嵌入式项目渲染器或嵌入式项目编辑器,则 Flex 将使用 list 控件中的其它数据初始化组件的 listData 属性。
AdvancedListBase
 InheritedliveScrolling : Boolean = true
一个标志,指示移动滚动栏滑块时实时滚动视图,还是释放滑块后才更新视图。
ScrollControlBase
 InheritedloaderInfo : LoaderInfo
[只读 (read-only)] 返回一个 LoaderInfo 对象,其中包含加载此显示对象所属的文件的相关信息。
DisplayObject
  lockedColumnCount : int
滚动控件中第一列的索引,其中第一列位于索引 0 处。
AdvancedListBase
  lockedRowCount : int
滚动控件中第一行的索引,其中第一行位于索引 0 处。
AdvancedListBase
 Inheritedmask : DisplayObject
调用显示对象被指定的 mask 对象遮罩。
DisplayObject
 InheritedmaxHeight : Number
布局过程中父级要考虑的组件最大建议高度。
UIComponent
 InheritedmaxHorizontalScrollPosition : Number
horizontalScrollPosition 属性的最大值。
ScrollControlBase
 InheritedmaxVerticalScrollPosition : Number
verticalScrollPosition 属性的最大值。
ScrollControlBase
 InheritedmaxWidth : Number
布局过程中父级要考虑的组件最大建议宽度。
UIComponent
 InheritedmeasuredHeight : Number
组件的默认高度(以像素为单位)。
UIComponent
 InheritedmeasuredMinHeight : Number
组件的默认最小高度(以像素为单位)。
UIComponent
 InheritedmeasuredMinWidth : Number
组件的默认最小宽度(以像素为单位)。
UIComponent
 InheritedmeasuredWidth : Number
组件的默认宽度(以像素为单位)。
UIComponent
  menuSelectionMode : Boolean = false
一个标志,指示是否应使用菜单样式选择。
AdvancedListBase
 InheritedminHeight : Number
布局过程中父级要考虑的组件最小建议高度。
UIComponent
 InheritedminWidth : Number
布局过程中父级要考虑的组件最小建议宽度。
UIComponent
 InheritedmoduleFactory : IFlexModuleFactory
用于在正确的 SWF 上下文中创建 TextFields 的 moduleFactory。
UIComponent
 InheritedmouseChildren : Boolean
确定对象的子项是否支持鼠标。
DisplayObjectContainer
 InheritedmouseEnabled : Boolean
指定此对象是否接收鼠标消息。
InteractiveObject
 InheritedmouseFocusEnabled : Boolean
单击时是否可接收焦点。
UIComponent
 InheritedmouseX : Number
[只读 (read-only)] 指示鼠标位置的 x 坐标,以像素为单位。
DisplayObject
 InheritedmouseY : Number
[只读 (read-only)] 指示鼠标位置的 y 坐标,以像素为单位。
DisplayObject
 Inheritedname : String
指示 DisplayObject 的实例名称。
DisplayObject
 InheritednestLevel : int
此对象在所属关系层次结构中的深度。
UIComponent
 InheritednonInheritingStyles : Object
此组件的非继承样式链的开头内容。
UIComponent
 InheritednumAutomationChildren : int
[只读 (read-only)] 此容器包含的自动化子项数。
UIComponent
 InheritednumChildren : int
[只读 (read-only)] 返回此对象的子项数目。
DisplayObjectContainer
  offscreenExtraColumns : int = 0
当前不可见的列数。
AdvancedListBase
  offscreenExtraRows : int = 0
布局算法为数据效果构建动画时可使用的额外项目渲染器数目。
AdvancedListBase
 InheritedopaqueBackground : Object
指定显示对象是否由于具有某种背景颜色而不透明。
DisplayObject
 Inheritedowner : DisplayObjectContainer
此 UIComponent 的所有者。
UIComponent
 Inheritedparent : DisplayObjectContainer
[只读 (read-only)] 此组件的父容器或组件。
UIComponent
 InheritedparentApplication : Object
[只读 (read-only)] 引用包含此 UIComponent 实例的 Application 对象。
UIComponent
 InheritedparentDocument : Object
[只读 (read-only)] 引用此 UIComponent 的父文档对象。
UIComponent
 InheritedpercentHeight : Number
以组件父项大小百分比的方式指定组件高度的数字。
UIComponent
 InheritedpercentWidth : Number
以组件父项大小百分比形式指定其宽度的数字。
UIComponent
 InheritedprocessedDescriptors : Boolean
临时或延迟子项创建操作后设置为 true,具体取决于发生对象。
UIComponent
 Inheritedprototype : Object
[静态] 对类或函数对象的原型对象的引用。
Object
 Inheritedrepeater : IRepeater
[只读 (read-only)] 对生成此 UIComponent 的父文档中 Repeater 对象的引用。
UIComponent
 InheritedrepeaterIndex : int
[只读 (read-only)] 项目在生成此 UIComponent 的 Repeater 数据提供程序中的索引。
UIComponent
 InheritedrepeaterIndices : Array
一个 Array,包含项目在生成此 UIComponent 的父文档的 Repeater 数据提供程序中的索引。
UIComponent
 Inheritedrepeaters : Array
一个 Array,包含对生成此 UIComponent 的父文档中 Repeater 对象的引用。
UIComponent
 Inheritedroot : DisplayObject
[只读 (read-only)] 对于加载的 SWF 文件中的显示对象,root 属性是此 SWF 文件所表示的显示列表树结构部分中的顶级显示对象。
DisplayObject
 Inheritedrotation : Number
指示 DisplayObject 实例距其原始方向的旋转程度,以度为单位。
DisplayObject
 InheritedrotationX : Number
指示 DisplayObject 实例相对于 3D 父容器距离其原始方向的 x 轴旋转(以度为单位)。
DisplayObject
 InheritedrotationY : Number
指示 DisplayObject 实例相对于 3D 父容器距离其原始方向的 y 轴旋转(以度为单位)。
DisplayObject
 InheritedrotationZ : Number
指示 DisplayObject 实例相对于 3D 父容器距离其原始方向的 z 轴旋转(以度为单位)。
DisplayObject
  rowCount : int
要显示的行数。
AdvancedListBase
  rowHeight : Number
行高(以像素为单位)。
AdvancedListBase
 Inheritedscale9Grid : Rectangle
当前有效的缩放网格。
DisplayObject
 InheritedscaleX : Number
用于指定水平缩放系数的数字。
UIComponent
 InheritedscaleY : Number
用于指定垂直缩放系数的数字。
UIComponent
 InheritedscaleZ : Number
指示从对象的注册点开始应用的对象的深度缩放比例(百分比)。
DisplayObject
 Inheritedscreen : Rectangle
[只读 (read-only)] 返回包含此对象的基本绘图表面大小和位置的对象。
UIComponent
 InheritedscrollRect : Rectangle
显示对象的滚动矩形范围。
DisplayObject
 InheritedscrollTipFunction : Function
将要显示的字符串作为 ScrollTip 计算的函数。
ScrollControlBase
  selectable : Boolean
一个标志,指示列表是否将所选项目显示为选中状态。
AdvancedListBase
  selectedIndex : int
所选项目的数据提供程序中的索引。
AdvancedListBase
  selectedIndices : Array
数据提供程序中所选项目的索引的数组。
AdvancedListBase
  selectedItem : Object
对数据提供程序中所选项目的引用。
AdvancedListBase
  selectedItems : Array
对数据提供程序中所选项目的引用的 Array。
AdvancedListBase
  showDataTips : Boolean
一个标志,指示是否为行中的文本显示数据提示。
AdvancedListBase
 InheritedshowInAutomationHierarchy : Boolean
用于确定自动化对象是否显示在自动化层次中的标志。
UIComponent
 InheritedshowScrollTips : Boolean = false
一个标志,指示拖动滚动滑块时是否应在其旁边显示工具提示。
ScrollControlBase
 InheritedsoundTransform : SoundTransform
控制此 sprite 中的声音。
Sprite
 Inheritedstage : Stage
[只读 (read-only)] 显示对象的舞台。
DisplayObject
 Inheritedstates : Array
为此组件定义的视图状态。
UIComponent
 InheritedstyleDeclaration : CSSStyleDeclaration
存储此对象的内嵌继承样式。
UIComponent
 InheritedstyleName : Object
此组件使用的类样式。
UIComponent
 InheritedsystemManager : ISystemManager
返回此组件使用的 SystemManager 对象。
UIComponent
 InheritedtabChildren : Boolean
确定对象的子项是否支持 Tab 键。
DisplayObjectContainer
 InheritedtabEnabled : Boolean
指定此对象是否遵循 Tab 键顺序。
InteractiveObject
 InheritedtabIndex : int
指定 SWF 文件中的对象按 Tab 键顺序排列。
InteractiveObject
 InheritedtextSnapshot : TextSnapshot
[只读 (read-only)] 返回此 DisplayObjectContainer 实例的 TextSnapshot 对象。
DisplayObjectContainer
 InheritedtoolTip : String
要在 ToolTip 中显示的文本。
UIComponent
 Inheritedtransform : Transform
一个对象,具有与显示对象的矩阵、颜色转换和像素范围有关的属性。
DisplayObject
 Inheritedtransitions : Array
一个 Transition 对象 Array,其中的每个 Transition 对象都定义一组效果,用于在视图状态发生更改时播放。
UIComponent
 InheritedtweeningProperties : Array
当前在此对象上进行补间的属性数组。
UIComponent
 Inheriteduid : String
对象的唯一标识符。
UIComponent
 InheritedupdateCompletePendingFlag : Boolean
一个标志,确定某个对象是否已通过所有三个阶段的布局验证(假设需要通过所有验证)。
UIComponent
 InheriteduseHandCursor : Boolean
布尔值,指示当鼠标滑过其 buttonMode 属性设置为 true 的 sprite 时是否显示手指形(手形光标)。
Sprite
 InheritedvalidationSubField : String
供验证程序用来将子字段与此组件相关联。
UIComponent
  value : Object
[只读 (read-only)] 所选项目,或者所选项目的数据或标签字段。
AdvancedListBase
  variableRowHeight : Boolean
一个标志,指示各行是否可以采用不同的高度。
AdvancedListBase
 InheritedverticalScrollPolicy : String
指示垂直滚动条是始终启用、始终禁用还是自动根据传递到 setScrollBarProperties() 方法的参数进行更改的属性。
ScrollControlBase
 InheritedverticalScrollPosition : Number
顶边到内容的偏移量。
ScrollControlBase
 InheritedviewMetrics : EdgeMetrics
[只读 (read-only)] 考虑滚动条(如果可见)的 EdgeMetrics 对象。
ScrollControlBase
 Inheritedvisible : Boolean
控制此 UIComponent 的可见性。
UIComponent
 Inheritedwidth : Number
指定组件在父坐标中的宽度的数字(以像素为单位)。
UIComponent
  wordWrap : Boolean
一个标志,指示行中的文本是否应自动换行。
AdvancedListBase
 Inheritedx : Number
指定组件在其父容器中的水平位置(以像素为单位)的数字。
UIComponent
 Inheritedy : Number
指定组件在其父容器中的垂直位置(以像素为单位)的数字。
UIComponent
 Inheritedz : Number
指示 DisplayObject 实例相对于 3D 父容器沿 z 轴的 z 坐标位置。
DisplayObject
受保护的属性
 属性定义方
  actualCollection : ICollectionView
通常存储于运行数据更改效果时使用的 collection 属性中的值副本。
AdvancedListBase
  actualIterator : IViewCursor
通常存储于运行数据更改效果时使用的 iterator 属性中的值副本。
AdvancedListBase
  anchorBookmark : CursorBookmark
作为锚点的项目的书签。
AdvancedListBase
  anchorIndex : int = -1
作为选择锚点的数据提供程序中项目的偏移量。
AdvancedListBase
 Inheritedborder : IFlexDisplayObject
边框对象。
ScrollControlBase
  cachedDataChangeEffect : Effect = null
当控件的数据提供程序中发生更改时播放的效果。
AdvancedListBase
  caretBookmark : CursorBookmark
尖号下方项目的书签。
AdvancedListBase
  caretIndex : int = -1
位于选择尖号点处的数据提供程序中项目的偏移量。
AdvancedListBase
  caretIndicator : Sprite
包含图形的 DisplayObject,该图形指示哪个渲染器是尖号。
AdvancedListBase
  caretItemRenderer : IListItemRenderer
尖号下方项目的渲染器。
AdvancedListBase
  caretUID : String
尖号下方项目的 UID。
AdvancedListBase
  collection : ICollectionView
用于提供数据提供程序的 ICollectionView。
AdvancedListBase
  dataEffectCompleted : Boolean = false
一个标志,指示数据更改效果已完成。
AdvancedListBase
  dataItemWrappersByRenderer : Dictionary
将项目渲染器映射到 ItemWrappers(用于提供其数据)的 dictionary。
AdvancedListBase
  defaultColumnCount : int = 4
要显示的默认列数。
AdvancedListBase
  defaultRowCount : int = 4
要显示的默认行数。
AdvancedListBase
  dragImage : IUIComponent
[只读 (read-only)] 在拖放操作期间显示可视化元素的类的实例。
AdvancedListBase
  dragImageOffsets : Point
[只读 (read-only)] 拖动图像的拖放偏移量。
AdvancedListBase
  explicitColumnCount : int = -1
显式设置 columnCount 属性时需要的列计数。
AdvancedListBase
  explicitColumnWidth : Number
显式设置 columnWidth 时需要的列宽。
AdvancedListBase
  explicitRowCount : int = -1
显式设置 rowCount 时需要的行计数。
AdvancedListBase
  explicitRowHeight : Number
显式设置 rowHeight 时需要的行高。
AdvancedListBase
  freeItemRenderers : Array
闲置项目渲染器的堆栈。
AdvancedListBase
  highlightIndicator : Sprite
包含图形的 DisplayObject,用以指示加亮哪个渲染器。
AdvancedListBase
  highlightItemRenderer : IListItemRenderer
当前滚动到尖号上方或下方的渲染器。
AdvancedListBase
  highlightUID : String
当前滚动到尖号上方或下方的项目的 UID。
AdvancedListBase
 InheritedhorizontalScrollBar : ScrollBar
水平滚动条。
ScrollControlBase
  itemsNeedMeasurement : Boolean = true
一个标志,指示是否需要计算 columnWidth 和 rowHeight 属性。
AdvancedListBase
  itemsSizeChanged : Boolean = false
一个标志,指示渲染器的大小可能已更改。
AdvancedListBase
  iterator : IViewCursor
用于从数据提供程序中获取项目并将这些项目传递给渲染器的主 IViewCursor 实例。
AdvancedListBase
  iteratorValid : Boolean = true
一个标志,指示发生页面错误和迭代器位置无效(未放置在所显示的最上方项目处)。
AdvancedListBase
  keySelectionPending : Boolean = false
一个标志,指示键盘选择是否由于页面错误而中断。
AdvancedListBase
  lastDropIndex : int
最近计算出的索引,这是拖动项目在放置目标中的添加位置。
AdvancedListBase
  lastSeekPending : ListBaseSeekPending
导致页面错误的最新一次搜寻。
AdvancedListBase
  listContent : AdvancedListBaseContentHolder
一个内部显示对象,是所有项目渲染器、选择内容、亮显指示符以及其它支持图形的父级。
AdvancedListBase
  listItems : Array
一个由数组组成的 Array,其中包含用于呈现各个数据提供程序项目的项目渲染器实例。
AdvancedListBase
 InheritedmaskShape : Shape
遮罩。
ScrollControlBase
  modifiedCollectionView : ModifiedCollectionView
集合视图,用于暂时保留上次的数据提供程序状态,以方便运行数据更改效果。
AdvancedListBase
  offscreenExtraColumnsLeft : int = 0
控件左侧当前不可见的列数。
AdvancedListBase
  offscreenExtraColumnsRight : int = 0
控件右侧当前不可见的列数。
AdvancedListBase
  offscreenExtraRowsBottom : int = 0
当前位于最底部的可视渲染器下方的屏幕外项目数。
AdvancedListBase
  offscreenExtraRowsTop : int = 0
当前位于最顶部的可视渲染器上方的屏幕外项目数。
AdvancedListBase
  rendererChanged : Boolean = false
一个标志,指示渲染器已更改。
AdvancedListBase
  reservedItemRenderers : Object
当前闲置但近期可能会用到的项目渲染器的哈希映射。
AdvancedListBase
 InheritedresourceManager : IResourceManager
[只读 (read-only)] 引用管理所有应用程序本地化资源的对象。
UIComponent
  rowInfo : Array
ListRowInfo 对象数组,用于缓存行高和 listItems 属性中行的其它跟踪信息。
AdvancedListBase
  rowMap : Object
项目渲染器与其各自 ListRowInfo 对象的哈希映射。
AdvancedListBase
  runDataEffectNextUpdate : Boolean = false
一个标志,指示下次更新显示时是否应该启动数据效果。
AdvancedListBase
  runningDataEffect : Boolean = false
一个标志,指示当前是否正在运行数据更改效果
AdvancedListBase
 InheritedscrollAreaChanged : Boolean
一个标志,指示滚动区域随滚动条的出现或消失进行更改。
ScrollControlBase
  selectedData : Object
用于跟踪当前所选项目的 ListBaseSelectionData 对象的哈希表。
AdvancedListBase
  selectionIndicators : Object
所选指示符的哈希表。
AdvancedListBase
  selectionLayer : Sprite
listContent 中的图层,用于绘制所有选择内容和加亮指示符。
AdvancedListBase
  selectionTweens : Object
所选内容补间的哈希表。
AdvancedListBase
  showCaret : Boolean
一个标志,指示是否显示尖号。
AdvancedListBase
  unconstrainedRenderers : Object
不受列表布局算法影响的项目渲染器的哈希映射
AdvancedListBase
 InheritedunscaledHeight : Number
[只读 (read-only)] 用于确定组件的未缩放高度的简便方法。
UIComponent
 InheritedunscaledWidth : Number
[只读 (read-only)] 用于确定组件的未缩放宽度的简便方法。组件的绘图和子布局的所有设置均应在以此宽度为宽的矩形边框中完成,还应将此宽度作为参数传递到 updateDisplayList() 中。
UIComponent
 InheritedverticalScrollBar : ScrollBar
垂直滚动条。
ScrollControlBase
  visibleData : Object
视图中当前使用的数据提供程序项目渲染器的哈希表。
AdvancedListBase
  wordWrapChanged : Boolean = false
一个标志,指示自上次更新显示列表后 wordWrap 属性值是否已更改。
AdvancedListBase
公共方法
 方法定义方
  
构造函数。
AdvancedListBase
 Inherited
将一个 DisplayObject 子实例添加到该 DisplayObjectContainer 实例中。
DisplayObjectContainer
 Inherited
将一个 DisplayObject 子实例添加到该 DisplayObjectContainer 实例中。
DisplayObjectContainer
  
如果正在运行数据更改效果,则添加项目渲染器。
AdvancedListBase
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
使用 EventDispatcher 对象注册事件侦听器对象,以使侦听器能够接收事件通知。
EventDispatcher
 Inherited
指示安全限制是否会导致出现以下情况:在列表中忽略了使用指定 point 点调用 DisplayObjectContainer.getObjectsUnderPoint() 方法时返回的所有显示对象。
DisplayObjectContainer
  
返回将放置项目添加到放置目标中的位置的索引。
AdvancedListBase
 Inherited
callLater(method:Function, args:Array = null):void
排队稍后调用的函数。
UIComponent
 Inherited
删除此组件实例中的样式属性。
UIComponent
 Inherited
确定指定显示对象是 DisplayObjectContainer 实例的子项还是该实例本身。
DisplayObjectContainer
 Inherited
将 Point 对象由内容坐标转换为全局坐标。
UIComponent
 Inherited
将 Point 对象由内容坐标转换为本地坐标。
UIComponent
 Inherited
返回标识此容器中的子项的一组属性。
UIComponent
 Inherited
在 IUIComponent 对象的父项文档对象上创建对此对象的 id 引用。
UIComponent
 Inherited
在 IUIComponent 对象的父项文档对象上删除对此对象的 id 引用。
UIComponent
 Inherited
返回与此 UIComponent 的文本样式对应的 UITextFormat 对象。
UIComponent
 Inherited
将事件调度到事件流中。
UIComponent
 Inherited
在此组件周围显示或隐藏焦点指示符。
UIComponent
 Inherited
drawRoundRect(x:Number, y:Number, width:Number, height:Number, cornerRadius:Object = null, color:Object = null, alpha:Object = null, gradientMatrix:Matrix = null, gradientType:String = "linear", gradientRatios:Array = null, hole:Object = null):void
通过编程方式在此外观的 Graphics 对象中绘制一个矩形。
UIComponent
 Inherited
停止在组件上播放效果实例时,由效果实例调用。
UIComponent
 Inherited
开始在组件上播放效果实例时,由效果实例调用。
UIComponent
 Inherited
结束组件上当前播放的所有效果。
UIComponent
 Inherited
executeBindings(recurse:Boolean = false):void
将数据绑定到此 UIComponent 对象。
UIComponent
  
根据某一字符串在列表中查找项目并选择该项目。
AdvancedListBase
 Inherited
打印完成后调用。
UIComponent
 Inherited
在指定的索引位置提供自动化对象。
UIComponent
 Inherited
getBounds(targetCoordinateSpace:DisplayObject):Rectangle
返回一个矩形,该矩形定义相对于 targetCoordinateSpace 对象坐标系的显示对象区域。
DisplayObject
 Inherited
返回位于指定索引处的子显示对象实例。
DisplayObjectContainer
 Inherited
返回具有指定名称的子显示对象。
DisplayObjectContainer
 Inherited
返回 DisplayObject 的 child 实例的索引位置。
DisplayObjectContainer
 Inherited
查找此 UIComponent 实例的类型选择器。
UIComponent
 Inherited
getConstraintValue(constraintName:String):*
返回一个约束布局值,这与获取此组件的约束样式的方式类似。
UIComponent
 Inherited
确定是使用显式高度还是测量高度的一种简便方法
UIComponent
 Inherited
确定是使用显式宽度还是测量宽度的一种简便方法
UIComponent
 Inherited
获取当前具有焦点的对象。
UIComponent
 Inherited
返回对象的数组,这些对象位于指定点下,并且是该 DisplayObjectContainer 实例的子项(或孙子项,依此类推)。
DisplayObjectContainer
 Inherited
getRect(targetCoordinateSpace:DisplayObject):Rectangle
返回一个矩形,该矩形根据 targetCoordinateSpace 参数定义的坐标系定义显示对象的边界,但不包括形状上的任何笔触。
DisplayObject
  
getRendererSemanticValue(target:Object, semanticProperty:String):Object
返回项目渲染器的特定语义属性值;如果尚未定义该属性(尽管数据效果正在运行),则返回 null。
AdvancedListBase
 Inherited
getRepeaterItem(whichRepeater:int = -1):Object
返回 dataProvider 中由指定的 Repeater 用来生成此 Repeater 的项目;如果此 Repeater 未重复,则返回 null。
UIComponent
 Inherited
getStyle(styleProp:String):*
获取已在此组件的样式查找链中的某个位置设置过的样式属性。
UIComponent
 Inherited
将 Point 对象由全局坐标转换为内容坐标。
UIComponent
 Inherited
将 point 对象从舞台(全局)坐标转换为显示对象的(本地)坐标。
DisplayObject
 Inherited
将二维点从舞台(全局)坐标转换为三维显示对象的(本地)坐标。
DisplayObject
 Inherited
检查 EventDispatcher 对象是否为特定事件类型注册了任何侦听器。
EventDispatcher
 Inherited
指示对象是否已经定义了指定的属性。
Object
  
在鼠标指针下方隐藏指示允许执行拖放操作的放置指示符。
AdvancedListBase
 Inherited
计算显示对象,以确定它是否与 obj 显示对象重叠或相交。
DisplayObject
 Inherited
hitTestPoint(x:Number, y:Number, shapeFlag:Boolean = false):Boolean
计算显示对象,以确定它是否与 x 和 y 参数指定的点重叠或相交。
DisplayObject
 Inherited
返回一个框 Matrix,在绘制水平渐变时可以将其作为 rot 参数传递给 drawRoundRect() 方法。
UIComponent
  
针对数据提供程序中某个项目的索引获取项目渲染器(如果存在)。
AdvancedListBase
  
indicesToIndex(rowIndex:int, colIndex:int):int
计算 colIndex 和 rowIndex 处项目的数据提供程序中的偏移量。
AdvancedListBase
 Inherited
初始化此组件的内部结构。
UIComponent
 Inherited
初始化用于跟踪此组件的重复实例的各个属性。
UIComponent
 Inherited
标记组件,以便在稍后屏幕更新期间调用该组件的 updateDisplayList() 方法。
UIComponent
  
在下次更新时刷新所有行。
AdvancedListBase
 Inherited
标记组件,以便在稍后屏幕更新期间调用该组件的 commitProperties() 方法。
UIComponent
 Inherited
标记组件,以便在稍后屏幕更新期间调用该组件的 measure() 方法。
UIComponent
  
确定是否加亮显示数据提供程序项目的项目渲染器(当鼠标滑过它,或者通过键盘导航使它位于尖号下方时)。
AdvancedListBase
  
确定数据提供程序项目的项目渲染器是否可选。
AdvancedListBase
  
确定是否已选中数据提供程序项目的项目渲染器。
AdvancedListBase
  
确定渲染器是否显示某个项目。
AdvancedListBase
 Inherited
指示 Object 类的实例是否在指定为参数的对象的原型链中。
Object
  
确定渲染器是否包含(或拥有)显示对象。
AdvancedListBase
  
返回通过此项目渲染器呈现的该项目在数据提供程序中的项目索引。
AdvancedListBase
  
返回渲染器根据 dataTipField 和 dataTipFunction 属性显示给定数据对象的数据提示字符串。
AdvancedListBase
  
根据 iconField 和 iconFunction 属性返回表示数据项目图标的类(如果存在)。
AdvancedListBase
  
返回数据提供程序中给定项目的项目渲染器(如果存在)。
AdvancedListBase
  
返回渲染器根据 labelField 和 labelFunction 属性显示给定数据对象的字符串。
AdvancedListBase
 Inherited
将三维显示对象的(本地)坐标的三维点转换为舞台(全局)坐标中的二维点。
DisplayObject
 Inherited
将 Point 对象由本地坐标转换为内容坐标。
UIComponent
 Inherited
将 point 对象从显示对象的(本地)坐标转换为舞台(全局)坐标。
DisplayObject
  
measureHeightOfItems(index:int = -1, count:int = 0):Number
使用当前项目渲染器测量数据提供程序中的一组项目,并返回这些项目的高度之和。
AdvancedListBase
 Inherited
测量指定的 HTML 文本(该文本中可能包含 <font> 和 <b> 等 HTML 标记),假定该文本显示在单行 UITextField(使用由此 UIComponent 的样式确定的 UITextFormat)中。
UIComponent
 Inherited
测量指定的文本,假定该文本显示在单行 UITextField(使用由此 UIComponent 的样式确定的 UITextFormat)中。
UIComponent
  
measureWidthOfItems(index:int = -1, count:int = 0):Number
使用当前项目渲染器测量数据提供程序中的一组项目,并返回找到的最大宽度。
AdvancedListBase
 Inherited
将组件移动到其父项内的指定位置。
UIComponent
 Inherited
将样式更改传播到子项。
UIComponent
 Inherited
如果 owner 属性链从 child 指向此 UIComponent,则返回 true。
UIComponent
 Inherited
当在父项中添加或删除 UIComponent 对象时由 Flex 调用。
UIComponent
 Inherited
准备 IFlexDisplayObject 用于打印。
UIComponent
 Inherited
指示指定的属性是否存在、是否可枚举。
Object
 Inherited
为此组件构建或重新构建 CSS 样式缓存;如果 recursive 参数为 true,还会为此组件的所有后代执行同样的操作。
UIComponent
 Inherited
针对每个效果事件,将 EffectManager 注册为一个事件侦听器。
UIComponent
 Inherited
从 DisplayObjectContainer 实例的子列表中删除指定的 child DisplayObject 实例。
DisplayObjectContainer
 Inherited
从 DisplayObjectContainer 的子列表中指定的 index 位置删除子 DisplayObject。
DisplayObjectContainer
  
如果正在运行数据更改效果,则移除项目渲染器。
AdvancedListBase
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
从 EventDispatcher 对象中删除侦听器。
EventDispatcher
 Inherited
重放指定的事件。
UIComponent
 Inherited
使用提供的 ID 解析子项。
UIComponent
 Inherited
[静态] 在调用 suspendBackgroundProcessing() 之后继续对使用 callLater() 排队的方法进行背景处理。
UIComponent
  
确保给定索引处的数据提供程序项目可见。
AdvancedListBase
 Inherited
调整对象大小。
UIComponent
 Inherited
更改现有子项在显示对象容器中的位置。
DisplayObjectContainer
 Inherited
setConstraintValue(constraintName:String, value:*):void
设置一个布局约束值的方式,与设置此组件的约束样式的方式相同。
UIComponent
 Inherited
setCurrentState(stateName:String, playTransition:Boolean = true):void
设置当前状态。
UIComponent
 Inherited
设置此组件的焦点。
UIComponent
 Inherited
设置循环操作动态属性的可用性。
Object
 Inherited
setStyle(styleProp:String, newValue:*):void
对此组件实例设置样式属性。
UIComponent
 Inherited
setVisible(value:Boolean, noEvent:Boolean = false):void
当 visible 属性发生更改时调用。
UIComponent
  
在鼠标指针下方显示拖放指示符表示允许拖放操作以及项目的放置位置。
AdvancedListBase
 Inherited
startDrag(lockCenter:Boolean = false, bounds:Rectangle = null):void
允许用户拖动指定的 Sprite。
Sprite
 Inherited
结束 startDrag() 方法。
Sprite
 Inherited
检测对样式属性的更改。
UIComponent
 Inherited
首次初始化组件样式时,Flex 会调用 stylesInitialized() 方法。
UIComponent
 Inherited
[静态] 阻止对使用 callLater() 排队的方法进行背景处理,直到调用 resumeBackgroundProcessing() 为止。
UIComponent
 Inherited
交换两个指定子对象的 Z 轴顺序(从前到后顺序)。
DisplayObjectContainer
 Inherited
swapChildrenAt(index1:int, index2:int):void
在子级列表中两个指定的索引位置,交换子对象的 Z 轴顺序(前后顺序)。
DisplayObjectContainer
 Inherited
返回一个字符串,用于指示此对象在应用程序的 DisplayObject 层次结构中所处的位置。
FlexSprite
  
暂时停止使用控件的布局算法定位项目渲染器。
AdvancedListBase
 Inherited
验证子项的位置和大小,并绘制其它可视内容。
UIComponent
 Inherited
验证并更新此对象的属性和布局,如果需要的话重绘对象。
UIComponent
 Inherited
由布局逻辑用于通过调用 commitProperties() 方法来验证组件的属性。
UIComponent
 Inherited
validateSize(recursive:Boolean = false):void
如果使用此 ILayoutManagerClient 调用 LayoutManager.invalidateSize() 方法,随后在测量时调用了 validateSize() 方法,则验证组件的度量大小。
UIComponent
 Inherited
处理分配给此组件的验证程序调度的 valid 和 invalid 事件。
UIComponent
 Inherited
返回指定对象的原始值。
Object
 Inherited
返回一个框 Matrix,在绘制垂直渐变时可以将其作为 rot 参数传递给 drawRoundRect()。
UIComponent
 Inherited
检查是否用此 EventDispatcher 对象或其任何始祖为指定事件类型注册了事件侦听器。
EventDispatcher
受保护的方法
 方法定义方
  
作为拖放操作的一部分,将所选项目添加到 DragSource 对象。
AdvancedListBase
  
将渲染器添加到循环使用的渲染器列表,使其不可见并清除对该渲染器的引用。
AdvancedListBase
 Inherited
调整焦点矩形。
UIComponent
  
adjustListContent(unscaledWidth:Number = -1, unscaledHeight:Number = -1):void
从 updateDisplayList() 方法调用,用以调整列表内容的大小和位置。
AdvancedListBase
  
设置应用选择指示符的效果。
AdvancedListBase
 Inherited
这是一个内部方法,供 Flex 框架用于支持 Dissolve 效果。
UIComponent
  
在执行拖放操作时计算放置指示符的 y 位置。
AdvancedListBase
 Inherited
创建子对象后执行任何最终处理。
UIComponent
  
删除所有选定、加亮显示和尖号指示符。
AdvancedListBase
  
clearSelected(transition:Boolean = false):void
清除所选项目组,并移除表示那些项目的选定状态的所有图形。
AdvancedListBase
  
当数据发生更改时,处理从数据提供程序中调度的 CollectionEvent。
AdvancedListBase
  
根据是否已显式设置 columnCountcolumnWidth、rowHeight 和 rowCount 等属性来计算列宽、行高以及行数和列数。
AdvancedListBase
  
根据行数、列数以及可查看的行和列配置 ScrollBar。
AdvancedListBase
  
copySelectedItems(useDataField:Boolean = true):Array
按所选项目的选择顺序为其制作副本。
AdvancedListBase
 Inherited
为此组件创建边框。
ScrollControlBase
  
创建对象作为此 ListBase 的子对象,在这种情况下为将控制所有项目渲染器的 listContent 对象。
AdvancedListBase
 Inherited
根据所用的嵌入字体使用上下文创建新对象。
UIComponent
 Inherited
使用给定的 moduleFactory 创建对象。
UIComponent
  
处理 DragEvent.DRAG_COMPLETE 事件。
AdvancedListBase
  
处理 DragEvent.DRAG_DROP 事件。
AdvancedListBase
  
处理 DragEvent.DRAG_ENTER 事件。
AdvancedListBase
  
处理 DragEvent.DRAG_EXIT 事件。
AdvancedListBase
  
处理 DragEvent.DRAG_OVER 事件。
AdvancedListBase
  
Interval 函数,用于在鼠标位于列表上方或下方时上下滚动列表。
AdvancedListBase
  
dragStart 事件的默认处理函数。
AdvancedListBase
  
drawCaretIndicator(indicator:Sprite, x:Number, y:Number, width:Number, height:Number, color:uint, itemRenderer:IListItemRenderer):void
使用指定的颜色在给定的 Sprite 中采用指定的位置、宽度和高度绘制尖号指示符。
AdvancedListBase
  
drawHighlightIndicator(indicator:Sprite, x:Number, y:Number, width:Number, height:Number, color:uint, itemRenderer:IListItemRenderer):void
使用指定的颜色在给定的 Sprite 中采用指定的位置、宽度和高度绘制加亮指示符。
AdvancedListBase
  
drawItem(item:IListItemRenderer, selected:Boolean = false, highlighted:Boolean = false, caret:Boolean = false, transition:Boolean = false):void
绘制带有指示符(加亮显示的或选中的)或尖号的渲染器。
AdvancedListBase
  
绘制行中所有交替行的颜色、边框和背景。
AdvancedListBase
  
drawSelectionIndicator(indicator:Sprite, x:Number, y:Number, width:Number, height:Number, color:uint, itemRenderer:IListItemRenderer):void
使用指定的颜色在给定的 Sprite 中采用指定的位置、宽度和高度绘制选择指示符。
AdvancedListBase
  
findKey(eventCode:int):Boolean
尝试在数据提供程序中查找下一个以 eventCode 参数中的字符开头的项目。
AdvancedListBase
  
在数据更改效果运行完毕后,通过恢复原始集合和迭代器并移除此效果使用的所有缓存值进行清理。
AdvancedListBase
  
基于 caretIndex 和 anchorIndex 属性设置所选项目。
AdvancedListBase
 Inherited
当 UIComponent 对象获得焦点时调用的事件处理函数。
UIComponent
 Inherited
当 UIComponent 对象失去焦点时调用的事件处理函数。
UIComponent
  
检索已创建但当前未使用的项目渲染器。
AdvancedListBase
  
给定索引处数据提供程序项目所在的列。
AdvancedListBase
  
给定索引处数据提供程序项目所在的行。
AdvancedListBase
 Inherited
完成对此组件的初始化。
UIComponent
 Inherited
初始化此组件的辅助功能代码。
UIComponent
  
initiateDataChangeEffect(unscaledWidth:Number, unscaledHeight:Number):void
当数据提供程序中发生更改时应用数据更改效果。
AdvancedListBase
 Inherited
通常由包含 UITextField 对象的组件覆盖,其中 UITextField 对象获取焦点。
UIComponent
  
如果项目渲染器不再根据列表的布局算法定位,则返回 true,尽管由于调用 unconstrainRenderer() 方法正在运行数据更改效果。
AdvancedListBase
  
返回包含项目渲染器的列索引和行索引的 Point 实例。
AdvancedListBase
  
确定数据提供程序项目的 UID。
AdvancedListBase
 Inherited
为 keyDown 事件调用的事件处理函数。
UIComponent
 Inherited
为 keyUp 事件调用的事件处理函数。
UIComponent
 Inherited
layoutChrome(unscaledWidth:Number, unscaledHeight:Number):void
通过设置此控件边框的位置和大小来响应大小更改。
ScrollControlBase
  
根据 rowCount、columnCount、rowHeight 和 columnWidth 属性计算组件的度量宽度和高度。
AdvancedListBase
  
处理列表中所有鼠标目标(包括渲染器)的 MouseEvent.MOUSE_CLICK 事件。
AdvancedListBase
  
处理列表中所有鼠标目标(包括渲染器)的 MouseEvent.MOUSE_DOUBLE_CLICK 事件。
AdvancedListBase
  
处理列表中所有鼠标目标(包括渲染器)的 MouseEvent.MOUSE_DOWN 事件。
AdvancedListBase
  
确定哪种项目渲染器位于鼠标下方。
AdvancedListBase
  
处理列表中所有鼠标目标(包括渲染器)的 MouseEvent.MOUSE_MOVE 事件。
AdvancedListBase
  
处理列表中所有鼠标目标(包括渲染器)的 MouseEvent.MOUSE_OUT 事件。
AdvancedListBase
  
处理列表中所有鼠标目标(包括渲染器)的 MouseEvent.MOUSE_OVER 事件。
AdvancedListBase
  
处理列表中所有鼠标目标(包括渲染器)的 MouseEvent.MOUSE_DOWN 事件。
AdvancedListBase
  
通过更改滚动位置处理 mouseWheel 事件。
AdvancedListBase
  
水平移动所选项目并加亮指示符.
AdvancedListBase
  
moveIndicatorsVertically(uid:String, moveBlockDistance:Number):void
垂直移动所选项目并加亮指示符.
AdvancedListBase
  
沿水平方向移动所选项目,以响应用户使用向左箭头或向右箭键头以及功能键(如 Shift 和 Ctrl 键)选择项目的操作。
AdvancedListBase
  
沿垂直方向移动所选项目,以响应用户使用向上箭头或向下箭头键以及功能键(如 Shift 和 Ctrl 键)选择项目的操作。
AdvancedListBase
  
清理数据提供程序中给定项目的选项亮显及其它关联图形。
AdvancedListBase
 Inherited
构建 UIComponent 时将调用此方法,并且每当 ResourceManager 调度“change”事件用于指示本地化资源已经过某种更改时,都会再次调用此方法。
UIComponent
 Inherited
roomForScrollBar(bar:ScrollBar, unscaledWidth:Number, unscaledHeight:Number):Boolean
确定此组件中的空间是否足以显示给定的滚动条。
ScrollControlBase
 Inherited
scroll 事件的默认事件处理函数。
ScrollControlBase
  
scrollHorizontally(pos:int, deltaPos:int, scrollUp:Boolean):void
调整渲染器以响应滚动位置的更改。
AdvancedListBase
  
scrollPositionToIndex(horizontalScrollPosition:int, verticalScrollPosition:int):int
返回给定滚动位置第一个可见行和列处的项目的数据提供程序索引。
AdvancedListBase
  
scrollVertically(pos:int, deltaPos:int, scrollUp:Boolean):void
调整渲染器以响应滚动位置的更改。
AdvancedListBase
  
当由于页面错误而导致寻找失败时的默认故障处理函数。
AdvancedListBase
  
当由于页面错误而导致寻找失败时的默认结果处理函数。
AdvancedListBase
  
selectItem(item:IListItemRenderer, shiftKey:Boolean, ctrlKey:Boolean, transition:Boolean = true):Boolean
如果使用鼠标单击提供的项目渲染器,并且键盘功能键处于给定状态,则更新所选项目组。
AdvancedListBase
  
设置 rowCount 属性不会导致 invalidation,也不会设置将永久锁定行数的 explicitRowCount 属性。
AdvancedListBase
  
设置 rowHeight 属性不会导致 invalidation,也不会设置将永久锁定行高的 explicitRowHeight。
AdvancedListBase
 Inherited
setScrollBarProperties(totalColumns:int, visibleColumns:int, totalRows:int, visibleRows:int):void
使 ScrollControlBase 基于传递的参数显示或隐藏滚动条。
ScrollControlBase
  
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
当可显示的项目数发生更改时添加或移除项目渲染器。
AdvancedListBase
  
立即刷新所有行。
AdvancedListBase
事件
 事件 摘要 定义方
 Inherited[广播事件] Flash Player 或 AIR 应用程序获得操作系统焦点并变为活动状态时将调度此事件。EventDispatcher
 Inherited使用 addChild() 或 addChildAt() 方法将组件作为内容子项添加到容器时调度。UIComponent
 Inherited将显示对象添加到显示列表中时调度。DisplayObject
 Inherited在将显示对象直接添加到舞台显示列表或将包含显示对象的子树添加至舞台显示列表中时调度。DisplayObject
  当用户操作导致 selectedIndex 或 selectedItem 属性更改时调度此事件。AdvancedListBase
 Inherited当用户从文本上下文菜单中选择“清除”(或“删除”)时调度。InteractiveObject
 Inherited用户在同一 InteractiveObject 上按下并释放用户指针设备的主按钮时调度。InteractiveObject
 Inherited当用户在 AIR 应用程序中选择与此交互式对象相关联的上下文菜单时调度。InteractiveObject
 Inherited当用户激活特定于平台的复制操作的快捷键组合或从文本上下文菜单中选择“复制”时调度。InteractiveObject
 Inherited当组件完成其构建、属性处理、测量、布置和绘制时调度。UIComponent
 Inherited视图状态更改后调度。UIComponent
 Inherited在 currentState 属性更改后但视图状态更改前调度。UIComponent
 Inherited当用户激活特定于平台的剪切操作的快捷键组合或从文本上下文菜单中选择“剪切”时调度。InteractiveObject
  当 data 属性更改时进行调度。AdvancedListBase
 Inherited[广播事件] Flash Player 或 AIR 应用程序失去操作系统焦点并变为非活动状态时将调度此事件。EventDispatcher
 Inherited如果 InteractiveObject 的 doubleClickEnabled 标志设置为 true,当用户在该对象上快速连续按下两次并释放指针设备的主按钮时调度。InteractiveObject
 Inherited在拖动操作完成时(将拖动的数据放到放置目标时或在没有执行放置操作的情况下结束拖放操作时)由拖动启动器(作为要拖动的数据源的组件)调度。UIComponent
 Inherited用户在放置目标上释放鼠标时由放置目标调度。UIComponent
 Inherited当用户在拖动操作过程中将鼠标移动到某个组件所处的位置时,由该组件调度。UIComponent
 Inherited用户在组件外拖动但没有将数据放置到目标时,由组件调度。UIComponent
 Inherited在拖动操作期间,当用户在鼠标位于组件上方的情况下移动鼠标时,由组件调度。UIComponent
 Inherited启动拖动操作时,由拖动启动器调度。UIComponent
 Inherited在一个效果结束后调度。UIComponent
 Inherited在即将开始播放效果前调度。UIComponent
 Inherited[播放事件] 播放头进入新帧时调度。DisplayObject
 Inherited组件返回到根视图状态之后调度。UIComponent
 Inherited[广播事件] 播放头退出当前帧时调度。DisplayObject
 Inherited组件退出根视图状态之前调度。UIComponent
 Inherited显示对象获得焦点后调度。InteractiveObject
 Inherited