(仅限 Flex 数据可视化组件)
mx.controls
public class AdvancedDataGridBaseEx
继承AdvancedDataGridBaseEx Inheritance AdvancedDataGridBase Inheritance AdvancedListBase Inheritance ScrollControlBase Inheritance UIComponent Inheritance FlexSprite Inheritance Sprite Inheritance DisplayObjectContainer Inheritance InteractiveObject Inheritance DisplayObject Inheritance EventDispatcher Inheritance Object
实现 IIMESupport
子类 AdvancedDataGrid

AdvancedDataGridBaseEx 类是 AdvancedDataGrid 控件的基类。此类包含可提供与 DataGrid 控件类似功能的代码。

MXML 语法expanded隐藏 MXML 语法

The <mx:AdvancedDataGridBaseEx> tag inherits all of the tag attributes of its superclass, except for labelField, iconField, and iconFunction, and adds the following tag attributes:

  <mx:AdvancedDataGridBaseEx
    Properties
    columns="From dataProvider"
    draggableColumns="true|false"
    editable="item group summary"
    editedItemPosition="null"
    horizontalScrollPosition="null"
    imeMode="null"
    itemEditorInstance="null"
    lookAheadDuratio="400"
    minColumnWidth="NaN"
    resizableColumns="true|false"
    sortableColumns="true|false"
     
    Styles
    columnDropIndicatorSkin="DataGridColumnDropIndicator"
    columnResizeSkin="DataGridColumnResizeSkin"
    disabledIconColor="0x999999"
    headerBackgroundSkin="DataGridHeaderSeparator"
    headerColors="[#FFFFFF, #E6E6E6]"
    headerDragProxyStyleName="headerDragProxyStyle"
    headerHorizontalSeparatorSkin="AdvancedDataGridHeaderHorizontalSeparator"
    headerSeparatorSkin="DataGridHeaderSeparator"
    headerStyleName="No default"
    horizontalGridLineColor="No default"
    horizontalGridLines="false|true"
    horizontalLockedSeparatorSkin="undefined"
    horizontalSeparatorSkin="undefined"
    iconColor="0x111111"
    rollOverColor="#E3FFD6"
    selectionColor="#CDFFC1"
    stretchCursor="DataGridStretchCursor"
    verticalGridLineColor="#666666"
    verticalGridLines="false|true"
    verticalLockedSeparatorSkin="undefined"
    verticalSeparatorSkin="undefined"
     
    Events
    columnStretch="No default"
    headerRelease="No default"
    headerShift="No default"
    itemEditBegin="No default"
    itemEditBeginning="No default" 
    itemEditEnd="No default"
    itemFocusIn="No default"
    itemFocusOut="No default"
  />
   
  The following AdvancedDataGrid code sample specifies the column order:
  <mx:AdvancedDataGrid>
    <mx:dataProvider>
        <mx:Object Artist="Pavement" Price="11.99"
          Album="Slanted and Enchanted"/>
        <mx:Object Artist="Pavement"
          Album="Brighten the Corners" Price="11.99"/>
    </mx:dataProvider>
    <mx:columns>
        <mx:AdvancedDataGridColumn dataField="Album"/>
        <mx:AdvancedDataGridColumn dataField="Price"/>
    </mx:columns>
  </mx:AdvancedDataGrid>
  

默认 MXML 属性dataProvider

另请参见

mx.controls.AdvancedDataGrid


公共属性
 属性定义方
 InheritedaccessibilityProperties : AccessibilityProperties
此显示对象的当前辅助功能选项。
DisplayObject
 InheritedactiveEffects : Array
[只读 (read-only)] 组件上当前播放的效果列表,如 EffectInstance 实例的 Array。
UIComponent
 InheritedallowDragSelection : Boolean = false
一个标志,指示是否启用拖动选择。
AdvancedListBase
 InheritedallowMultipleSelection : 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
  columns : Array
AdvancedDataGridColumn 对象的数组,每个这样的对象对应一个可显示的列。
AdvancedDataGridBaseEx
 InheritedcolumnWidth : 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
 Inheriteddata : Object
将此组件用作项目渲染器或项目编辑器时,此组件应呈现的数据提供程序中的项目。
AdvancedListBase
 InheriteddataProvider : Object
要查看的数据集。
AdvancedListBase
 InheriteddataTipField : String
数据提供程序项目中作为数据提示显示的字段名称。
AdvancedListBase
 InheriteddataTipFunction : Function
用户提供的函数,在各个项目上运行以确定其数据提示。
AdvancedListBase
 Inheriteddescriptor : UIComponentDescriptor
引用 UIComponentDescriptor(如果有),过去曾通过 createComponentFromDescriptor() 方法使用它来创建此 UIComponent 实例。
UIComponent
 Inheriteddocument : Object
引用与此 UIComponent 相关联的文档对象。
UIComponent
 InheriteddoubleClickEnabled : Boolean
指定 UIComponent 对象是否接收 doubleClick 事件。
UIComponent
 InheriteddragEnabled : Boolean
一个标志,指示是否可以将项目拖出此控件并放到其它控件上。
AdvancedListBase
  draggableColumns : Boolean
指示是否允许对列进行重新排序。
AdvancedDataGridBaseEx
 InheriteddragMoveEnabled : Boolean
一个标志,指示在拖放操作过程中是否可以移动控件中的项目,而不只是从控件中复制这些项目。
AdvancedListBase
 InheriteddropEnabled : Boolean
一个标志,指示是否可以将所拖动的项目放到此控件上。
AdvancedListBase
 InheriteddropTarget : DisplayObject
[只读 (read-only)] 指定拖动 sprite 时经过的显示对象,或放置 sprite 的显示对象。
Sprite
  editable : String
指示用户能否编辑数据提供者中的项目。
AdvancedDataGridBaseEx
  editedItemPosition : Object
正在编辑的数据提供程序项目的项目渲染器的列索引和行索引(如果有)。
AdvancedDataGridBaseEx
  editedItemRenderer : IListItemRenderer
[只读 (read-only)] 对当前正在编辑其项目的 AdvancedDataGrid 控件中项目渲染器的引用。
AdvancedDataGridBaseEx
 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
 InheritedfontContext : IFlexModuleFactory
为此组件提供字体上下文的模块工厂。
AdvancedDataGridBase
 Inheritedgraphics : Graphics
[只读 (read-only)] 指定属于此 sprite 的 Graphics 对象,在此 sprite 中可执行矢量绘画命令。
Sprite
 InheritedheaderHeight : Number
列的标题单元格的高度(以像素为单位)。
AdvancedDataGridBase
 InheritedheaderRenderer : IFactory
用于显示列的标题行的标题渲染器。
AdvancedDataGridBase
 InheritedheaderWordWrap : Boolean
如果为 true,则指定标题文本不适合一行时将换行。
AdvancedDataGridBase
 Inheritedheight : Number
指定组件在父坐标中的高度的数字(以像素为单位)。
UIComponent
 InheritedhitArea : Sprite
指定一个 sprite 用作另一个 sprite 的点击区域。
Sprite
 InheritedhorizontalScrollPolicy : String
指示水平滚动条是始终启用、始终禁用还是自动根据传递到 setScrollBarProperties() 方法的参数进行更改的属性。
ScrollControlBase
  horizontalScrollPosition : Number
内容与左边缘的偏移量。
AdvancedDataGridBaseEx
 InheritediconField : String
数据提供程序对象中字段的名称,该字段用于确定显示为图标的对象。
AdvancedListBase
 InheritediconFunction : Function
用户提供的函数,在每个项目上运行以确定其图标。
AdvancedListBase
 Inheritedid : String
组件 ID。
UIComponent
  imeMode : String
指定 IME(输入法编辑器)模式。
AdvancedDataGridBaseEx
 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
  itemEditorInstance : IListItemRenderer
对项目编辑器的当前活动实例(如果有)的引用。
AdvancedDataGridBaseEx
 InheriteditemRenderer : IFactory
控件的自定义项目渲染器。
AdvancedListBase
 InheritedlabelFunction : Function
用户提供的函数,在每个项目上运行以确定其标签。
AdvancedListBase
 InheritedlistData : BaseListData
如果使用组件作为嵌入式项目渲染器或嵌入式项目编辑器,则 Flex 将使用 list 控件中的其它数据初始化组件的 listData 属性。
AdvancedListBase
 InheritedliveScrolling : Boolean = true
一个标志,指示移动滚动栏滑块时实时滚动视图,还是释放滑块后才更新视图。
ScrollControlBase
 InheritedloaderInfo : LoaderInfo
[只读 (read-only)] 返回一个 LoaderInfo 对象,其中包含加载此显示对象所属的文件的相关信息。
DisplayObject
 InheritedlockedColumnCount : int
滚动控件中第一列的索引,其中第一列位于索引 0 处。
AdvancedListBase
 InheritedlockedRowCount : int
滚动控件中第一行的索引,其中第一行位于索引 0 处。
AdvancedListBase
  lookAheadDuration : Number = 400
多字符查找的输入时寻找持续时间(以毫秒为单位)。
AdvancedDataGridBaseEx
 Inheritedmask : DisplayObject
调用显示对象被指定的 mask 对象遮罩。
DisplayObject
 InheritedmaxHeight : Number
布局过程中父级要考虑的组件最大建议高度。
UIComponent
 InheritedmaxWidth : Number
布局过程中父级要考虑的组件最大建议宽度。
UIComponent
 InheritedmeasuredHeight : Number
组件的默认高度(以像素为单位)。
UIComponent
 InheritedmeasuredMinHeight : Number
组件的默认最小高度(以像素为单位)。
UIComponent
 InheritedmeasuredMinWidth : Number
组件的默认最小宽度(以像素为单位)。
UIComponent
 InheritedmeasuredWidth : Number
组件的默认宽度(以像素为单位)。
UIComponent
 InheritedmenuSelectionMode : Boolean = false
一个标志,指示是否应使用菜单样式选择。
AdvancedListBase
  minColumnWidth : Number
列的最小宽度(以像素为单位)。
AdvancedDataGridBaseEx
 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
 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
  resizableColumns : Boolean = true
一个标志,指示用户能否更改列的尺寸。
AdvancedDataGridBaseEx
 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
 InheritedrowCount : int
要显示的行数。
AdvancedListBase
 InheritedrowHeight : 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
 Inheritedselectable : Boolean
一个标志,指示列表是否将所选项目显示为选中状态。
AdvancedListBase
 InheritedselectedIndex : int
所选项目的数据提供程序中的索引。
AdvancedListBase
 InheritedselectedIndices : Array
数据提供程序中所选项目的索引的数组。
AdvancedListBase
 InheritedselectedItem : Object
对数据提供程序中所选项目的引用。
AdvancedListBase
 InheritedselectedItems : Array
对数据提供程序中所选项目的引用的 Array。
AdvancedListBase
 InheritedselectionMode : String
控件的选择模式。
AdvancedDataGridBase
 InheritedshowHeaders : Boolean
指示控件是否应显示列标题的标志。
AdvancedDataGridBase
 InheritedshowInAutomationHierarchy : Boolean
用于确定自动化对象是否显示在自动化层次中的标志。
UIComponent
 InheritedshowScrollTips : Boolean = false
一个标志,指示拖动滚动滑块时是否应在其旁边显示工具提示。
ScrollControlBase
  sortableColumns : Boolean = true
一个标志,指示用户是否可以通过单击列的标题单元格对数据提供程序项目进行排序。
AdvancedDataGridBaseEx
  sortExpertMode : Boolean
默认情况下,sortExpertMode 属性设置为 false,这意味着在某列的标题区域单击,将按该列对 AdvancedDataGrid 控件的行进行排序。
AdvancedDataGridBaseEx
 InheritedsortItemRenderer : IFactory
用于在列标题中显示排序图标的排序项目渲染器。
AdvancedDataGridBase
 InheritedsoundTransform : SoundTransform
控制此 sprite 中的声音。
Sprite
 Inheritedstage : Stage
[只读 (read-only)] 显示对象的舞台。
DisplayObject
 Inheritedstates : Array
为此组件定义的视图状态。
UIComponent
 InheritedstyleDeclaration : CSSStyleDeclaration
存储此对象的内嵌继承样式。
UIComponent
 InheritedstyleFunction : Function
呈现每个单元格时调用的回调函数。
AdvancedDataGridBase
 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
 Inheritedvalue : Object
[只读 (read-only)] 所选项目,或者所选项目的数据或标签字段。
AdvancedListBase
 InheritedvariableRowHeight : Boolean
一个标志,指示各行是否可以采用不同的高度。
AdvancedListBase
 InheritedverticalScrollPolicy : String
指示垂直滚动条是始终启用、始终禁用还是自动根据传递到 setScrollBarProperties() 方法的参数进行更改的属性。
ScrollControlBase
 InheritedverticalScrollPosition : Number
顶边到内容的偏移量。
ScrollControlBase
 InheritedviewMetrics : EdgeMetrics
[只读 (read-only)] 考虑滚动条(如果可见)的 EdgeMetrics 对象。
ScrollControlBase
 Inheritedvisible : Boolean
控制此 UIComponent 的可见性。
UIComponent
 Inheritedwidth : Number
指定组件在父坐标中的宽度的数字(以像素为单位)。
UIComponent
 InheritedwordWrap : Boolean
一个标志,指示行中的文本是否应自动换行。
AdvancedListBase
 Inheritedx : Number
指定组件在其父容器中的水平位置(以像素为单位)的数字。
UIComponent
 Inheritedy : Number
指定组件在其父容器中的垂直位置(以像素为单位)的数字。
UIComponent
 Inheritedz : Number
指示 DisplayObject 实例相对于 3D 父容器沿 z 轴的 z 坐标位置。
DisplayObject
受保护的属性
 属性定义方
 InheritedactualCollection : ICollectionView
通常存储于运行数据更改效果时使用的 collection 属性中的值副本。
AdvancedListBase
 InheritedactualIterator : IViewCursor
通常存储于运行数据更改效果时使用的 iterator 属性中的值副本。
AdvancedListBase
 InheritedanchorBookmark : CursorBookmark
作为锚点的项目的书签。
AdvancedListBase
 InheritedanchorIndex : int = -1
作为选择锚点的数据提供程序中项目的偏移量。
AdvancedListBase
 Inheritedborder : IFlexDisplayObject
边框对象。
ScrollControlBase
 InheritedcachedDataChangeEffect : Effect = null
当控件的数据提供程序中发生更改时播放的效果。
AdvancedListBase
 InheritedcaretBookmark : CursorBookmark
尖号下方项目的书签。
AdvancedListBase
 InheritedcaretIndex : int = -1
位于选择尖号点处的数据提供程序中项目的偏移量。
AdvancedListBase
 InheritedcaretIndicator : Sprite
包含图形的 DisplayObject,该图形指示哪个渲染器是尖号。
AdvancedListBase
 InheritedcaretItemRenderer : IListItemRenderer
尖号下方项目的渲染器。
AdvancedListBase
 InheritedcaretUID : String
尖号下方项目的 UID。
AdvancedListBase
 Inheritedcollection : ICollectionView
用于提供数据提供程序的 ICollectionView。
AdvancedListBase
 InheritedcolumnMap : Object
项目渲染器到列的映射。
AdvancedDataGridBase
 InheritedcurrentColNum : int
包含当前正为其创建渲染器的列的索引。
AdvancedDataGridBase
 InheritedcurrentItemTop : Number
包含当前创建的渲染器的顶部位置。
AdvancedDataGridBase
 InheritedcurrentRowHeight : Number
当前行的高度(以像素为单位)。
AdvancedDataGridBase
 InheritedcurrentRowNum : int
包含当前正为其创建渲染器的行的索引。
AdvancedDataGridBase
 InheriteddataEffectCompleted : Boolean = false
一个标志,指示数据更改效果已完成。
AdvancedListBase
 InheriteddataItemWrappersByRenderer : Dictionary
将项目渲染器映射到 ItemWrappers(用于提供其数据)的 dictionary。
AdvancedListBase
 InheriteddefaultColumnCount : int = 4
要显示的默认列数。
AdvancedListBase
 InheriteddefaultRowCount : int = 4
要显示的默认行数。
AdvancedListBase
 InheriteddragImage : IUIComponent
[只读 (read-only)] 在拖放操作期间显示可视化元素的类的实例。
AdvancedListBase
 InheriteddragImageOffsets : Point
[只读 (read-only)] 拖动图像的拖放偏移量。
AdvancedListBase
 InheritedexplicitColumnCount : int = -1
显式设置 columnCount 属性时需要的列计数。
AdvancedListBase
 InheritedexplicitColumnWidth : Number
显式设置 columnWidth 时需要的列宽。
AdvancedListBase
 InheritedexplicitRowCount : int = -1
显式设置 rowCount 时需要的行计数。
AdvancedListBase
 InheritedexplicitRowHeight : Number
显式设置 rowHeight 时需要的行高。
AdvancedListBase
 InheritedfreeItemRenderers : Array
闲置项目渲染器的堆栈。
AdvancedListBase
  headerInfoInitialized : Boolean = false
如果已使用 AdvancedDataGridHeaderInfo 实例初始化 headerInfos 属性,则包含 true。
AdvancedDataGridBaseEx
 InheritedheaderInfos : Array
控件中所有列的 AdvancedDataGridHeaderInfo 实例 Array。
AdvancedDataGridBase
 InheritedheaderRowInfo : Array
缓存 headerItems 数组中标题的标题高度及其它相关信息的 ListRowInfo 实例 Array。
AdvancedDataGridBase
 InheritedhighlightIndicator : Sprite
包含图形的 DisplayObject,用以指示加亮哪个渲染器。
AdvancedListBase
 InheritedhighlightItemRenderer : IListItemRenderer
当前滚动到尖号上方或下方的渲染器。
AdvancedListBase
 InheritedhighlightUID : String
当前滚动到尖号上方或下方的项目的 UID。
AdvancedListBase
 InheritedhorizontalScrollBar : ScrollBar
水平滚动条。
ScrollControlBase
  isKeyPressed : Boolean = false
如果 key press 事件正在进行中,则包含 true。
AdvancedDataGridBaseEx
 InheriteditemRendererToFactoryMap : Dictionary
将项目渲染器映射到创建其的 Factory 实例。
AdvancedDataGridBase
 InheriteditemsNeedMeasurement : Boolean = true
一个标志,指示是否需要计算 columnWidth 和 rowHeight 属性。
AdvancedListBase
 InheriteditemsSizeChanged : Boolean = false
一个标志,指示渲染器的大小可能已更改。
AdvancedListBase
 Inheritediterator : IViewCursor
用于从数据提供程序中获取项目并将这些项目传递给渲染器的主 IViewCursor 实例。
AdvancedListBase
 InheritediteratorValid : Boolean = true
一个标志,指示发生页面错误和迭代器位置无效(未放置在所显示的最上方项目处)。
AdvancedListBase
 InheritedkeySelectionPending : Boolean = false
一个标志,指示键盘选择是否由于页面错误而中断。
AdvancedListBase
 InheritedlastDropIndex : int
最近计算出的索引,这是拖动项目在放置目标中的添加位置。
AdvancedListBase
 InheritedlastSeekPending : ListBaseSeekPending
导致页面错误的最新一次搜寻。
AdvancedListBase
 InheritedlistContent : AdvancedListBaseContentHolder
一个内部显示对象,是所有项目渲染器、选择内容、亮显指示符以及其它支持图形的父级。
AdvancedListBase
 InheritedlistItems : Array
一个由数组组成的 Array,其中包含用于呈现各个数据提供程序项目的项目渲染器实例。
AdvancedListBase
 InheritedmaskShape : Shape
遮罩。
ScrollControlBase
 InheritedmodifiedCollectionView : ModifiedCollectionView
集合视图,用于暂时保留上次的数据提供程序状态,以方便运行数据更改效果。
AdvancedListBase
  orderedHeadersList : Array
AdvancedDataGridHeaderInfo 实例的有序列表,这些实例与可见的列标题对应。
AdvancedDataGridBaseEx
 InheritedrendererChanged : Boolean = false
一个标志,指示渲染器已更改。
AdvancedListBase
 InheritedreservedItemRenderers : Object
当前闲置但近期可能会用到的项目渲染器的哈希映射。
AdvancedListBase
 InheritedresourceManager : IResourceManager
[只读 (read-only)] 引用管理所有应用程序本地化资源的对象。
UIComponent
 InheritedrowInfo : Array
ListRowInfo 对象数组,用于缓存行高和 listItems 属性中行的其它跟踪信息。
AdvancedListBase
 InheritedrowMap : Object
项目渲染器与其各自 ListRowInfo 对象的哈希映射。
AdvancedListBase
 InheritedrunDataEffectNextUpdate : Boolean = false
一个标志,指示下次更新显示时是否应该启动数据效果。
AdvancedListBase
 InheritedrunningDataEffect : Boolean = false
一个标志,指示当前是否正在运行数据更改效果
AdvancedListBase
 InheritedscrollAreaChanged : Boolean
一个标志,指示滚动区域随滚动条的出现或消失进行更改。
ScrollControlBase
 InheritedselectedData : Object
用于跟踪当前所选项目的 ListBaseSelectionData 对象的哈希表。
AdvancedListBase
 InheritedselectionIndicators : Object
所选指示符的哈希表。
AdvancedListBase
 InheritedselectionLayer : Sprite
listContent 中的图层,用于绘制所有选择内容和加亮指示符。
AdvancedListBase
 InheritedselectionTweens : Object
所选内容补间的哈希表。
AdvancedListBase
 InheritedshowCaret : Boolean
一个标志,指示是否显示尖号。
AdvancedListBase
 InheritedunconstrainedRenderers : Object
不受列表布局算法影响的项目渲染器的哈希映射
AdvancedListBase
 InheritedunscaledHeight : Number
[只读 (read-only)] 用于确定组件的未缩放高度的简便方法。
UIComponent
 InheritedunscaledWidth : Number
[只读 (read-only)] 用于确定组件的未缩放宽度的简便方法。组件的绘图和子布局的所有设置均应在以此宽度为宽的矩形边框中完成,还应将此宽度作为参数传递到 updateDisplayList() 中。
UIComponent
 InheritedverticalScrollBar : ScrollBar
垂直滚动条。
ScrollControlBase
 InheritedvisibleData : Object
视图中当前使用的数据提供程序项目渲染器的哈希表。
AdvancedListBase
 InheritedvisibleHeaderInfos : Array
为可显示列定义标题项目渲染器的 AdvancedDataGridHeaderRenderer 实例 Array。
AdvancedDataGridBase
 InheritedwordWrapChanged : Boolean = false
一个标志,指示自上次更新显示列表后 wordWrap 属性值是否已更改。
AdvancedListBase
公共方法
 方法定义方
  
构造函数。
AdvancedDataGridBaseEx
 Inherited
将一个 DisplayObject 子实例添加到该 DisplayObjectContainer 实例中。
DisplayObjectContainer
 Inherited
将一个 DisplayObject 子实例添加到该 DisplayObjectContainer 实例中。
DisplayObjectContainer
 Inherited
如果正在运行数据更改效果,则添加项目渲染器。
AdvancedListBase
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
使用 EventDispatcher 对象注册事件侦听器对象,以使侦听器能够接收事件通知。
EventDispatcher
 Inherited
指示安全限制是否会导致出现以下情况:在列表中忽略了使用指定 point 点调用 DisplayObjectContainer.getObjectsUnderPoint() 方法时返回的所有显示对象。
DisplayObjectContainer
 Inherited
返回将放置项目添加到放置目标中的位置的索引。
AdvancedListBase
 Inherited
callLater(method:Function, args:Array = null):void
排队稍后调用的函数。
UIComponent
 Inherited
删除此组件实例中的样式属性。
UIComponent
 Inherited
确定指定显示对象是 DisplayObjectContainer 实例的子项还是该实例本身。
DisplayObjectContainer
 Inherited
将 Point 对象由内容坐标转换为全局坐标。
UIComponent
 Inherited
将 Point 对象由内容坐标转换为本地坐标。
UIComponent
 Inherited
返回标识此容器中的子项的一组属性。
UIComponent
  
createItemEditor(colIndex:int, rowIndex:int):void
使用由 itemEditor 属性指定的编辑器在 editedItemPosition 为项目渲染器创建项目编辑器。
AdvancedDataGridBaseEx
 Inherited
在 IUIComponent 对象的父项文档对象上创建对此对象的 id 引用。
UIComponent
 Inherited
在 IUIComponent 对象的父项文档对象上删除对此对象的 id 引用。
UIComponent
  
此方法将关闭项目渲染器上当前打开着的项目编辑器。
AdvancedDataGridBaseEx
 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
 Inherited
根据某一字符串在列表中查找项目并选择该项目。
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
  
返回一个包含列排序信息的 SortInfo 实例。
AdvancedDataGridBaseEx
 Inherited
获取当前具有焦点的对象。
UIComponent
 Inherited
返回对象的数组,这些对象位于指定点下,并且是该 DisplayObjectContainer 实例的子项(或孙子项,依此类推)。
DisplayObjectContainer
 Inherited
getRect(targetCoordinateSpace:DisplayObject):Rectangle
返回一个矩形,该矩形根据 targetCoordinateSpace 参数定义的坐标系定义显示对象的边界,但不包括形状上的任何笔触。
DisplayObject
 Inherited
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
 Inherited
在鼠标指针下方隐藏指示允许执行拖放操作的放置指示符。
AdvancedListBase
 Inherited
计算显示对象,以确定它是否与 obj 显示对象重叠或相交。
DisplayObject
 Inherited
hitTestPoint(x:Number, y:Number, shapeFlag:Boolean = false):Boolean
计算显示对象,以确定它是否与 x 和 y 参数指定的点重叠或相交。
DisplayObject
 Inherited
返回一个框 Matrix,在绘制水平渐变时可以将其作为 rot 参数传递给 drawRoundRect() 方法。
UIComponent
 Inherited
针对数据提供程序中某个项目的索引获取项目渲染器(如果存在)。
AdvancedListBase
 Inherited
indicesToIndex(rowIndex:int, colIndex:int):int
计算 colIndex 和 rowIndex 处项目的数据提供程序中的偏移量。
AdvancedListBase
 Inherited
初始化此组件的内部结构。
UIComponent
 Inherited
初始化用于跟踪此组件的重复实例的各个属性。
UIComponent
 Inherited
标记组件,以便在稍后屏幕更新期间调用该组件的 updateDisplayList() 方法。
UIComponent
 Inherited
在下次更新时刷新所有行。
AdvancedListBase
 Inherited
标记组件,以便在稍后屏幕更新期间调用该组件的 commitProperties() 方法。
UIComponent
 Inherited
标记组件,以便在稍后屏幕更新期间调用该组件的 measure() 方法。
UIComponent
 Inherited
确定是否加亮显示数据提供程序项目的项目渲染器(当鼠标滑过它,或者通过键盘导航使它位于尖号下方时)。
AdvancedListBase
 Inherited
确定数据提供程序项目的项目渲染器是否可选。
AdvancedListBase
 Inherited
确定是否已选中数据提供程序项目的项目渲染器。
AdvancedListBase
 Inherited
确定渲染器是否显示某个项目。
AdvancedListBase
 Inherited
指示 Object 类的实例是否在指定为参数的对象的原型链中。
Object
 Inherited
确定渲染器是否包含(或拥有)显示对象。
AdvancedListBase
 Inherited
返回通过此项目渲染器呈现的该项目在数据提供程序中的项目索引。
AdvancedListBase
 Inherited
返回渲染器根据 dataTipField 和 dataTipFunction 属性显示给定数据对象的数据提示字符串。
AdvancedListBase
 Inherited
根据 iconField 和 iconFunction 属性返回表示数据项目图标的类(如果存在)。
AdvancedListBase
 Inherited
返回数据提供程序中给定项目的项目渲染器(如果存在)。
AdvancedListBase
 Inherited
返回渲染器根据 labelField 和 labelFunction 属性显示给定数据对象的字符串。
AdvancedListBase
 Inherited
将三维显示对象的(本地)坐标的三维点转换为舞台(全局)坐标中的二维点。
DisplayObject
 Inherited
将 Point 对象由本地坐标转换为内容坐标。
UIComponent
 Inherited
将 point 对象从显示对象的(本地)坐标转换为舞台(全局)坐标。
DisplayObject
 Inherited
measureHeightOfItems(index:int = -1, count:int = 0):Number
使用当前项目渲染器测量数据提供程序中的一组项目,并返回这些项目的高度之和。
AdvancedListBase
 Inherited
测量指定的 HTML 文本(该文本中可能包含 <font> 和 <b> 等 HTML 标记),假定该文本显示在单行 UITextField(使用由此 UIComponent 的样式确定的 UITextFormat)中。
UIComponent
 Inherited
测量指定的文本,假定该文本显示在单行 UITextField(使用由此 UIComponent 的样式确定的 UITextFormat)中。
UIComponent
 Inherited
measureWidthOfItems(index:int = -1, count:int = 0):Number
使用当前项目渲染器测量数据提供程序中的一组项目,并返回找到的最大宽度。
AdvancedListBase
 Inherited
将组件移动到其父项内的指定位置。
UIComponent
  
moveFocusToHeader(columnIndex:int = -1):void
将焦点移至指定的列标题。
AdvancedDataGridBaseEx
 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
 Inherited
如果正在运行数据更改效果,则移除项目渲染器。
AdvancedListBase
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
从 EventDispatcher 对象中删除侦听器。
EventDispatcher
 Inherited
重放指定的事件。
UIComponent
 Inherited
使用提供的 ID 解析子项。
UIComponent
 Inherited
[静态] 在调用 suspendBackgroundProcessing() 之后继续对使用 callLater() 排队的方法进行背景处理。
UIComponent
 Inherited
确保给定索引处的数据提供程序项目可见。
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
 Inherited
在鼠标指针下方显示拖放指示符表示允许拖放操作以及项目的放置位置。
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
 Inherited
暂时停止使用控件的布局算法定位项目渲染器。
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
受保护的方法
 方法定义方
  
将绝对列索引转换为显示列中的相应索引。
AdvancedDataGridBaseEx
  
将绝对列索引转换为可见列中相应的索引。
AdvancedDataGridBaseEx
  
absoluteToVisibleIndices(rowIndex:int, columnIndex:int):Object
将绝对行索引和列索引转换为控件按当前方式显示项目的相应行索引和列索引。
AdvancedDataGridBaseEx
 Inherited
作为拖放操作的一部分,将所选项目添加到 DragSource 对象。
AdvancedListBase
  
addSortField(columnName:String, columnNumber:int, collection:ICollectionView):void
将数据字段添加到排序字段列表中。
AdvancedDataGridBaseEx
 Inherited
将渲染器添加到循环使用的渲染器列表,使其不可见并清除对该渲染器的引用。
AdvancedListBase
 Inherited
调整焦点矩形。
UIComponent
 Inherited
adjustListContent(unscaledWidth:Number = -1, unscaledHeight:Number = -1):void
从 updateDisplayList() 方法调用,用以调整列表内容的大小和位置。
AdvancedListBase
 Inherited
设置应用选择指示符的效果。
AdvancedListBase
 Inherited
这是一个内部方法,供 Flex 框架用于支持 Dissolve 效果。
UIComponent
 Inherited
在执行拖放操作时计算放置指示符的 y 位置。
AdvancedListBase
 Inherited
calculateRowHeight(data:Object, hh:Number, skipVisible:Boolean = false):Number
计算一行中列的行高。
AdvancedDataGridBase
 Inherited
创建子对象后执行任何最终处理。
UIComponent
 Inherited
删除所有选定、加亮显示和尖号指示符。
AdvancedDataGridBase
 Inherited
clearSelected(transition:Boolean = false):void
清除所选项目组,并移除表示那些项目的选定状态的所有图形。
AdvancedListBase
  
删除通常用于调整列大小的列标题分隔符。
AdvancedDataGridBaseEx
 Inherited
当数据发生更改时,处理从数据提供程序中调度的 CollectionEvent。
AdvancedListBase
  
按当前显示方式返回列索引。
AdvancedDataGridBaseEx
 Inherited
根据是否已显式设置 columnCountcolumnWidth、rowHeight 和 rowCount 等属性来计算列宽、行高以及行数和列数。
AdvancedListBase
 Inherited
根据行数、列数以及可查看的行和列配置 ScrollBar。
AdvancedListBase
 Inherited
copySelectedItems(useDataField:Boolean = true):Array
按所选项目的选择顺序为其制作副本。
AdvancedListBase
 Inherited
为此组件创建边框。
ScrollControlBase
 Inherited
创建对象作为此 ListBase 的子对象,在这种情况下为将控制所有项目渲染器的 listContent 对象。
AdvancedListBase
 Inherited
创建列标题。
AdvancedDataGridBase
  
createHeaderSeparators(n:int, seperators:Array, headerLines:UIComponent):void
创建列标题之间的标题分隔符,并使用创建的分隔符填充分隔符 Array。
AdvancedDataGridBaseEx
 Inherited
根据所用的嵌入字体使用上下文创建新对象。
UIComponent
 Inherited
使用给定的 moduleFactory 创建对象。
UIComponent
 Inherited
createLockedRows(left:Number, top:Number, right:Number, bottom:Number):void
创建锁定行(如有必要)。
AdvancedDataGridBase
  
将列的当前显示列索引转换为其相应的绝对索引。
AdvancedDataGridBaseEx
 Inherited
处理 DragEvent.DRAG_COMPLETE 事件。
AdvancedListBase
 Inherited
处理 DragEvent.DRAG_DROP 事件。
AdvancedListBase
 Inherited
处理 DragEvent.DRAG_ENTER 事件。
AdvancedListBase
 Inherited
处理 DragEvent.DRAG_EXIT 事件。
AdvancedListBase
 Inherited
处理 DragEvent.DRAG_OVER 事件。
AdvancedListBase
 Inherited
Interval 函数,用于在鼠标位于列表上方或下方时上下滚动列表。
AdvancedListBase
 Inherited