Packagemx.controls.listClasses
Classpublic class AdvancedListBase
InheritanceAdvancedListBase Inheritance ScrollControlBase Inheritance UIComponent Inheritance FlexSprite Inheritance flash.display.Sprite
Implements IDataRenderer, IFocusManagerComponent, IListItemRenderer, IDropInListItemRenderer, IEffectTargetHost
Subclasses AdvancedDataGridBase

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The AdvancedListBase class is the base class for controls, such as the AdvancedDataGrid and OLAPDataGrid controls, that represent lists of items that can have one or more selected items and can scroll through the items. Items are supplied using the dataProvider property and displayed via item renderers.

In a model/view architecture, the AdvancedListBase subclass represent the view, and the data provider represents the model.

MXML SyntaxexpandedHide MXML Syntax

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"
   />
  

See also

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


Public Properties
 PropertyDefined By
 InheritedaccessibilityDescription : String
A convenience accessor for the description property in this UIComponent's accessibilityProperties object.
UIComponent
 InheritedaccessibilityEnabled : Boolean
A convenience accessor for the silent property in this UIComponent's accessibilityProperties object.
UIComponent
 InheritedaccessibilityName : String
A convenience accessor for the name property in this UIComponent's accessibilityProperties object.
UIComponent
 InheritedaccessibilityShortcut : String
A convenience accessor for the shortcut property in this UIComponent's accessibilityProperties object.
UIComponent
 InheritedactiveEffects : Array
[read-only] The list of effects that are currently playing on the component, as an Array of EffectInstance instances.
UIComponent
  allowDragSelection : Boolean = false
A flag that indicates whether drag-selection is enabled.
AdvancedListBase
  allowMultipleSelection : Boolean
A flag that indicates whether you can allow more than one item to be selected at the same time.
AdvancedListBase
 InheritedautomationDelegate : Object
The delegate object that handles the automation-related functionality.
UIComponent
 InheritedautomationEnabled : Boolean
[read-only] True if this component is enabled for automation, false otherwise.
UIComponent
 InheritedautomationName : String
Name that can be used as an identifier for this object.
UIComponent
 InheritedautomationOwner : DisplayObjectContainer
[read-only] The owner of this component for automation purposes.
UIComponent
 InheritedautomationParent : DisplayObjectContainer
[read-only] The parent of this component for automation purposes.
UIComponent
 InheritedautomationTabularData : Object
[read-only] An implementation of the IAutomationTabularData interface, which can be used to retrieve the data.
UIComponent
 InheritedautomationValue : Array
[read-only] This value generally corresponds to the rendered appearance of the object and should be usable for correlating the identifier with the object as it appears visually within the application.
UIComponent
 InheritedautomationVisible : Boolean
[read-only] True if this component is visible for automation, false otherwise.
UIComponent
 Inheritedbaseline : Object
For components, this layout constraint property is a facade on top of the similarly-named style.
UIComponent
 InheritedbaselinePosition : Number
[read-only] The y-coordinate of the baseline of the first line of text of the component.
UIComponent
 InheritedborderMetrics : EdgeMetrics
[read-only] Returns an EdgeMetrics object that has four properties: left, top, right, and bottom.
ScrollControlBase
 Inheritedbottom : Object
For components, this layout constraint property is a facade on top of the similarly-named style.
UIComponent
 InheritedcacheHeuristic : Boolean
[write-only] Used by Flex to suggest bitmap caching for the object.
UIComponent
 InheritedcachePolicy : String
Specifies the bitmap caching policy for this object.
UIComponent
 InheritedclassName : String
[read-only] The name of this instance's class, such as "Button".
UIComponent
  columnCount : int
The number of columns to be displayed in a TileList control or items in a HorizontalList control.
AdvancedListBase
  columnWidth : Number
The width of the control's columns.
AdvancedListBase
 InheritedcontentMouseX : Number
[read-only] Returns the x position of the mouse, in the content coordinate system.
UIComponent
 InheritedcontentMouseY : Number
[read-only] Returns the y position of the mouse, in the content coordinate system.
UIComponent
 InheritedcurrentState : String
The current view state of the component.
UIComponent
 InheritedcursorManager : ICursorManager
[read-only] Gets the CursorManager that controls the cursor for this component and its peers.
UIComponent
  data : Object
The item in the data provider this component should render when this component is used as an item renderer or item editor.
AdvancedListBase
  dataProvider : Object
Set of data to be viewed.
AdvancedListBase
  dataTipField : String
Name of the field in the data provider items to display as the data tip.
AdvancedListBase
  dataTipFunction : Function
User-supplied function to run on each item to determine its dataTip.
AdvancedListBase
 Inheriteddepth : Number
Determines the order in which items inside of containers are rendered.
UIComponent
 Inheriteddescriptor : UIComponentDescriptor
Reference to the UIComponentDescriptor, if any, that was used by the createComponentFromDescriptor() method to create this UIComponent instance.
UIComponent
 InheriteddesignLayer : DesignLayer
Specifies the optional DesignLayer instance associated with this visual element.
UIComponent
 Inheriteddocument : Object
A reference to the document object associated with this UIComponent.
UIComponent
 InheriteddoubleClickEnabled : Boolean
[override] Specifies whether the UIComponent object receives doubleClick events.
UIComponent
  dragEnabled : Boolean
A flag that indicates whether you can drag items out of this control and drop them on other controls.
AdvancedListBase
  dragMoveEnabled : Boolean
A flag that indicates whether items can be moved instead of just copied from the control as part of a drag-and-drop operation.
AdvancedListBase
  dropEnabled : Boolean
A flag that indicates whether dragged items can be dropped onto the control.
AdvancedListBase
 Inheritedenabled : Boolean
Whether the component can accept user interaction.
UIComponent
 InheritederrorString : String
The text that displayed by a component's error tip when a component is monitored by a Validator and validation fails.
UIComponent
 InheritedexplicitHeight : Number
Number that specifies the explicit height of the component, in pixels, in the component's coordinates.
UIComponent
 InheritedexplicitMaxHeight : Number
The maximum recommended height of the component to be considered by the parent during layout.
UIComponent
 InheritedexplicitMaxWidth : Number
The maximum recommended width of the component to be considered by the parent during layout.
UIComponent
 InheritedexplicitMinHeight : Number
The minimum recommended height of the component to be considered by the parent during layout.
UIComponent
 InheritedexplicitMinWidth : Number
The minimum recommended width of the component to be considered by the parent during layout.
UIComponent
 InheritedexplicitWidth : Number
Number that specifies the explicit width of the component, in pixels, in the component's coordinates.
UIComponent
 InheritedflexContextMenu : IFlexContextMenu
The context menu for this UIComponent.
UIComponent
 InheritedfocusEnabled : Boolean
Indicates whether the component can receive focus when tabbed to.
UIComponent
 InheritedfocusManager : IFocusManager
Gets the FocusManager that controls focus for this component and its peers.
UIComponent
 InheritedfocusPane : Sprite
The focus pane associated with this object.
UIComponent
 InheritedhasFocusableChildren : Boolean
A flag that indicates whether child objects can receive focus.
UIComponent
 InheritedhasLayoutMatrix3D : Boolean
[read-only] Contains true if the element has 3D Matrix.
UIComponent
 Inheritedheight : Number
[override] Number that specifies the height of the component, in pixels, in the parent's coordinates.
UIComponent
 InheritedhorizontalCenter : Object
For components, this layout constraint property is a facade on top of the similarly-named style.
UIComponent
 InheritedhorizontalScrollPolicy : String
A property that indicates whether the horizontal scroll bar is always on, always off, or automatically changes based on the parameters passed to the setScrollBarProperties() method.
ScrollControlBase
 InheritedhorizontalScrollPosition : Number
The offset into the content from the left edge.
ScrollControlBase
  iconField : String
The name of the field in the data provider object that determines what to display as the icon.
AdvancedListBase
  iconFunction : Function
A user-supplied function to run on each item to determine its icon.
AdvancedListBase
 Inheritedid : String
ID of the component.
UIComponent
 InheritedincludeInLayout : Boolean
Specifies whether this component is included in the layout of the parent container.
UIComponent
 InheritedinheritingStyles : Object
The beginning of this component's chain of inheriting styles.
UIComponent
 Inheritedinitialized : Boolean
A flag that determines if an object has been through all three phases of layout: commitment, measurement, and layout (provided that any were required).
UIComponent
 InheritedinstanceIndex : int
[read-only] The index of a repeated component.
UIComponent
 InheritedinstanceIndices : Array
An Array containing the indices required to reference this UIComponent object from its parent document.
UIComponent
 Inheritedis3D : Boolean
[read-only] Contains true when the element is in 3D.
UIComponent
 InheritedisDocument : Boolean
[read-only] Contains true if this UIComponent instance is a document object.
UIComponent
 InheritedisPopUp : Boolean
Set to true by the PopUpManager to indicate that component has been popped up.
UIComponent
  itemRenderer : IFactory
The custom item renderer for the control.
AdvancedListBase
  labelField : String
The name of the field in the data provider items to display as the label.
AdvancedListBase
  labelFunction : Function
A user-supplied function to run on each item to determine its label.
AdvancedListBase
 InheritedlayoutMatrix3D : Matrix3D
[write-only] The transform matrix that is used to calculate a component's layout relative to its siblings.
UIComponent
 Inheritedleft : Object
For components, this layout constraint property is a facade on top of the similarly-named style.
UIComponent
  listData : BaseListData
When a component is used as a drop-in item renderer or drop-in item editor, Flex initializes the listData property of the component with the additional data from the list control.
AdvancedListBase
 InheritedliveScrolling : Boolean = true
A flag that indicates whether scrolling is live as the scrollbar thumb is moved or the view is not updated until the thumb is released.
ScrollControlBase
  lockedColumnCount : int
The index of the first column in the control that scrolls, where the first column is at an index of 0.
AdvancedListBase
  lockedRowCount : int
The index of the first row in the control that scrolls, where the first row is at an index of 0.
AdvancedListBase
 InheritedmaintainProjectionCenter : Boolean
When true, the component keeps its projection matrix centered on the middle of its bounding box.
UIComponent
 InheritedmaxHeight : Number
The maximum recommended height of the component to be considered by the parent during layout.
UIComponent
 InheritedmaxHorizontalScrollPosition : Number
The maximum value for the horizontalScrollPosition property.
ScrollControlBase
 InheritedmaxVerticalScrollPosition : Number
The maximum value for the verticalScrollPosition property.
ScrollControlBase
 InheritedmaxWidth : Number
The maximum recommended width of the component to be considered by the parent during layout.
UIComponent
 InheritedmeasuredHeight : Number
The default height of the component, in pixels.
UIComponent
 InheritedmeasuredMinHeight : Number
The default minimum height of the component, in pixels.
UIComponent
 InheritedmeasuredMinWidth : Number
The default minimum width of the component, in pixels.
UIComponent
 InheritedmeasuredWidth : Number
The default width of the component, in pixels.
UIComponent
  menuSelectionMode : Boolean = false
A flag that indicates whether menu-style selection should be used.
AdvancedListBase
 InheritedminHeight : Number
The minimum recommended height of the component to be considered by the parent during layout.
UIComponent
 InheritedminWidth : Number
The minimum recommended width of the component to be considered by the parent during layout.
UIComponent
 InheritedmoduleFactory : IFlexModuleFactory
A module factory is used as context for using embedded fonts and for finding the style manager that controls the styles for this component.
UIComponent
 InheritedmouseFocusEnabled : Boolean
Whether you can receive focus when clicked on.
UIComponent
 InheritedMXMLDescriptor : Array
[read-only]
UIComponent
 InheritedMXMLProperties : Array
[read-only]
UIComponent
 InheritednestLevel : int
Depth of this object in the containment hierarchy.
UIComponent
 InheritednonInheritingStyles : Object
The beginning of this component's chain of non-inheriting styles.
UIComponent
 InheritednumAutomationChildren : int
[read-only] The number of automation children this container has.
UIComponent
  offscreenExtraColumns : int = 0
The number of columns that are currently not visible.
AdvancedListBase
  offscreenExtraRows : int = 0
The number of extra item renderers the layout algorithm can use when constructing animations for data effects.
AdvancedListBase
 Inheritedowner : DisplayObjectContainer
The owner of this IVisualElement object.
UIComponent
 Inheritedparent : DisplayObjectContainer
[override] [read-only] The parent container or component for this component.
UIComponent
 InheritedparentApplication : Object
[read-only] A reference to the Application object that contains this UIComponent instance.
UIComponent
 InheritedparentDocument : Object
[read-only] A reference to the parent document object for this UIComponent.
UIComponent
 InheritedpercentHeight : Number
Specifies the height of a component as a percentage of its parent's size.
UIComponent
 InheritedpercentWidth : Number
Specifies the width of a component as a percentage of its parent's size.
UIComponent
 InheritedpostLayoutTransformOffsets : TransformOffsets
Defines a set of adjustments that can be applied to the object's transform in a way that is invisible to its parent's layout.
UIComponent
 InheritedprocessedDescriptors : Boolean
Set to true after immediate or deferred child creation, depending on which one happens.
UIComponent
 Inheritedrepeater : IRepeater
[read-only] A reference to the Repeater object in the parent document that produced this UIComponent.
UIComponent
 InheritedrepeaterIndex : int
[read-only] The index of the item in the data provider of the Repeater that produced this UIComponent.
UIComponent
 InheritedrepeaterIndices : Array
An Array containing the indices of the items in the data provider of the Repeaters in the parent document that produced this UIComponent.
UIComponent
 Inheritedrepeaters : Array
An Array containing references to the Repeater objects in the parent document that produced this UIComponent.
UIComponent
 Inheritedright : Object
For components, this layout constraint property is a facade on top of the similarly-named style.
UIComponent
 Inheritedrotation : Number
[override]
UIComponent
 InheritedrotationX : Number
[override] Indicates the x-axis rotation of the DisplayObject instance, in degrees, from its original orientation relative to the 3D parent container.
UIComponent
 InheritedrotationY : Number
[override] Indicates the y-axis rotation of the DisplayObject instance, in degrees, from its original orientation relative to the 3D parent container.
UIComponent
 InheritedrotationZ : Number
[override]
UIComponent
  rowCount : int
Number of rows to be displayed.
AdvancedListBase
  rowHeight : Number
The height of the rows in pixels.
AdvancedListBase
 InheritedscaleX : Number
[override] Number that specifies the horizontal scaling factor.
UIComponent
 InheritedscaleY : Number
[override] Number that specifies the vertical scaling factor.
UIComponent
 InheritedscaleZ : Number
[override] Number that specifies the scaling factor along the z axis.
UIComponent
 Inheritedscreen : Rectangle
[read-only] Returns an object that contains the size and position of the base drawing surface for this object.
UIComponent
 InheritedscrollTipFunction : Function
A function that computes the string to be displayed as the ScrollTip.
ScrollControlBase
  selectable : Boolean
A flag that indicates whether the list shows selected items as selected.
AdvancedListBase
  selectedIndex : int
The index in the data provider of the selected item.
AdvancedListBase
  selectedIndices : Array
An array of indices in the data provider of the selected items.
AdvancedListBase
  selectedItem : Object
A reference to the selected item in the data provider.
AdvancedListBase
  selectedItems : Array
An Array of references to the selected items in the data provider.
AdvancedListBase
  showDataTips : Boolean
A flag that indicates whether dataTips are displayed for text in the rows.
AdvancedListBase
 InheritedshowInAutomationHierarchy : Boolean
A flag that determines if an automation object shows in the automation hierarchy.
UIComponent
 InheritedshowScrollTips : Boolean = false
A flag that indicates whether a tooltip should appear near the scroll thumb when it is being dragged.
ScrollControlBase
 Inheritedstates : Array
The view states that are defined for this component.
UIComponent
 InheritedstyleDeclaration : CSSStyleDeclaration
Storage for the inline inheriting styles on this object.
UIComponent
 InheritedstyleManager : IStyleManager2
[read-only] Returns the StyleManager instance used by this component.
UIComponent
 InheritedstyleName : Object
The class style used by this component.
UIComponent
 InheritedstyleParent : IAdvancedStyleClient
A component's parent is used to evaluate descendant selectors.
UIComponent
 InheritedsystemManager : ISystemManager
Returns the SystemManager object used by this component.
UIComponent
 InheritedtabFocusEnabled : Boolean
A flag that indicates whether this object can receive focus via the TAB key This is similar to the tabEnabled property used by the Flash Player. This is usually true for components that handle keyboard input, but some components in controlbars have them set to false because they should not steal focus from another component like an editor.
UIComponent
 InheritedtoolTip : String
Text to display in the ToolTip.
UIComponent
 Inheritedtop : Object
For components, this layout constraint property is a facade on top of the similarly-named style.
UIComponent
 Inheritedtransform : Transform
[override] An object with properties pertaining to a display object's matrix, color transform, and pixel bounds.
UIComponent
 InheritedtransformX : Number
Sets the x coordinate for the transform center of the component.
UIComponent
 InheritedtransformY : Number
Sets the y coordinate for the transform center of the component.
UIComponent
 InheritedtransformZ : Number
Sets the z coordinate for the transform center of the component.
UIComponent
 Inheritedtransitions : Array
An Array of Transition objects, where each Transition object defines a set of effects to play when a view state change occurs.
UIComponent
 InheritedtweeningProperties : Array
Array of properties that are currently being tweened on this object.
UIComponent
 Inheriteduid : String
A unique identifier for the object.
UIComponent
 InheritedupdateCompletePendingFlag : Boolean
A flag that determines if an object has been through all three phases of layout validation (provided that any were required).
UIComponent
 InheritedvalidationSubField : String
Used by a validator to associate a subfield with this component.
UIComponent
  value : Object
[read-only] The selected item, or the data or label field of the selected item.
AdvancedListBase
  variableRowHeight : Boolean
A flag that indicates whether the individual rows can have different height.
AdvancedListBase
 InheritedverticalCenter : Object
For components, this layout constraint property is a facade on top of the similarly-named style.
UIComponent
 InheritedverticalScrollPolicy : String
A property that indicates whether the vertical scroll bar is always on, always off, or automatically changes based on the parameters passed to the setScrollBarProperties() method.
ScrollControlBase
 InheritedverticalScrollPosition : Number
The offset into the content from the top edge.
ScrollControlBase
 InheritedviewMetrics : EdgeMetrics
[read-only] An EdgeMetrics object taking into account the scroll bars, if visible.
ScrollControlBase
 Inheritedvisible : Boolean
[override] Whether or not the display object is visible.
UIComponent
 Inheritedwidth : Number
[override] Number that specifies the width of the component, in pixels, in the parent's coordinates.
UIComponent
  wordWrap : Boolean
A flag that indicates whether text in the row should be word wrapped.
AdvancedListBase
 Inheritedx : Number
[override] Number that specifies the component's horizontal position, in pixels, within its parent container.
UIComponent
 Inheritedy : Number
[override] Number that specifies the component's vertical position, in pixels, within its parent container.
UIComponent
 Inheritedz : Number
[override]
UIComponent
Protected Properties
 PropertyDefined By
  actualCollection : ICollectionView
A copy of the value normally stored in the collection property used while running data changes effects.
AdvancedListBase
  actualIterator : IViewCursor
A copy of the value normally stored in the iterator property used while running data changes effects.
AdvancedListBase
  anchorBookmark : CursorBookmark
A bookmark to the item that is the anchor.
AdvancedListBase
  anchorIndex : int = -1
The offset of the item in the data provider that is the selection anchor point.
AdvancedListBase
 Inheritedborder : IFlexDisplayObject
The border object.
ScrollControlBase
  cachedDataChangeEffect : Effect = null
The effect that plays when changes occur in the data provider for the control.
AdvancedListBase
  caretBookmark : CursorBookmark
A bookmark to the item under the caret.
AdvancedListBase
  caretIndex : int = -1
The offset of the item in the data provider that is at the selection caret point.
AdvancedListBase
  caretIndicator : Sprite
The DisplayObject that contains the graphics that indicate which renderer is the caret.
AdvancedListBase
  caretItemRenderer : IListItemRenderer
The renderer for the item under the caret.
AdvancedListBase
  caretUID : String
The UID of the item under the caret.
AdvancedListBase
  collection : ICollectionView
An ICollectionView that represents the data provider.
AdvancedListBase
 InheritedcurrentCSSState : String
[read-only] The state to be used when matching CSS pseudo-selectors.
UIComponent
  dataEffectCompleted : Boolean = false
A flag that indicates that the a data change effect has just completed.
AdvancedListBase
  dataItemWrappersByRenderer : Dictionary
A dictionary mapping item renderers to the ItemWrappers used to supply their data.
AdvancedListBase
  defaultColumnCount : int = 4
The default number of columns to display.
AdvancedListBase
  defaultRowCount : int = 4
The default number of rows to display.
AdvancedListBase
  dragImage : IUIComponent
[read-only] An instance of a class that displays the visuals during a drag and drop operation.
AdvancedListBase
  dragImageOffsets : Point
[read-only] The offset of the drag image for drag and drop.
AdvancedListBase
  explicitColumnCount : int = -1
The column count requested by explicitly setting the columnCount property.
AdvancedListBase
  explicitColumnWidth : Number
The column width requested by explicitly setting the columnWidth.
AdvancedListBase
  explicitRowCount : int = -1
The row count requested by explicitly setting rowCount.
AdvancedListBase
  explicitRowHeight : Number
The row height requested by explicitly setting rowHeight.
AdvancedListBase
  freeItemRenderers : Array
A stack of unused item renderers.
AdvancedListBase
 InheritedhasComplexLayoutMatrix : Boolean
[read-only] Returns true if the UIComponent has any non-translation (x,y) transform properties.
UIComponent
  highlightIndicator : Sprite
The DisplayObject that contains the graphics that indicates which renderer is highlighted.
AdvancedListBase
  highlightItemRenderer : IListItemRenderer
The renderer that is currently rolled over or under the caret.
AdvancedListBase
  highlightUID : String
The UID of the item that is current rolled over or under the caret.
AdvancedListBase
 InheritedhorizontalScrollBar : ScrollBar
The horizontal scroll bar.
ScrollControlBase
  itemsNeedMeasurement : Boolean = true
A flag that indicates whether the columnWidth and rowHeight properties need to be calculated.
AdvancedListBase
  itemsSizeChanged : Boolean = false
A flag that indicates that the size of the renderers may have changed.
AdvancedListBase
  iterator : IViewCursor
The main IViewCursor instance used to fetch items from the data provider and pass the items to the renderers.
AdvancedListBase
  iteratorValid : Boolean = true
A flag that indicates that a page fault as occurred and that the iterator's position is not valid (not positioned at the topmost item being displayed).
AdvancedListBase
  keySelectionPending : Boolean = false
A flag that indicates if keyboard selection was interrupted by a page fault.
AdvancedListBase
  lastDropIndex : int
The most recently calculated index where the drag item should be added to the drop target.
AdvancedListBase
  lastSeekPending : ListBaseSeekPending
The most recent seek that caused a page fault.
AdvancedListBase
  listContent : AdvancedListBaseContentHolder
An internal display object that parents all of the item renderers, selection and highlighting indicators and other supporting graphics.
AdvancedListBase
  listItems : Array
An Array of Arrays that contains the item renderer instances that render each data provider item.
AdvancedListBase
 InheritedmaskShape : Shape
The mask.
ScrollControlBase
  modifiedCollectionView : ModifiedCollectionView
The collection view that temporarily preserves previous data provider state to facilitate running data change effects.
AdvancedListBase
  offscreenExtraColumnsLeft : int = 0
The number of columns on the left side of the control that are currently not visible.
AdvancedListBase
  offscreenExtraColumnsRight : int = 0
The number of columns on the right side of the control that are currently not visible.
AdvancedListBase
  offscreenExtraRowsBottom : int = 0
The number of offscreen items currently below the bottommost visible item renderer
AdvancedListBase
  offscreenExtraRowsTop : int = 0
The number of offscreen items currently above the topmost visible renderer.
AdvancedListBase
  rendererChanged : Boolean = false
A flag that indicates that the renderer changed.
AdvancedListBase
  reservedItemRenderers : Object
A hash map of currently unused item renderers that may be used again in the near future.
AdvancedListBase
 InheritedresourceManager : IResourceManager
[read-only] A reference to the object which manages all of the application's localized resources.
UIComponent
  rowInfo : Array
An array of ListRowInfo objects that cache row heights and other tracking information for the rows in the listItems property.
AdvancedListBase
  rowMap : Object
A hash map of item renderers to their respective ListRowInfo object.
AdvancedListBase
  runDataEffectNextUpdate : Boolean = false
A flag that indicates if a data effect should be initiated the next time the display is updated.
AdvancedListBase
  runningDataEffect : Boolean = false
A flag indicating if a data change effect is currently running
AdvancedListBase
 InheritedscrollAreaChanged : Boolean
A flag that the scrolling area changed due to the appearance or disappearance of scrollbars.
ScrollControlBase
  selectedData : Object
A hash table of ListBaseSelectionData objects that track which items are currently selected.
AdvancedListBase
  selectionIndicators : Object
A hash table of selection indicators.
AdvancedListBase
  selectionLayer : Sprite
The layer in listContent where all selection and highlight indicators are drawn.
AdvancedListBase
  selectionTweens : Object
A hash table of selection tweens.
AdvancedListBase
  showCaret : Boolean
A flag that indicates whether to show caret.
AdvancedListBase
  unconstrainedRenderers : Object
A hash map of item renderers that are not subject to the layout algorithms of the list
AdvancedListBase
 InheritedunscaledHeight : Number
[read-only] A convenience method for determining the unscaled height of the component.
UIComponent
 InheritedunscaledWidth : Number
[read-only] A convenience method for determining the unscaled width of the component All of a component's drawing and child layout should be done within a bounding rectangle of this width, which is also passed as an argument to updateDisplayList().
UIComponent
 InheritedverticalScrollBar : ScrollBar
The vertical scroll bar.
ScrollControlBase
  visibleData : Object
A hash table of data provider item renderers currently in view.
AdvancedListBase
  wordWrapChanged : Boolean = false
A flag that indicates whether the value of the wordWrap property has changed since the last time the display list was updated.
AdvancedListBase
Public Methods
 MethodDefined By
  
Constructor.
AdvancedListBase
  
addDataEffectItem(item:Object):void
Adds an item renderer if a data change effect is running.
AdvancedListBase
 Inherited
Adds a non-visual style client to this component instance.
UIComponent
  
calculateDropIndex(event:DragEvent = null):int
Returns the index where the dropped items should be added to the drop target.
AdvancedListBase
 Inherited
callLater(method:Function, args:Array = null):void
Queues a function to be called later.
UIComponent
 Inherited
clearStyle(styleProp:String):void
Deletes a style property from this component instance.
UIComponent
 Inherited
contentToGlobal(point:Point):Point
Converts a Point object from content coordinates to global coordinates.
UIComponent
 Inherited
contentToLocal(point:Point):Point
Converts a Point object from content to local coordinates.
UIComponent
 Inherited
Returns a set of properties that identify the child within this container.
UIComponent
 Inherited
Returns a set of properties as automation IDs that identify the child within this container.
UIComponent
 Inherited
Creates an id reference to this IUIComponent object on its parent document object.
UIComponent
 Inherited
Deletes the id reference to this IUIComponent object on its parent document object.
UIComponent
 Inherited
Returns a UITextFormat object corresponding to the text styles for this UIComponent.
UIComponent
 Inherited
dispatchEvent(event:Event):Boolean
[override] Dispatches an event into the event flow.
UIComponent
 Inherited
drawFocus(isFocused:Boolean):void
Shows or hides the focus indicator around this component.
UIComponent
 Inherited
drawRoundRect(x:Number, y:Number, w:Number, h:Number, r:Object = null, c:Object = null, alpha:Object = null, rot:Object = null, gradient:String = null, ratios:Array = null, hole:Object = null):void
Programmatically draws a rectangle into this skin's Graphics object.
UIComponent
 Inherited
Called by the effect instance when it stops playing on the component.
UIComponent
 Inherited
Called by the effect instance when it starts playing on the component.
UIComponent
 Inherited
Ends all currently playing effects on the component.
UIComponent
 Inherited
executeBindings(recurse:Boolean = false):void
Executes all the bindings for which the UIComponent object is the destination.
UIComponent
  
findString(str:String):Boolean
Finds an item in the list based on a string and moves the selection to it.
AdvancedListBase
 Inherited
finishPrint(obj:Object, target:IFlexDisplayObject):void
Called after printing is complete.
UIComponent
 Inherited
generateMXMLArray(document:Object, data:Array, recursive:Boolean = true):Array
UIComponent
 Inherited
generateMXMLVector(document:Object, data:Array, recursive:Boolean = true):*
UIComponent
 Inherited
Provides the automation object at the specified index.
UIComponent
 Inherited
Provides the automation object list .
UIComponent
 Inherited
getBoundsXAtSize(width:Number, height:Number, postLayoutTransform:Boolean = true):Number
Returns the x coordinate of the element's bounds at the specified element size.
UIComponent
 Inherited
getBoundsYAtSize(width:Number, height:Number, postLayoutTransform:Boolean = true):Number
Returns the y coordinate of the element's bounds at the specified element size.
UIComponent
 Inherited
Finds the type selectors for this UIComponent instance.
UIComponent
 Inherited
getConstraintValue(constraintName:String):*
Returns a layout constraint value, which is the same as getting the constraint style for this component.
UIComponent
 Inherited
A convenience method for determining whether to use the explicit or measured height
UIComponent
 Inherited
A convenience method for determining whether to use the explicit or measured width
UIComponent
 Inherited
getFocus():InteractiveObject
Gets the object that currently has focus.
UIComponent
 Inherited
getLayoutBoundsHeight(postLayoutTransform:Boolean = true):Number
Returns the element's layout height.
UIComponent
 Inherited
getLayoutBoundsWidth(postLayoutTransform:Boolean = true):Number
Returns the element's layout width.
UIComponent
 Inherited
getLayoutBoundsX(postLayoutTransform:Boolean = true):Number
Returns the x coordinate that the element uses to draw on screen.
UIComponent
 Inherited
getLayoutBoundsY(postLayoutTransform:Boolean = true):Number
Returns the y coordinate that the element uses to draw on screen.
UIComponent
 Inherited
Returns the transform matrix that is used to calculate the component's layout relative to its siblings.
UIComponent
 Inherited
Returns the layout transform Matrix3D for this element.
UIComponent
 Inherited
getMaxBoundsHeight(postLayoutTransform:Boolean = true):Number
Returns the element's maximum height.
UIComponent
 Inherited
getMaxBoundsWidth(postLayoutTransform:Boolean = true):Number
Returns the element's maximum width.
UIComponent
 Inherited
getMinBoundsHeight(postLayoutTransform:Boolean = true):Number
Returns the element's minimum height.
UIComponent
 Inherited
getMinBoundsWidth(postLayoutTransform:Boolean = true):Number
Returns the element's minimum width.
UIComponent
 Inherited
getPreferredBoundsHeight(postLayoutTransform:Boolean = true):Number
Returns the element's preferred height.
UIComponent
 Inherited
getPreferredBoundsWidth(postLayoutTransform:Boolean = true):Number
Returns the element's preferred width.
UIComponent
  
getRendererSemanticValue(target:Object, semanticProperty:String):Object
Returns the value for a particular semantic property of an item renderer, or null if that property is not defined, while a data effect is running.
AdvancedListBase
 Inherited
getRepeaterItem(whichRepeater:int = -1):Object
Returns the item in the dataProvider that was used by the specified Repeater to produce this Repeater, or null if this Repeater isn't repeated.
UIComponent
 Inherited
getStyle(styleProp:String):*
Gets a style property that has been set anywhere in this component's style lookup chain.
UIComponent
 Inherited
getVisibleRect(targetParent:DisplayObject = null):Rectangle
Get the bounds of this object that are visible to the user on the screen.
UIComponent
 Inherited
globalToContent(point:Point):Point
Converts a Point object from global to content coordinates.
UIComponent
 Inherited
hasCSSState():Boolean
Returns true if currentCSSState is not null.
UIComponent
 Inherited
hasState(stateName:String):Boolean
Determines whether the specified state has been defined on this UIComponent.
UIComponent
  
Hides the drop indicator under the mouse pointer that indicates that a drag and drop operation is allowed.
AdvancedListBase
 Inherited
horizontalGradientMatrix(x:Number, y:Number, width:Number, height:Number):Matrix
Returns a box Matrix which can be passed to the drawRoundRect() method as the rot parameter when drawing a horizontal gradient.
UIComponent
  
Get an item renderer for the index of an item in the data provider, if one exists.
AdvancedListBase
  
indicesToIndex(rowIndex:int, colIndex:int):int
Computes the offset into the data provider of the item at colIndex, rowIndex.
AdvancedListBase
 Inherited
initialize():void
Initializes the internal structure of this component.
UIComponent
 Inherited
Initializes various properties which keep track of repeated instances of this component.
UIComponent
 Inherited
Marks a component so that its updateDisplayList() method gets called during a later screen update.
UIComponent
 Inherited
Called by a component's items to indicate that their depth property has changed.
UIComponent
 Inherited
An element must call this method when its layoutDirection changes or when its parent's layoutDirection changes.
UIComponent
  
Refresh all rows on next update.
AdvancedListBase
 Inherited
Marks a component so that its commitProperties() method gets called during a later screen update.
UIComponent
 Inherited
Marks a component so that its measure() method gets called during a later screen update.
UIComponent
  
isItemHighlighted(data:Object):Boolean
Determines if the item renderer for a data provider item is highlighted (is rolled over via the mouse or or under the caret via keyboard navigation).
AdvancedListBase
  
isItemSelectable(data:Object):Boolean
Determines if the item renderer for a data provider item is selectable.
AdvancedListBase
  
isItemSelected(data:Object):Boolean
Determines if the item renderer for a data provider item is selected.
AdvancedListBase
  
isItemShowingCaret(data:Object):Boolean
Determines if the item renderer for a data provider item is the item under the caret due to keyboard navigation.
AdvancedListBase
  
isItemVisible(item:Object):Boolean
Determines if an item is being displayed by a renderer.
AdvancedListBase
  
itemRendererContains(renderer:IListItemRenderer, object:DisplayObject):Boolean
Determines whether a renderer contains (or owns) a display object.
AdvancedListBase
  
Returns the index of the item in the data provider of the item being rendered by this item renderer.
AdvancedListBase
  
itemToDataTip(data:Object):String
Returns the dataTip string the renderer would display for the given data object based on the dataTipField and dataTipFunction properties.
AdvancedListBase
  
itemToIcon(data:Object):Class
Returns the class for an icon, if any, for a data item, based on the iconField and iconFunction properties.
AdvancedListBase
  
Returns the item renderer for a given item in the data provider, if there is one.
AdvancedListBase
  
itemToLabel(data:Object):String
Returns the string the renderer would display for the given data object based on the labelField and labelFunction properties.
AdvancedListBase
 Inherited
localToContent(point:Point):Point
Converts a Point object from local to content coordinates.
UIComponent
 Inherited
matchesCSSState(cssState:String):Boolean
Returns true if cssState matches currentCSSState.
UIComponent
 Inherited
matchesCSSType(cssType:String):Boolean
Determines whether this instance is the same as, or is a subclass of, the given type.
UIComponent
  
measureHeightOfItems(index:int = -1, count:int = 0):Number
Measures a set of items from the data provider using the current item renderer and returns the sum of the heights of those items.
AdvancedListBase
 Inherited
measureHTMLText(htmlText:String):TextLineMetrics
Measures the specified HTML text, which can contain HTML tags such as <font> and <b>, assuming that it is displayed in a single-line UITextField using a UITextFormat determined by the styles of this UIComponent.
UIComponent
 Inherited
measureText(text:String):TextLineMetrics
Measures the specified text, assuming that it is displayed in a single-line UITextField (or UIFTETextField) using a UITextFormat determined by the styles of this UIComponent.
UIComponent
  
measureWidthOfItems(index:int = -1, count:int = 0):Number
Measures a set of items from the data provider using the current item renderer and returns the maximum width found.
AdvancedListBase
 Inherited
move(x:Number, y:Number):void
Moves the component to a specified position within its parent.
UIComponent
 Inherited
notifyStyleChangeInChildren(styleProp:String, recursive:Boolean):void
Propagates style changes to the children.
UIComponent
 Inherited
owns(child:DisplayObject):Boolean
Returns true if the chain of owner properties points from child to this UIComponent.
UIComponent
 Inherited
parentChanged(p:DisplayObjectContainer):void
Called by Flex when a UIComponent object is added to or removed from a parent.
UIComponent
 Inherited
Prepares an IFlexDisplayObject for printing.
UIComponent
 Inherited
regenerateStyleCache(recursive:Boolean):void
Builds or rebuilds the CSS style cache for this component and, if the recursive parameter is true, for all descendants of this component as well.
UIComponent
 Inherited
registerEffects(effects:Array):void
For each effect event, registers the EffectManager as one of the event listeners.
UIComponent
  
removeDataEffectItem(item:Object):void
Removes an item renderer if a data change effect is running.
AdvancedListBase
 Inherited
Removes a non-visual style client from this component instance.
UIComponent
 Inherited
replayAutomatableEvent(event:Event):Boolean
Replays the specified event.
UIComponent
 Inherited
resolveAutomationIDPart(criteria:Object):Array
Resolves a child by using the id provided.
UIComponent
 Inherited
[static] Resumes the background processing of methods queued by callLater(), after a call to suspendBackgroundProcessing().
UIComponent
  
scrollToIndex(index:int):Boolean
Ensures that the data provider item at the given index is visible.
AdvancedListBase
 Inherited
setActualSize(w:Number, h:Number):void
Sizes the object.
UIComponent
 Inherited
setConstraintValue(constraintName:String, value:*):void
Sets a layout constraint value, which is the same as setting the constraint style for this component.
UIComponent
 Inherited
setCurrentState(stateName:String, playTransition:Boolean = true):void
Set the current state.
UIComponent
 Inherited
setFocus():void
Sets the focus to this component.
UIComponent
 Inherited
setLayoutBoundsPosition(x:Number, y:Number, postLayoutTransform:Boolean = true):void
Sets the coordinates that the element uses to draw on screen.
UIComponent
 Inherited
setLayoutBoundsSize(width:Number, height:Number, postLayoutTransform:Boolean = true):void
Sets the layout size of the element.
UIComponent
 Inherited
setLayoutMatrix(value:Matrix, invalidateLayout:Boolean):void
Sets the transform Matrix that is used to calculate the component's layout size and position relative to its siblings.
UIComponent
 Inherited
setLayoutMatrix3D(value:Matrix3D, invalidateLayout:Boolean):void
Sets the transform Matrix3D that is used to calculate the component's layout size and position relative to its siblings.
UIComponent
 Inherited
setMXMLDescriptor(value:Array):void
UIComponent
 Inherited
setMXMLProperties(value:Array):void
UIComponent
 Inherited
setStyle(styleProp:String, newValue:*):void
Sets a style property on this component instance.
UIComponent
 Inherited
setVisible(value:Boolean, noEvent:Boolean = false):void
Called when the visible property changes.
UIComponent
  
Displays a drop indicator under the mouse pointer to indicate that a drag and drop operation is allowed and where the items will be dropped.
AdvancedListBase
 Inherited
styleChanged(styleProp:String):void
Detects changes to style properties.
UIComponent
 Inherited
Flex calls the stylesInitialized() method when the styles for a component are first initialized.
UIComponent
 Inherited
[static] Blocks the background processing of methods queued by callLater(), until resumeBackgroundProcessing() is called.
UIComponent
 Inherited
toString():String
[override] Returns a string indicating the location of this object within the hierarchy of DisplayObjects in the Application.
FlexSprite
 Inherited
transformAround(transformCenter:Vector3D, scale:Vector3D = null, rotation:Vector3D = null, translation:Vector3D = null, postLayoutScale:Vector3D = null, postLayoutRotation:Vector3D = null, postLayoutTranslation:Vector3D = null, invalidateLayout:Boolean = true):void
A utility method to update the rotation, scale, and translation of the transform while keeping a particular point, specified in the component's own coordinate space, fixed in the parent's coordinate space.
UIComponent
 Inherited
transformPointToParent(localPosition:Vector3D, position:Vector3D, postLayoutPosition:Vector3D):void
A utility method to transform a point specified in the local coordinates of this object to its location in the object's parent's coordinates.
UIComponent
  
unconstrainRenderer(item:Object):void
Temporarily stops an item renderer from being positioned by the control's layout algorithm.
AdvancedListBase
 Inherited
Validates the position and size of children and draws other visuals.
UIComponent
 Inherited
Validate and update the properties and layout of this object and redraw it, if necessary.
UIComponent
 Inherited
Used by layout logic to validate the properties of a component by calling the commitProperties() method.
UIComponent
 Inherited
validateSize(recursive:Boolean = false):void
Validates the measured size of the component If the LayoutManager.invalidateSize() method is called with this ILayoutManagerClient, then the validateSize() method is called when it's time to do measurements.
UIComponent
 Inherited
Handles both the valid and invalid events from a validator assigned to this component.
UIComponent
 Inherited
verticalGradientMatrix(x:Number, y:Number, width:Number, height:Number):Matrix
Returns a box Matrix which can be passed to drawRoundRect() as the rot parameter when drawing a vertical gradient.
UIComponent
Protected Methods
 MethodDefined By
  
addDragData(dragSource:Object):void
Adds the selected items to the DragSource object as part of a drag-and-drop operation.
AdvancedListBase
 Inherited
addMXMLChildren(comps:Array):void
UIComponent
  
Adds a renderer to the recycled renderer list, making it invisible and cleaning up references to it.
AdvancedListBase
 Inherited
adjustFocusRect(obj:DisplayObject = null):void
Adjust the focus rectangle.
UIComponent
  
adjustListContent(unscaledWidth:Number = -1, unscaledHeight:Number = -1):void
Called from the updateDisplayList() method to adjust the size and position of list content.
AdvancedListBase
 Inherited
Commits the computed matrix built from the combination of the layout matrix and the transform offsets to the flash displayObject's transform.
UIComponent
  
applySelectionEffect(indicator:Sprite, uid:String, itemRenderer:IListItemRenderer):void
Sets up the effect for applying the selection indicator.
AdvancedListBase
 Inherited
This is an internal method used by the Flex framework to support the Dissolve effect.
UIComponent
  
calculateDropIndicatorY(rowCount:Number, rowNum:int):Number
Calculates the y position of the drop indicator when performing a drag-and-drop operation.
AdvancedListBase
 Inherited
Determines if the call to the measure() method can be skipped.
UIComponent
 Inherited
Performs any final processing after child objects are created.
UIComponent
  
Removes all selection and highlight and caret indicators.
AdvancedListBase
  
clearSelected(transition:Boolean = false):void
Clears the set of selected items and removes all graphics depicting the selected state of those items.
AdvancedListBase
  
collectionChangeHandler(event:Event):void
Handles CollectionEvents dispatched from the data provider as the data changes.
AdvancedListBase
  
[override] Calculates the column width and row height and number of rows and columns based on whether properties like columnCount columnWidth, rowHeight and rowCount were explicitly set.
AdvancedListBase
  
Configures the ScrollBars based on the number of rows and columns and viewable rows and columns.
AdvancedListBase
  
copyItemWithUID(item:Object):Object
Makes a deep copy of the object by calling the ObjectUtil.copy() method, and replaces the copy's uid property (if present) with a new value by calling the UIDUtil.createUID() method.
AdvancedListBase
  
copySelectedItems(useDataField:Boolean = true):Array
Makes a copy of the selected items in the order they were selected.
AdvancedListBase
 Inherited
Creates the border for this component.
ScrollControlBase
  
[override] Create objects that are children of this ListBase, in this case the listContent object that will hold all the item renderers.
AdvancedListBase
 Inherited
createInFontContext(classObj:Class):Object
Creates a new object using a context based on the embedded font being used.
UIComponent
 Inherited
createInModuleContext(moduleFactory:IFlexModuleFactory, className:String):Object
Creates the object using a given moduleFactory.
UIComponent
 Inherited
dispatchPropertyChangeEvent(prop:String, oldValue:*, value:*):void
Helper method for dispatching a PropertyChangeEvent when a property is updated.
UIComponent
  
Handles DragEvent.DRAG_COMPLETE events.
AdvancedListBase
  
Handles DragEvent.DRAG_DROP events.
AdvancedListBase
  
Handles DragEvent.DRAG_ENTER events.
AdvancedListBase
  
Handles DragEvent.DRAG_EXIT events.
AdvancedListBase
  
Handles DragEvent.DRAG_OVER events.
AdvancedListBase
  
dragScroll():void
Interval function that scrolls the list up or down if the mouse goes above or below the list.
AdvancedListBase
  
The default handler for the dragStart event.
AdvancedListBase
  
drawCaretIndicator(indicator:Sprite, x:Number, y:Number, width:Number, height:Number, color:uint, itemRenderer:IListItemRenderer):void
Draws the caret indicator into the given Sprite at the position, width and height specified using the color specified.
AdvancedListBase
  
drawHighlightIndicator(indicator:Sprite, x:Number, y:Number, width:Number, height:Number, color:uint, itemRenderer:IListItemRenderer):void
Draws the highlight indicator into the given Sprite at the position, width and height specified using the color specified.
AdvancedListBase
  
drawItem(item:IListItemRenderer, selected:Boolean = false, highlighted:Boolean = false, caret:Boolean = false, transition:Boolean = false):void
Draws the renderer with indicators that it is highlighted, selected, or the caret.
AdvancedListBase
  
Draws any alternating row colors, borders and backgrounds for the rows.
AdvancedListBase
  
drawSelectionIndicator(indicator:Sprite, x:Number, y:Number, width:Number, height:Number, color:uint, itemRenderer:IListItemRenderer):void
Draws the selection indicator into the given Sprite at the position, width and height specified using the color specified.
AdvancedListBase
  
findKey(eventCode:int):Boolean
Tries to find the next item in the data provider that starts with the character in the eventCode parameter.
AdvancedListBase
  
Cleans up after a data change effect has finished running by restoring the original collection and iterator and removing any cached values used by the effect.
AdvancedListBase
  
Sets selected items based on the caretIndex and anchorIndex properties.
AdvancedListBase
 Inherited
focusInHandler(event:FocusEvent):void
The event handler called when a UIComponent object gets focus.
UIComponent
 Inherited
focusOutHandler(event:FocusEvent):void
The event handler called when a UIComponent object loses focus.
UIComponent
 Inherited
generateMXMLAttributes(data:Array):void
UIComponent
 Inherited
generateMXMLInstances(document:Object, data:Array, recursive:Boolean = true):void
UIComponent
 Inherited
generateMXMLObject(document:Object, data:Array):Object
UIComponent
  
Retrieves an already-created item renderer not currently in use.
AdvancedListBase
  
indexToColumn(index:int):int
The column for the data provider item at the given index.
AdvancedListBase
  
indexToRow(index:int):int
The row for the data provider item at the given index.
AdvancedListBase
 Inherited
Initializes the implementation and storage of some of the less frequently used advanced layout features of a component.
UIComponent
 Inherited
Finalizes the initialization of this component.
UIComponent
 Inherited
Initializes this component's accessibility code.
UIComponent
  
initiateDataChangeEffect(unscaledWidth:Number, unscaledHeight:Number):void
Initiates a data change effect when there have been changes in the data provider.
AdvancedListBase
 Inherited
Helper method to invalidate parent size and display list if this object affects its layout (includeInLayout is true).
UIComponent
 Inherited
isOurFocus(target:DisplayObject):Boolean
Typically overridden by components containing UITextField objects, where the UITextField object gets focus.
UIComponent
  
isRendererUnconstrained(item:Object):Boolean
Returns true if an item renderer is no longer being positioned by the list's layout algorithm while a data change effect is running as a result of a call to the unconstrainRenderer() method.
AdvancedListBase
  
Returns a Point instance containing the column index and row index of an item renderer.
AdvancedListBase
  
itemToUID(data:Object):String
Determines the UID for a data provider item.
AdvancedListBase
 Inherited
keyDownHandler(event:KeyboardEvent):void
The event handler called for a keyDown event.
UIComponent
 Inherited
keyUpHandler(event:KeyboardEvent):void
The event handler called for a keyUp event.
UIComponent
 Inherited
layoutChrome(unscaledWidth:Number, unscaledHeight:Number):void
Responds to size changes by setting the positions and sizes of this control's borders.
ScrollControlBase
  
measure():void
[override] Calculates the measured width and height of the component based on the rowCount, columnCount, rowHeight and columnWidth properties.
AdvancedListBase
  
mouseClickHandler(event:MouseEvent):void
Handles MouseEvent.MOUSE_CLICK events from any mouse targets contained in the list including the renderers.
AdvancedListBase
  
mouseDoubleClickHandler(event:MouseEvent):void
Handles MouseEvent.MOUSE_DOUBLE_CLICK events from any mouse targets contained in the list including the renderers.
AdvancedListBase
  
mouseDownHandler(event:MouseEvent):void
Handles MouseEvent.MOUSE_DOWN events from any mouse targets contained in the list including the renderers.
AdvancedListBase
  
Determines which item renderer is under the mouse.
AdvancedListBase
  
mouseMoveHandler(event:MouseEvent):void
Handles MouseEvent.MOUSE_MOVE events from any mouse targets contained in the list including the renderers.
AdvancedListBase
  
mouseOutHandler(event:MouseEvent):void
Handles MouseEvent.MOUSE_OUT events from any mouse targets contained in the list including the renderers.
AdvancedListBase
  
mouseOverHandler(event:MouseEvent):void
Handles MouseEvent.MOUSE_OVER events from any mouse targets contained in the list, including the renderers.
AdvancedListBase
  
mouseUpHandler(event:MouseEvent):void
Handles MouseEvent.MOUSE_DOWN events from any mouse targets contained in the list including the renderers.
AdvancedListBase
  
mouseWheelHandler(event:MouseEvent):void
[override] Handles mouseWheel events by changing scroll positions.
AdvancedListBase
  
moveIndicatorsHorizontally(uid:String, moveBlockDistance:Number):void
Move the selection and highlight indicators horizontally.
AdvancedListBase
  
moveIndicatorsVertically(uid:String, moveBlockDistance:Number):void
Move the selection and highlight indicators vertically.
AdvancedListBase
  
moveSelectionHorizontally(code:uint, shiftKey:Boolean, ctrlKey:Boolean):void
Moves the selection in a horizontal direction in response to the user selecting items using the left-arrow or right-arrow keys and modifiers such as the Shift and Ctrl keys.
AdvancedListBase
  
moveSelectionVertically(code:uint, shiftKey:Boolean, ctrlKey:Boolean):void
Moves the selection in a vertical direction in response to the user selecting items using the up-arrow or down-arrow Keys and modifiers such as the Shift and Ctrl keys.
AdvancedListBase
  
removeIndicators(uid:String):void
Cleans up selection highlights and other associated graphics for a given item in the data provider.
AdvancedListBase
 Inherited
This method is called when a UIComponent is constructed, and again whenever the ResourceManager dispatches a "change" Event to indicate that the localized resources have changed in some way.
UIComponent
 Inherited
roomForScrollBar(bar:ScrollBar, unscaledWidth:Number, unscaledHeight:Number):Boolean
Determines if there is enough space in this component to display a given scrollbar.
ScrollControlBase
 Inherited
scrollHandler(event:Event):void
Default event handler for the scroll event.
ScrollControlBase
  
scrollHorizontally(pos:int, deltaPos:int, scrollUp:Boolean):void
Adjusts the renderers in response to a change in scroll position.
AdvancedListBase
  
scrollPositionToIndex(horizontalScrollPosition:int, verticalScrollPosition:int):int
Returns the data provider index for the item at the first visible row and column for the given scroll positions.
AdvancedListBase
  
scrollVertically(pos:int, deltaPos:int, scrollUp:Boolean):void
Adjusts the renderers in response to a change in scroll position.
AdvancedListBase
  
The default failure handler when a seek fails due to a page fault.
AdvancedListBase
  
The default result handler when a seek fails due to a page fault.
AdvancedListBase
  
selectItem(item:IListItemRenderer, shiftKey:Boolean, ctrlKey:Boolean, transition:Boolean = true):Boolean
Updates the set of selected items given that the item renderer provided was clicked by the mouse and the keyboard modifiers are in the given state.
AdvancedListBase
  
setRowCount(v:int):void
Sets the rowCount property without causing invalidation or setting the explicitRowCount property, which permanently locks in the number of rows.
AdvancedListBase
  
setRowHeight(v:Number):void
Sets the rowHeight property without causing invalidation or setting of explicitRowHeight which permanently locks in the height of the rows.
AdvancedListBase
 Inherited
setScrollBarProperties(totalColumns:int, visibleColumns:int, totalRows:int, visibleRows:int):void
Causes the ScrollControlBase to show or hide scrollbars based on the parameters passed in.
ScrollControlBase
 Inherited
setStretchXY(stretchX:Number, stretchY:Number):void
Specifies a transform stretch factor in the horizontal and vertical direction.
UIComponent
 Inherited
stateChanged(oldState:String, newState:String, recursive:Boolean):void
This method is called when a state changes to check whether state-specific styles apply to this component.
UIComponent
  
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
[override] Adds or removes item renderers if the number of displayable items changed.
AdvancedListBase
  
updateList():void
Refreshes all rows now.
AdvancedListBase
Events
 Event Summary Defined By
 InheritedDispatched when the component is added to a container as a content child by using the addChild(), addChildAt(), addElement(), or addElementAt() method.UIComponent
  Dispatched when the selectedIndex or selectedItem property changes as a result of user interaction.AdvancedListBase
 InheritedDispatched when the component has finished its construction, property processing, measuring, layout, and drawing.UIComponent
 InheritedDispatched after the view state has changed.UIComponent
 InheritedDispatched after the currentState property changes, but before the view state changes.UIComponent
  Dispatched when the data property changes.AdvancedListBase
 InheritedDispatched by the drag initiator (the component that is the source of the data being dragged) when the drag operation completes, either when you drop the dragged data onto a drop target or when you end the drag-and-drop operation without performing a drop.UIComponent
 InheritedDispatched by the drop target when the user releases the mouse over it.UIComponent
 InheritedDispatched by a component when the user moves the mouse over the component during a drag operation.UIComponent
 InheritedDispatched by the component when the user drags outside the component, but does not drop the data onto the target.UIComponent
 InheritedDispatched by a component when the user moves the mouse while over the component during a drag operation.UIComponent
 InheritedDispatched by the drag initiator when starting a drag operation.UIComponent
 InheritedDispatched after an effect ends.UIComponent
 InheritedDispatched just before an effect starts.UIComponent
 InheritedDispatched after an effect is stopped, which happens only by a call to stop() on the effect.UIComponent
 InheritedDispatched after the component has entered a view state.UIComponent
 InheritedDispatched just before the component exits a view state.UIComponent
 InheritedDispatched when an object's state changes from visible to invisible.UIComponent
 InheritedDispatched when the component has finished its construction and has all initialization properties set.UIComponent
 InheritedDispatched when a component is monitored by a Validator and the validation failed.UIComponent
  Dispatched when the user clicks on an item in the control.AdvancedListBase
  Dispatched when the user double-clicks on an item in the control.AdvancedListBase
  Dispatched when the user rolls the mouse pointer out of an item in the control.AdvancedListBase
  Dispatched when the user rolls the mouse pointer over an item in the control.AdvancedListBase
 InheritedDispatched from a component opened using the PopUpManager when the user clicks outside it.UIComponent
 InheritedDispatched from a component opened using the PopUpManager when the user scrolls the mouse wheel outside it.UIComponent
 InheritedDispatched when the object has moved.UIComponent
 InheritedDispatched at the beginning of the component initialization sequence.UIComponent
 InheritedDispatched when the component is removed from a container as a content child by using the removeChild(), removeChildAt(), removeElement(), or removeElementAt() method.UIComponent
 InheritedDispatched when the component is resized.UIComponent
 InheritedDispatched when the content is scrolled.ScrollControlBase
 InheritedDispatched when an object's state changes from invisible to visible.UIComponent
 InheritedDispatched after the component has entered a new state and any state transition animation to that state has finished playing.UIComponent
 InheritedDispatched when a component interrupts a transition to its current state in order to switch to a new state.UIComponent
 InheritedDispatched by the component when it is time to create a ToolTip.UIComponent
 InheritedDispatched by the component when its ToolTip has been hidden and is to be discarded soon.UIComponent
 InheritedDispatched by the component when its ToolTip is about to be hidden.UIComponent
 InheritedDispatched by the component when its ToolTip is about to be shown.UIComponent
 InheritedDispatched by the component when its ToolTip has been shown.UIComponent
 InheritedDispatched by a component whose toolTip property is set, as soon as the user moves the mouse over it.UIComponent
 InheritedA non-cancellable event, dispatched by a component when it is done responding to a touch interaction user gesture.UIComponent
 InheritedA non-cancellable event, dispatched by a component when it starts responding to a touch interaction user gesture.UIComponent
 InheritedA cancellable event, dispatched by a component in an attempt to respond to a touch interaction user gesture.UIComponent
 InheritedDispatched when an object has had its commitProperties(), measure(), and updateDisplayList() methods called (if needed).UIComponent
 InheritedDispatched when a component is monitored by a Validator and the validation succeeded.UIComponent
 InheritedDispatched when values are changed programmatically or by user interaction.UIComponent
Styles
 Style Description Defined By
 InheritedType: uint Format: Color CSS Inheritance: yes Theme: spark
Accent color used by component skins.
ScrollControlBase
  
alternatingItemColors
Type: Array Format: Color CSS Inheritance: yes
The colors to use for the backgrounds of the items in the list. The value is an array of two or more colors. The backgrounds of the list items alternate among the colors in the array.

For DataGrid controls, all items in a row have the same background color, and each row's background color is determined from the array of colors.

For the TileList control, which uses a single list to populate a two-dimensional display, the style can result in a checkerboard appearance, stripes, or other patterns based on the number of columns and rows and the number of colors specified. TileList cycles through the colors, placing the individual item background colors according to the layout direction. If you have an even number of colors and an even number of columns for a TileList layed out horizontally, you will get striping. If the number of columns is an odd number, you will get a checkerboard pattern.

Only takes effect if no backgroundColor is specified.

The default value is undefined.
AdvancedListBase
 InheritedType: Number CSS Inheritance: no Theme: halo
Alpha level of the color defined by the backgroundColor property, of the image or SWF file defined by the backgroundImage style.
ScrollControlBase
 InheritedType: uint Format: Color CSS Inheritance: no Theme: halo
Background color of a component.
ScrollControlBase
 InheritedType: uint Format: Color CSS Inheritance: yes Theme: halo
Background color of the component when it is disabled.
ScrollControlBase
 InheritedType: Object Format: File CSS Inheritance: no Theme: halo
Background image of a component.
ScrollControlBase
 InheritedType: String CSS Inheritance: no Theme: halo
Scales the image specified by backgroundImage to different percentage sizes.
ScrollControlBase
 InheritedType: String CSS Inheritance: no
The vertical distance in pixels from the top edge of the content area to the control's baseline position.
UIComponent
 InheritedType: Number CSS Inheritance: no Theme: spark
Alpha of the border.
ScrollControlBase
 InheritedType: uint Format: Color CSS Inheritance: no Theme: halo, spark
Color of the border.
ScrollControlBase
 InheritedType: String CSS Inheritance: no Theme: halo
Bounding box sides.
ScrollControlBase
 InheritedType: Class CSS Inheritance: no
The border skin class of the component.
ScrollControlBase
 InheritedType: String CSS Inheritance: no
Bounding box style.
ScrollControlBase
 InheritedType: Number Format: Length CSS Inheritance: no Theme: halo
Bounding box thickness.
ScrollControlBase
 InheritedType: Boolean CSS Inheritance: no Theme: spark
Visibility of the border.
ScrollControlBase
 InheritedType: String CSS Inheritance: no
The vertical distance, in pixels, from the bottom edge of the component to the bottom edge of its parent container's content area.
UIComponent
 InheritedType: uint Format: Color CSS Inheritance: yes Theme: spark
The main color for a component.
ScrollControlBase
 InheritedType: uint Format: Color CSS Inheritance: yes
Color of text in the component, including the component label.
ScrollControlBase
 InheritedType: Number CSS Inheritance: yes Theme: spark
The alpha of the content background for this component.
ScrollControlBase
 InheritedType: uint Format: Color CSS Inheritance: yes Theme: spark
Color of the content area of the component.
ScrollControlBase
 InheritedType: Number Format: Length CSS Inheritance: no Theme: halo
Radius of component corners.
ScrollControlBase
  
dataChangeEffect
Type: Object CSS Inheritance: no
The effect used when changes occur in the control's data provider. This can be a class reference (to a subclass of effect) or an Effect object instance. The former is appropriate for CSS, the latter for inline definition within a component. The default value is undefined.
AdvancedListBase
 InheritedType: String CSS Inheritance: yes
The directionality of the text displayed by the component.
ScrollControlBase
 InheritedType: uint Format: Color CSS Inheritance: yes
Color of text in the component if it is disabled.
ScrollControlBase
  
dropIndicatorSkin
Type: Class CSS Inheritance: no
The skin to use to indicate where a dragged item can be dropped. When an AdvancedListBase-derived component is a potential drop target in a drag-and-drop operation, a call to the showDropFeedback() method makes an instance of this class and positions it one pixel above the item renderer for the item where, if the drop occurs, is the item after the dropped item. The default value is mx.controls.listClasses.ListDropIndicator.
AdvancedListBase
 InheritedType: uint Format: Color CSS Inheritance: yes Theme: halo
Color of the drop shadow.
ScrollControlBase
 InheritedType: Boolean CSS Inheritance: no Theme: halo
Boolean property that specifies whether the component has a visible drop shadow.
ScrollControlBase
 InheritedType: Boolean CSS Inheritance: no Theme: spark
Boolean property that specifies whether the component has a visible drop shadow.
ScrollControlBase
 InheritedType: uint Format: Color CSS Inheritance: yes
Color of the component highlight when validation fails.
UIComponent
  
focusAlpha
Type: Number CSS Inheritance: no
Specifies the alpha transparency value of the focus skin. The default value is 0.4.
AdvancedListBase
 InheritedType: String CSS Inheritance: no
Blend mode used by the focus rectangle.
UIComponent
 InheritedType: uint Format: Color CSS Inheritance: yes Theme: spark
Color of focus ring when the component is in focus.
ScrollControlBase
  
focusRoundedCorners
Type: String CSS Inheritance: no
Specifies which corners of the focus rectangle should be rounded. This value is a space-separated String that can contain any combination of "tl", "tr", "bl" and "br". For example, to specify that the right side corners should be rounded, but the left side corners should be square, use "tr br". The cornerRadius style property specifies the radius of the rounded corners. The default value depends on the component class; if not overridden for the class, default value is "tl tr bl br".
AdvancedListBase
 InheritedType: Class CSS Inheritance: no
Skin used to draw the focus rectangle.
UIComponent
 InheritedType: Number Format: Length CSS Inheritance: no
Thickness, in pixels, of the focus rectangle outline.
UIComponent
 InheritedType: String CSS Inheritance: yes
Sets the antiAliasType property of internal TextFields.

See also

flash.text.TextField
flash.text.AntiAliasType
ScrollControlBase
 InheritedType: String CSS Inheritance: yes
Name of the font to use.
ScrollControlBase
 InheritedType: String CSS Inheritance: yes
Sets the gridFitType property of internal TextFields that represent text in Flex controls.

See also

flash.text.TextField
flash.text.GridFitType
ScrollControlBase
 InheritedType: Number CSS Inheritance: yes
Sets the sharpness property of internal TextFields that represent text in Flex controls.

See also

flash.text.TextField
ScrollControlBase
 InheritedType: Number Format: Length CSS Inheritance: yes
Height of the text, in pixels.
ScrollControlBase
 InheritedType: String CSS Inheritance: yes
Determines whether the text is italic font.
ScrollControlBase
 InheritedType: Number CSS Inheritance: yes
Sets the thickness property of internal TextFields that represent text in Flex controls.

See also

flash.text.TextField
ScrollControlBase
 InheritedType: String CSS Inheritance: yes
Determines whether the text is boldface.
ScrollControlBase
 InheritedType: String CSS Inheritance: no
The horizontal distance in pixels from the center of the component's content area to the center of the component.
UIComponent
 InheritedType: String CSS Inheritance: no
Style name for horizontal scrollbar.
ScrollControlBase
 InheritedType: String CSS Inheritance: yes
The primary interaction mode for this component.

See also

UIComponent
 InheritedType: Boolean CSS Inheritance: yes
A Boolean value that indicates whether kerning is enabled (true) or disabled (false).
ScrollControlBase
 InheritedType: String CSS Inheritance: yes
Specifies the desired layout direction of a component.

See also

UIComponent
 InheritedType: Number Format: Length CSS Inheritance: yes
Additional vertical space between lines of text.
ScrollControlBase
 InheritedType: String CSS Inheritance: no
The horizontal distance, in pixels, from the left edge of the component to the left edge of its parent container's content area.
UIComponent
 InheritedType: Number CSS Inheritance: yes
The number of additional pixels to appear between each character.
ScrollControlBase
 InheritedType: String CSS Inheritance: yes
The locale of the text displayed by this component.
ScrollControlBase
  
paddingBottom
Type: Number Format: Length CSS Inheritance: no
The number of pixels between the bottom of the row and the bottom of the renderer in the row. The default value is 2.
AdvancedListBase
  
paddingLeft
Type: Number Format: Length CSS Inheritance: no
Number of pixels between the control's left border and the left edge of its content area. The default value is 2.
AdvancedListBase
  
paddingRight
Type: Number Format: Length CSS Inheritance: no
Number of pixels between the control's right border and the right edge of its content area. The default value is 0.
AdvancedListBase
  
paddingTop
Type: Number Format: Length CSS Inheritance: no
The number of pixels between the top of the row and the top of the renderer in the row. The default value is 2.
AdvancedListBase
 InheritedType: String CSS Inheritance: no
The horizontal distance, in pixels, from the right edge of the component to the right edge of its parent container's content area.
UIComponent
  
rollOverColor
Type: uint Format: Color CSS Inheritance: yes
The color of the background of a renderer when the user rolls over it. The default value is 0xEEFEE6.
AdvancedListBase
  
selectionColor
Type: uint Format: Color CSS Inheritance: yes
The color of the background of a renderer when the user selects it. The default value is 0x7FCEFF.
AdvancedListBase
  
selectionDisabledColor
Type: uint Format: Color CSS Inheritance: yes
The color of the background of a renderer when the component is disabled. The default value is 0xDDDDDD.
AdvancedListBase
  
selectionDuration
Type: Number Format: Time CSS Inheritance: no
The duration of the selection effect. When an item is selected an effect plays as the background is colored. Set to 0 to disable the effect. The default value is 250.
AdvancedListBase
  
selectionEasingFunction
Type: Function CSS Inheritance: no
The easingFunction for the selection effect. When an item is selected an effect plays as the background is colored. The default is a linear fade in of the color. An easingFunction can be used for controlling the selection effect. The default value is undefined.
AdvancedListBase
 InheritedType: String CSS Inheritance: no Theme: halo
Direction of the drop shadow.
ScrollControlBase
 InheritedType: Number Format: Length CSS Inheritance: no Theme: halo
Distance of the drop shadow.
ScrollControlBase
 InheritedType: Boolean CSS Inheritance: yes
Show the error border or skin when this component is invalid.
UIComponent
 InheritedType: Boolean CSS Inheritance: yes
Show the error tip when this component is invalid and the user rolls over it.
UIComponent
 InheritedType: uint Format: Color CSS Inheritance: yes Theme: spark
Color of any symbol of a component.
ScrollControlBase
 InheritedType: String CSS Inheritance: yes
Alignment of text within a container.
ScrollControlBase
 InheritedType: String CSS Inheritance: yes
Determines whether the text is underlined.
ScrollControlBase
 InheritedType: Class CSS Inheritance: no
The class implementing IUITextField that is used by this component to render text.
ScrollControlBase
 InheritedType: Number Format: Length CSS Inheritance: yes
Offset of first line of text from the left side of the container, in pixels.
ScrollControlBase
  
textRollOverColor
Type: uint Format: Color CSS Inheritance: yes
The color of the text of a renderer when the user rolls over a it. The default value is 0x2B333C.
AdvancedListBase
  
textSelectedColor
Type: uint Format: Color CSS Inheritance: yes
The color of the text of a renderer when the user selects it. The default value is 0x2B333C.
AdvancedListBase
 InheritedType: uint Format: Color CSS Inheritance: yes Theme: halo
Theme color of a component.
UIComponent
 InheritedType: String CSS Inheritance: no
The vertical distance, in pixels, from the top edge of the component to the top edge of its parent container's content area.
UIComponent
  
useRollOver
Type: Boolean CSS Inheritance: no
A flag that controls whether items are highlighted as the mouse rolls over them. If true, rows are highlighted as the mouse rolls over them. If false, rows are highlighted only when selected. The default value is true.
AdvancedListBase
  
verticalAlign
Type: String CSS Inheritance: no
The vertical alignment of a renderer in a row. Possible values are "top", "middle", and "bottom". The DataGrid positions the renderers in a row based on this style and the paddingTop and paddingBottom styles. if the item in the columns for a row have different heights Other list classes do not use verticalAlign but the item renderers can examine this style property and adjust their layout based on it. The default value is "top".
AdvancedListBase
 InheritedType: String CSS Inheritance: no
The vertical distance in pixels from the center of the component's content area to the center of the component.
UIComponent
 InheritedType: String CSS Inheritance: no
Style name for vertical scrollbar.
ScrollControlBase
Effects
 Effect Description Defined By
 Inherited Triggering Event: added
Played when the component is added as a child to a Container.
UIComponent
 Inherited Triggering Event: creationComplete
Played when the component is created.
UIComponent
 Inherited Triggering Event: focusIn
Played when the component gains keyboard focus.
UIComponent
 Inherited Triggering Event: focusOut
Played when the component loses keyboard focus.
UIComponent
 Inherited Triggering Event: hide
Played when the component becomes invisible.
UIComponent
 Inherited Triggering Event: mouseDown
Played when the user presses the mouse button while over the component.
UIComponent
 Inherited Triggering Event: mouseUp
Played when the user releases the mouse button while over the component.
UIComponent
 Inherited Triggering Event: move
Played when the component is moved.
UIComponent
 Inherited Triggering Event: removed
Played when the component is removed from a Container.
UIComponent
 Inherited Triggering Event: resize
Played when the component is resized.
UIComponent
 Inherited Triggering Event: rollOut
Played when the user rolls the mouse so it is no longer over the component.
UIComponent
 Inherited Triggering Event: rollOver
Played when the user rolls the mouse over the component.
UIComponent
 Inherited Triggering Event: show
Played when the component becomes visible.
UIComponent
Public Constants
 ConstantDefined By
 InheritedDEFAULT_MAX_HEIGHT : Number = 10000
[static] The default value for the maxHeight property.
UIComponent
 InheritedDEFAULT_MAX_WIDTH : Number = 10000
[static] The default value for the maxWidth property.
UIComponent
 InheritedDEFAULT_MEASURED_HEIGHT : Number = 22
[static] The default value for the measuredHeight property.
UIComponent
 InheritedDEFAULT_MEASURED_MIN_HEIGHT : Number = 22
[static] The default value for the measuredMinHeight property.
UIComponent
 InheritedDEFAULT_MEASURED_MIN_WIDTH : Number = 40
[static] The default value for the measuredMinWidth property.
UIComponent
 InheritedDEFAULT_MEASURED_WIDTH : Number = 160
[static] The default value for the measuredWidth property.
UIComponent
Property Detail
actualCollectionproperty
protected var actualCollection:ICollectionView

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

A copy of the value normally stored in the collection property used while running data changes effects. This value should be null when a data change effect is not running.

actualIteratorproperty 
protected var actualIterator:IViewCursor

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

A copy of the value normally stored in the iterator property used while running data changes effects.

allowDragSelectionproperty 
public var allowDragSelection:Boolean = false

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

A flag that indicates whether drag-selection is enabled. Drag-selection is the ability to select an item by dragging into it as opposed to normal selection where you can't have the mouse button down when you mouse over the item you want to select. This feature is used in ComboBox dropdowns to support pressing the mouse button when the mouse is over the dropdown button, and then dragging the mouse into the dropdown to select an item.

The default value is false.

allowMultipleSelectionproperty 
allowMultipleSelection:Boolean

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

A flag that indicates whether you can allow more than one item to be selected at the same time. If true, users can select multiple items. There is no option to disallow discontiguous selection. Standard complex selection options are always in effect (shift-click, control-click).

The default value is false.


Implementation
    public function get allowMultipleSelection():Boolean
    public function set allowMultipleSelection(value:Boolean):void
anchorBookmarkproperty 
protected var anchorBookmark:CursorBookmark

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

A bookmark to the item that is the anchor. A bookmark allows the component to quickly seek to a position in the collection of items. This property is used when selecting a set of items between the anchor and the caret or highlighted item, and when finding the selected item after a Sort or Filter is applied.

anchorIndexproperty 
protected var anchorIndex:int = -1

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The offset of the item in the data provider that is the selection anchor point.

See also

cachedDataChangeEffectproperty 
protected var cachedDataChangeEffect:Effect = null

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The effect that plays when changes occur in the data provider for the control. Set the effect by setting the dataChangeEffect style.

caretBookmarkproperty 
protected var caretBookmark:CursorBookmark

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

A bookmark to the item under the caret. A bookmark allows the component to quickly seek to a position in the collection of items.

caretIndexproperty 
protected var caretIndex:int = -1

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The offset of the item in the data provider that is at the selection caret point.

See also

caretIndicatorproperty 
protected var caretIndicator:Sprite

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The DisplayObject that contains the graphics that indicate which renderer is the caret.

caretItemRendererproperty 
protected var caretItemRenderer:IListItemRenderer

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The renderer for the item under the caret. In the selection model, there is an anchor, a caret and a highlighted item. When the mouse is being used for selection, the item under the mouse is highlighted as the mouse rolls over the item. When the mouse is clicked with no modifier keys (Shift or Control), the set of selected items is cleared and the item under the highlight is selected and becomes the anchor. The caret is unused in mouse selection.

If there is an anchor and another item is selected while using the Shift key, the old set of selected items is cleared, and all items between the item and the anchor are selected. Clicking items while using the Control key toggles the selection of individual items and does not move the anchor.

When selecting items using the keyboard, if the arrow keys are used with no modifier keys, the old selection is cleared and the new item is selected and becomes the anchor and the caret, and a caret indicator is shown around the selection highlight.

If the user uses arrow keys with the Shift key, the old selection is cleared and the items between the anchor and the new item are selected. The caret moves to the new item.

If arrow keys are used with the Control key, just the caret moves. The user can use the Space key to toggle selection of the item under the caret.

caretUIDproperty 
protected var caretUID:String

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The UID of the item under the caret.

collectionproperty 
protected var collection:ICollectionView

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

An ICollectionView that represents the data provider. When you set the dataProvider property, Flex wraps the data provider as necessary to support the ICollectionView interface and sets this property to the result. The AdvancedListBase class then uses this property to access data in the provider. When you get the dataProvider property, Flex returns this value.

columnCountproperty 
columnCount:int

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The number of columns to be displayed in a TileList control or items in a HorizontalList control. For the data grids, specifies the number of visible columns.

Note: Setting this property has no effect on a DataGrid control, which bases the number of columns on the control width and the individual column widths.

The default value is 4.


Implementation
    public function get columnCount():int
    public function set columnCount(value:int):void
columnWidthproperty 
columnWidth:Number

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The width of the control's columns. This property is used by TileList and HorizontalList controls; It has no effect on data grid controls, where you set the individual column widths.

The default value is 50.


Implementation
    public function get columnWidth():Number
    public function set columnWidth(value:Number):void
dataproperty 
data:Object

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The item in the data provider this component should render when this component is used as an item renderer or item editor. The list class sets this property on each renderer or editor and the component displays the data. ListBase-derived classes support this property for complex situations like having a List of DataGrids or a DataGrid where one column is a List.

The list classes use the listData property in addition to the data property to determine what to display. If the list class is in a DataGrid it expects the dataField property of the column to map to a property in the data and sets selectedItem value to that property. If it is in a List or TileList control, it expects the labelField property of the list to map to a property in the data, and sets selectedItem value to that property. Otherwise it sets the selectedItem to the data itself.

This property uses the data provider but does not set it. In all cases, you must set the data provider in some other way.

You do not set this property in MXML.

This property can be used as the source for data binding.


Implementation
    public function get data():Object
    public function set data(value:Object):void

See also

dataEffectCompletedproperty 
protected var dataEffectCompleted:Boolean = false

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

A flag that indicates that the a data change effect has just completed. The component usually responds by cleaning up various internal data structures on the next updateDisplayList() call.

dataItemWrappersByRendererproperty 
protected var dataItemWrappersByRenderer:Dictionary

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

A dictionary mapping item renderers to the ItemWrappers used to supply their data. Only applicable if a data effect is running.

dataProviderproperty 
dataProvider:Object

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Set of data to be viewed. This property lets you use most types of objects as data providers. If you set the dataProvider property to an Array, it will be converted to an ArrayCollection. If you set the property to an XML object, it will be converted into an XMLListCollection with only one item. If you set the property to an XMLList, it will be converted to an XMLListCollection. If you set the property to an object that implements the IList or ICollectionView interface, the object will be used directly.

As a consequence of the conversions, when you get the dataProvider property, it will always be an ICollectionView, and therefore not necessarily be the type of object you used to you set the property. This behavior is important to understand if you want to modify the data in the data provider: changes to the original data may not be detected, but changes to the ICollectionView object that you get back from the dataProvider property will be detected.

The default value is null.

This property can be used as the source for data binding.


Implementation
    public function get dataProvider():Object
    public function set dataProvider(value:Object):void

See also

dataTipFieldproperty 
dataTipField:String

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Name of the field in the data provider items to display as the data tip. By default, the list looks for a property named label on each item and displays it. However, if the data objects do not contain a label property, you can set the dataTipField property to use a different property in the data object. An example would be "FullName" when viewing a set of people's names retrieved from a database.

The default value is null.

This property can be used as the source for data binding.


Implementation
    public function get dataTipField():String
    public function set dataTipField(value:String):void
dataTipFunctionproperty 
dataTipFunction:Function

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

User-supplied function to run on each item to determine its dataTip. By default, the list looks for a property named label on each data provider item and displays it. However, some items do not have a label property nor do they have another property that can be used for displaying in the rows. An example is a data set that has lastName and firstName fields, but you want to display full names. You can supply a dataTipFunction that finds the appropriate fields and return a displayable string. The dataTipFunction is also good for handling formatting and localization.

The dataTipFunction takes a single argument which is the item in the data provider and returns a String:

The default value is null.

This property can be used as the source for data binding.


Implementation
    public function get dataTipFunction():Function
    public function set dataTipFunction(value:Function):void
defaultColumnCountproperty 
protected var defaultColumnCount:int = 4

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The default number of columns to display. This value is used if the calculation for the number of columns results in a value less than 1 when trying to calculate the column count based on size or content.

The default value is 4.

defaultRowCountproperty 
protected var defaultRowCount:int = 4

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The default number of rows to display. This value is used if the calculation for the number of columns results in a value less than 1 when trying to calculate the row count based on size or content.

The default value is 4.

dragEnabledproperty 
dragEnabled:Boolean

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

A flag that indicates whether you can drag items out of this control and drop them on other controls. If true, dragging is enabled for the control. If the dropEnabled property is also true, you can drag items and drop them within this control to reorder the items.

The default value is false.


Implementation
    public function get dragEnabled():Boolean
    public function set dragEnabled(value:Boolean):void
dragImageproperty 
dragImage:IUIComponent  [read-only]

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

An instance of a class that displays the visuals during a drag and drop operation.

The default value is mx.controls.listClasses.ListItemDragProxy.


Implementation
    protected function get dragImage():IUIComponent
dragImageOffsetsproperty 
dragImageOffsets:Point  [read-only]

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The offset of the drag image for drag and drop.


Implementation
    protected function get dragImageOffsets():Point
dragMoveEnabledproperty 
dragMoveEnabled:Boolean

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

A flag that indicates whether items can be moved instead of just copied from the control as part of a drag-and-drop operation. If true, and the dragEnabled property is true, items can be moved. Often the data provider cannot or should not have items removed from it, so a MOVE operation should not be allowed during drag-and-drop.

The default value is false.


Implementation
    public function get dragMoveEnabled():Boolean
    public function set dragMoveEnabled(value:Boolean):void
dropEnabledproperty 
dropEnabled:Boolean

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

A flag that indicates whether dragged items can be dropped onto the control.

If you set this property to true, the control accepts all data formats, and assumes that the dragged data matches the format of the data in the data provider. If you want to explicitly check the data format of the data being dragged, you must handle one or more of the drag events, such as dragOver, and call the DragEvent's preventDefault() method to customize the way the list class accepts dropped data.

When you set dropEnabled to true, Flex automatically calls the showDropFeedback() and hideDropFeedback() methods to display the drop indicator.

The default value is false.


Implementation
    public function get dropEnabled():Boolean
    public function set dropEnabled(value:Boolean):void
explicitColumnCountproperty 
protected var explicitColumnCount:int = -1

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The column count requested by explicitly setting the columnCount property.

explicitColumnWidthproperty 
protected var explicitColumnWidth:Number

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The column width requested by explicitly setting the columnWidth.

explicitRowCountproperty 
protected var explicitRowCount:int = -1

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The row count requested by explicitly setting rowCount.

explicitRowHeightproperty 
protected var explicitRowHeight:Number

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The row height requested by explicitly setting rowHeight.

freeItemRenderersproperty 
protected var freeItemRenderers:Array

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

A stack of unused item renderers. Most list classes recycle renderers they've already created as they scroll out of the displayable area; doing so saves time during scrolling. The recycled renderers are stored here.

highlightIndicatorproperty 
protected var highlightIndicator:Sprite

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The DisplayObject that contains the graphics that indicates which renderer is highlighted.

highlightItemRendererproperty 
protected var highlightItemRenderer:IListItemRenderer

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The renderer that is currently rolled over or under the caret.

highlightUIDproperty 
protected var highlightUID:String

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The UID of the item that is current rolled over or under the caret.

iconFieldproperty 
iconField:String

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The name of the field in the data provider object that determines what to display as the icon. By default, the list class does not try to display icons with the text in the rows. However, by specifying an icon field, you can specify a graphic that is created and displayed as an icon in the row. This property is ignored by DataGrid.

The renderers will look in the data provider object for a property of the name supplied as the iconField. If the value of the property is a Class, it will instantiate that class and expect it to be an instance of an IFlexDisplayObject. If the value of the property is a String, it will look to see if a Class exists with that name in the application, and if it can't find one, it will also look for a property on the document with that name and expect that property to map to a Class.

The default value is null.

This property can be used as the source for data binding.


Implementation
    public function get iconField():String
    public function set iconField(value:String):void
iconFunctionproperty 
iconFunction:Function

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

A user-supplied function to run on each item to determine its icon. By default the list does not try to display icons with the text in the rows. However, by specifying an icon function, you can specify a Class for a graphic that will be created and displayed as an icon in the row.

The iconFunction takes a single argument which is the item in the data provider and returns a Class. Shown below is the signature of the function:

iconFunction(item:Object):Class

The default value is null.

This property can be used as the source for data binding.


Implementation
    public function get iconFunction():Function
    public function set iconFunction(value:Function):void
itemRendererproperty 
itemRenderer:IFactory

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The custom item renderer for the control. You can specify a drop-in, inline, or custom item renderer.

The default item renderer depends on the component class. For example, the AdvancedDataGrid class uses AdvancedDataGridItemRenderer.


Implementation
    public function get itemRenderer():IFactory
    public function set itemRenderer(value:IFactory):void
itemsNeedMeasurementproperty 
protected var itemsNeedMeasurement:Boolean = true

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

A flag that indicates whether the columnWidth and rowHeight properties need to be calculated. This property is set to true if a style changes that can affect the measurements of the renderer, or if the data provider is changed.

itemsSizeChangedproperty 
protected var itemsSizeChanged:Boolean = false

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

A flag that indicates that the size of the renderers may have changed. The component usually responds by re-applying the data items to all of the renderers on the next updateDisplayList() call. There is an assumption that re-applying the items will invalidate the item renderers and cause them to re-measure.

iteratorproperty 
protected var iterator:IViewCursor

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The main IViewCursor instance used to fetch items from the data provider and pass the items to the renderers. At the end of any sequence of code, it must always be positioned at the topmost visible item being displayed.

iteratorValidproperty 
protected var iteratorValid:Boolean = true

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

A flag that indicates that a page fault as occurred and that the iterator's position is not valid (not positioned at the topmost item being displayed). If the component gets a page fault (an ItemPending error), it sets iteratorValid to false. Code that normally handles the rendering of items checks this flag and does not run until the page of data comes in from the server.

keySelectionPendingproperty 
protected var keySelectionPending:Boolean = false

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

A flag that indicates if keyboard selection was interrupted by a page fault. The component responds by suspending the rendering of items until the page of data arrives. The finishKeySelection() method will be called when the paged data arrives

labelFieldproperty 
labelField:String

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The name of the field in the data provider items to display as the label. By default the list looks for a property named label on each item and displays it. However, if the data objects do not contain a label property, you can set the labelField property to use a different property in the data object. An example would be "FullName" when viewing a set of people names fetched from a database.

The default value is "label".

This property can be used as the source for data binding.


Implementation
    public function get labelField():String
    public function set labelField(value:String):void
labelFunctionproperty 
labelFunction:Function

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

A user-supplied function to run on each item to determine its label. By default, the list looks for a property named label on each data provider item and displays it. However, some data sets do not have a label property nor do they have another property that can be used for displaying. An example is a data set that has lastName and firstName fields but you want to display full names.

You can supply a labelFunction that finds the appropriate fields and returns a displayable string. The labelFunction is also good for handling formatting and localization.

For most components, the label function takes a single argument which is the item in the data provider and returns a String.

      myLabelFunction(item:Object):String

The method signature for the data grid classes is:

      myLabelFunction(item:Object, column:DataGridColumn):String

where item contains the DataGrid item object, and column specifies the DataGrid column.

The default value is null.

This property can be used as the source for data binding.


Implementation
    public function get labelFunction():Function
    public function set labelFunction(value:Function):void
lastDropIndexproperty 
protected var lastDropIndex:int

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The most recently calculated index where the drag item should be added to the drop target.

lastSeekPendingproperty 
protected var lastSeekPending:ListBaseSeekPending

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The most recent seek that caused a page fault. If there are multiple page faults, only the most recent one is of interest, as that is where to position the iterator and start rendering rows again.

listContentproperty 
protected var listContent:AdvancedListBaseContentHolder

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

An internal display object that parents all of the item renderers, selection and highlighting indicators and other supporting graphics. This is roughly equivalent to the contentPane in the Container class, and is used for managing scrolling.

listDataproperty 
listData:BaseListData

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

When a component is used as a drop-in item renderer or drop-in item editor, Flex initializes the listData property of the component with the additional data from the list control. The component can then use the listData property and the data property to display the appropriate information as a drop-in item renderer or drop-in item editor.

You do not set this property in MXML or ActionScript; Flex sets it when the component is used as a drop-in item renderer or drop-in item editor.

This property can be used as the source for data binding.


Implementation
    public function get listData():BaseListData
    public function set listData(value:BaseListData):void

See also

listItemsproperty 
protected var listItems:Array

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

An Array of Arrays that contains the item renderer instances that render each data provider item. This is a two-dimensional row major Array (Array of rows that are Arrays of columns).

lockedColumnCountproperty 
lockedColumnCount:int

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The index of the first column in the control that scrolls, where the first column is at an index of 0. Columns with indexes that are lower than this value remain fixed in view. This property is not supported by all list classes.

The default value is 0.


Implementation
    public function get lockedColumnCount():int
    public function set lockedColumnCount(value:int):void
lockedRowCountproperty 
lockedRowCount:int

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The index of the first row in the control that scrolls, where the first row is at an index of 0. Rows above this one remain fixed in view.

The default value is 0.


Implementation
    public function get lockedRowCount():int
    public function set lockedRowCount(value:int):void
menuSelectionModeproperty 
public var menuSelectionMode:Boolean = false

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

A flag that indicates whether menu-style selection should be used. In a Menu, dragging from one renderer into another selects the new one and un-selects the old.

modifiedCollectionViewproperty 
protected var modifiedCollectionView:ModifiedCollectionView

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The collection view that temporarily preserves previous data provider state to facilitate running data change effects.

offscreenExtraColumnsproperty 
public var offscreenExtraColumns:int = 0

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The number of columns that are currently not visible.

The default value is 0.

offscreenExtraColumnsLeftproperty 
protected var offscreenExtraColumnsLeft:int = 0

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The number of columns on the left side of the control that are currently not visible.

The default value is 0.

offscreenExtraColumnsRightproperty 
protected var offscreenExtraColumnsRight:int = 0

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The number of columns on the right side of the control that are currently not visible.

The default value is 0.

offscreenExtraRowsproperty 
public var offscreenExtraRows:int = 0

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The number of extra item renderers the layout algorithm can use when constructing animations for data effects. Changes that take place in the data provider corresponding to the items visible onscreen or this many items before or after the items onscreen will be subject to full effects processing. Items outside this range may not be animated perfectly by the effects.

A reasonable value for this property is approximately the number of rows visible onscreen. Setting it to a very large value may cause performance problems when used with a dataProvider with many items.

The default value is 0.

offscreenExtraRowsBottomproperty 
protected var offscreenExtraRowsBottom:int = 0

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The number of offscreen items currently below the bottommost visible item renderer

offscreenExtraRowsTopproperty 
protected var offscreenExtraRowsTop:int = 0

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The number of offscreen items currently above the topmost visible renderer. This number will be <= offscreenExtraRows / 2.

rendererChangedproperty 
protected var rendererChanged:Boolean = false

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

A flag that indicates that the renderer changed. The component usually responds by destroying all existing renderers and redrawing all of the renderers on the next updateDisplayList() call.

reservedItemRenderersproperty 
protected var reservedItemRenderers:Object

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

A hash map of currently unused item renderers that may be used again in the near future. Used when running data effects. The map is indexed by the data provider item's UID.

rowCountproperty 
rowCount:int

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Number of rows to be displayed. If the height of the component has been explicitly set, this property might not have any effect.

For a data grid controls, the rowCount property includes the header row. So, for a data grid control with 3 body rows and a header row, the rowCount property is 4.

The default value is 4.


Implementation
    public function get rowCount():int
    public function set rowCount(value:int):void
rowHeightproperty 
rowHeight:Number

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The height of the rows in pixels. Unless the variableRowHeight property is true, all rows are the same height. If not specified, the row height is based on the font size and other properties of the renderer.


Implementation
    public function get rowHeight():Number
    public function set rowHeight(value:Number):void
rowInfoproperty 
protected var rowInfo:Array

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

An array of ListRowInfo objects that cache row heights and other tracking information for the rows in the listItems property.

rowMapproperty 
protected var rowMap:Object

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

A hash map of item renderers to their respective ListRowInfo object. The ListRowInfo object is indexed by the DisplayObject name of the item renderer.

runDataEffectNextUpdateproperty 
protected var runDataEffectNextUpdate:Boolean = false

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

A flag that indicates if a data effect should be initiated the next time the display is updated.

runningDataEffectproperty 
protected var runningDataEffect:Boolean = false

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

A flag indicating if a data change effect is currently running

selectableproperty 
selectable:Boolean

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

A flag that indicates whether the list shows selected items as selected. If true, the control supports selection.

The default value is true.


Implementation
    public function get selectable():Boolean
    public function set selectable(value:Boolean):void
selectedDataproperty 
protected var selectedData:Object

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

A hash table of ListBaseSelectionData objects that track which items are currently selected. The table is indexed by the UID of the items.

See also

selectedIndexproperty 
selectedIndex:int

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The index in the data provider of the selected item.

The default value is -1 (no selected item).

This property can be used as the source for data binding.


Implementation
    public function get selectedIndex():int
    public function set selectedIndex(value:int):void
selectedIndicesproperty 
selectedIndices:Array

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

An array of indices in the data provider of the selected items. The items are in the reverse order that the user selected the items.

The default value is [ ].

This property can be used as the source for data binding.


Implementation
    public function get selectedIndices():Array
    public function set selectedIndices(value:Array):void
selectedItemproperty 
selectedItem:Object

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

A reference to the selected item in the data provider.

The default value is null.

This property can be used as the source for data binding.


Implementation
    public function get selectedItem():Object
    public function set selectedItem(value:Object):void
selectedItemsproperty 
selectedItems:Array

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

An Array of references to the selected items in the data provider. The items are in the reverse order that the user selected the items.

The default value is [ ].

This property can be used as the source for data binding.


Implementation
    public function get selectedItems():Array
    public function set selectedItems(value:Array):void
selectionIndicatorsproperty 
protected var selectionIndicators:Object

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

A hash table of selection indicators. This table allows the component to quickly find and remove the indicators when the set of selected items is cleared. The table is indexed by the item's UID.

selectionLayerproperty 
protected var selectionLayer:Sprite

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The layer in listContent where all selection and highlight indicators are drawn.

selectionTweensproperty 
protected var selectionTweens:Object

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

A hash table of selection tweens. This allows the component to quickly find and clean up any tweens in progress if the set of selected items is cleared. The table is indexed by the item's UID.

showCaretproperty 
protected var showCaret:Boolean

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

A flag that indicates whether to show caret. This property is usually set to false when mouse activity is detected and set back to true when the keyboard is used for selection.

showDataTipsproperty 
showDataTips:Boolean

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

A flag that indicates whether dataTips are displayed for text in the rows. If true, dataTips are displayed. DataTips are tooltips designed to show the text that is too long for the row. If you set a dataTipFunction, dataTips are shown regardless of whether the text is too long for the row.

The default value is false.

This property can be used as the source for data binding.


Implementation
    public function get showDataTips():Boolean
    public function set showDataTips(value:Boolean):void
unconstrainedRenderersproperty 
protected var unconstrainedRenderers:Object

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

A hash map of item renderers that are not subject to the layout algorithms of the list

valueproperty 
value:Object  [read-only]

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The selected item, or the data or label field of the selected item. If the selected item is a Number or String the value is the item. If the item is an object, the value is the data property if it exists, or the label property if it exists.

Note: Using selectedItem is often preferable. This property exists for backward compatibility with older applications

This property can be used as the source for data binding.


Implementation
    public function get value():Object
variableRowHeightproperty 
variableRowHeight:Boolean

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

A flag that indicates whether the individual rows can have different height. This property is ignored by TileList and HorizontalList. If true, individual rows can have different height values.

The default value is false.


Implementation
    public function get variableRowHeight():Boolean
    public function set variableRowHeight(value:Boolean):void
visibleDataproperty 
protected var visibleData:Object

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

A hash table of data provider item renderers currently in view. The table is indexed by the data provider item's UID and is used to quickly get the renderer used to display a particular item.

wordWrapproperty 
wordWrap:Boolean

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

A flag that indicates whether text in the row should be word wrapped. If true, enables word wrapping for text in the rows. Only takes effect if variableRowHeight is also true

The default value is false.


Implementation
    public function get wordWrap():Boolean
    public function set wordWrap(value:Boolean):void
wordWrapChangedproperty 
protected var wordWrapChanged:Boolean = false

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

A flag that indicates whether the value of the wordWrap property has changed since the last time the display list was updated. This property is set when you change the wordWrap property value, and is reset to false by the updateDisplayList() method. The component usually responds by re-applying the data items to all of the renderers on the next updateDisplayList() call. This is different from itemsSizeChanged because it further indicates that re-applying the data items to the renderers may not invalidate them since the only thing that changed was whether or not the renderer should factor in wordWrap into its size calculations

Constructor Detail
AdvancedListBase()Constructor
public function AdvancedListBase()

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Constructor.

Method Detail
addDataEffectItem()method
public function addDataEffectItem(item:Object):void

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Adds an item renderer if a data change effect is running. The item renderer should correspond to a recently added data item in the data provider's collection that isn't yet being displayed. This function will be called by an AddItemAction effect as part of a data change effect to specify the point at which a data item added to a collection begins to be displayed by the control using an item renderer.

Parameters

item:Object — The item renderer to add to the control's layout.

addDragData()method 
protected function addDragData(dragSource:Object):void

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Adds the selected items to the DragSource object as part of a drag-and-drop operation. Override this method to add other data to the drag source.

Parameters

dragSource:Object — The DragSource object to which to add the data.

addToFreeItemRenderers()method 
protected function addToFreeItemRenderers(item:IListItemRenderer):void

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Adds a renderer to the recycled renderer list, making it invisible and cleaning up references to it. If a data effect is running, the renderer is reserved for future use for that data. Otherwise it is added to the general freeItemRenderers stack.

Parameters

item:IListItemRenderer — The IListItemRenderer to add.

adjustListContent()method 
protected function adjustListContent(unscaledWidth:Number = -1, unscaledHeight:Number = -1):void

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Called from the updateDisplayList() method to adjust the size and position of list content.

Parameters

unscaledWidth:Number (default = -1) — Specifies the width of the component, in pixels, in the component's coordinates.
 
unscaledHeight:Number (default = -1) — Specifies the height of the component, in pixels, in the component's coordinates.

applySelectionEffect()method 
protected function applySelectionEffect(indicator:Sprite, uid:String, itemRenderer:IListItemRenderer):void

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Sets up the effect for applying the selection indicator. The default is a basic alpha tween.

Parameters

indicator:Sprite — A Sprite that contains the graphics depicting selection.
 
uid:String — The UID of the item being selected which can be used to index into a table and track more than one selection effect.
 
itemRenderer:IListItemRenderer — The item renderer that is being shown as selected.

calculateDropIndex()method 
public function calculateDropIndex(event:DragEvent = null):int

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Returns the index where the dropped items should be added to the drop target.

Parameters

event:DragEvent (default = null) — A DragEvent that contains information about the position of the mouse. If null the method should return the dropIndex value from the last valid event.

Returns
int — Index where the dropped items should be added.
calculateDropIndicatorY()method 
protected function calculateDropIndicatorY(rowCount:Number, rowNum:int):Number

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Calculates the y position of the drop indicator when performing a drag-and-drop operation.

Parameters

rowCount:Number — The number of visible rows in the control.
 
rowNum:int — The row number in the control where the drop indicator should appear.

Returns
Number — The y axis coordinate of the drop indicator.
clearIndicators()method 
protected function clearIndicators():void

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Removes all selection and highlight and caret indicators.

clearSelected()method 
protected function clearSelected(transition:Boolean = false):void

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Clears the set of selected items and removes all graphics depicting the selected state of those items.

Parameters

transition:Boolean (default = false)true if the graphics should have a fadeout effect.

collectionChangeHandler()method 
protected function collectionChangeHandler(event:Event):void

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Handles CollectionEvents dispatched from the data provider as the data changes. Updates the renderers, selected indices and scrollbars as needed.

Parameters

event:Event — The CollectionEvent.

commitProperties()method 
override protected function commitProperties():void

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Calculates the column width and row height and number of rows and columns based on whether properties like columnCount columnWidth, rowHeight and rowCount were explicitly set.

See also

configureScrollBars()method 
protected function configureScrollBars():void

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Configures the ScrollBars based on the number of rows and columns and viewable rows and columns. This method is called from the updateDisplayList() method after the rows and columns have been updated. The method should figures out what parameters to pass into the setScrollBarProperties() to properly set the ScrollBars up.

copyItemWithUID()method 
protected function copyItemWithUID(item:Object):Object

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Makes a deep copy of the object by calling the ObjectUtil.copy() method, and replaces the copy's uid property (if present) with a new value by calling the UIDUtil.createUID() method.

This method is used for a drag and drop copy.

Parameters

item:Object — The item to copy.

Returns
Object — The copy of the object.

See also

copySelectedItems()method 
protected function copySelectedItems(useDataField:Boolean = true):Array

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Makes a copy of the selected items in the order they were selected.

Parameters

useDataField:Boolean (default = true)true if the array should be filled with the actual items or false if the array should be filled with the indexes of the items.

Returns
Array — Array of selected items.
createChildren()method 
override protected function createChildren():void

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Create objects that are children of this ListBase, in this case the listContent object that will hold all the item renderers. Note that the item renderers are not created immediately, but later when Flex calls the updateDisplayList() method.

dragCompleteHandler()method 
protected function dragCompleteHandler(event:DragEvent):void

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Handles DragEvent.DRAG_COMPLETE events. This method removes the item from the data provider.

Parameters

event:DragEvent — The DragEvent object.

dragDropHandler()method 
protected function dragDropHandler(event:DragEvent):void

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Handles DragEvent.DRAG_DROP events. This method hides the UI feeback by calling the hideDropFeedback() method.

Parameters

event:DragEvent — The DragEvent object.

dragEnterHandler()method 
protected function dragEnterHandler(event:DragEvent):void

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Handles DragEvent.DRAG_ENTER events. This method determines if the DragSource object contains valid elements and uses the showDropFeedback() method to set up the UI feedback.

Parameters

event:DragEvent — The DragEvent object.

dragExitHandler()method 
protected function dragExitHandler(event:DragEvent):void

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Handles DragEvent.DRAG_EXIT events. This method hides the UI feeback by calling the hideDropFeedback() method.

Parameters

event:DragEvent — The DragEvent object.

dragOverHandler()method 
protected function dragOverHandler(event:DragEvent):void

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Handles DragEvent.DRAG_OVER events. This method determines if the DragSource object contains valid elements and uses the showDropFeedback() method to set up the UI feeback.

Parameters

event:DragEvent — The DragEvent object.

dragScroll()method 
protected function dragScroll():void

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Interval function that scrolls the list up or down if the mouse goes above or below the list.

dragStartHandler()method 
protected function dragStartHandler(event:DragEvent):void

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The default handler for the dragStart event.

Parameters

event:DragEvent — The DragEvent object.

drawCaretIndicator()method 
protected function drawCaretIndicator(indicator:Sprite, x:Number, y:Number, width:Number, height:Number, color:uint, itemRenderer:IListItemRenderer):void

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Draws the caret indicator into the given Sprite at the position, width and height specified using the color specified.

Parameters

indicator:Sprite — A Sprite that should contain the graphics for that make a renderer look highlighted.
 
x:Number — The suggested x position for the indicator.
 
y:Number — The suggested y position for the indicator.
 
width:Number — The suggested width for the indicator.
 
height:Number — The suggested height for the indicator.
 
color:uint — The suggested color for the indicator.
 
itemRenderer:IListItemRenderer — The item renderer that is being highlighted.

drawHighlightIndicator()method 
protected function drawHighlightIndicator(indicator:Sprite, x:Number, y:Number, width:Number, height:Number, color:uint, itemRenderer:IListItemRenderer):void

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Draws the highlight indicator into the given Sprite at the position, width and height specified using the color specified.

Parameters

indicator:Sprite — A Sprite that should contain the graphics for that make a renderer look highlighted.
 
x:Number — The suggested x position for the indicator.
 
y:Number — The suggested y position for the indicator.
 
width:Number — The suggested width for the indicator.
 
height:Number — The suggested height for the indicator.
 
color:uint — The suggested color for the indicator.
 
itemRenderer:IListItemRenderer — The item renderer that is being highlighted.

drawItem()method 
protected function drawItem(item:IListItemRenderer, selected:Boolean = false, highlighted:Boolean = false, caret:Boolean = false, transition:Boolean = false):void

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Draws the renderer with indicators that it is highlighted, selected, or the caret.

Parameters

item:IListItemRenderer — The renderer.
 
selected:Boolean (default = false)true if the renderer should be drawn in its selected state.
 
highlighted:Boolean (default = false)true if the renderer should be drawn in its highlighted state.
 
caret:Boolean (default = false)true if the renderer should be drawn as if it is the selection caret.
 
transition:Boolean (default = false)true if the selection state should fade in via an effect.

drawRowBackgrounds()method 
protected function drawRowBackgrounds():void

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Draws any alternating row colors, borders and backgrounds for the rows.

drawSelectionIndicator()method 
protected function drawSelectionIndicator(indicator:Sprite, x:Number, y:Number, width:Number, height:Number, color:uint, itemRenderer:IListItemRenderer):void

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Draws the selection indicator into the given Sprite at the position, width and height specified using the color specified.

Parameters

indicator:Sprite — A Sprite that should contain the graphics for that make a renderer look highlighted.
 
x:Number — The suggested x position for the indicator.
 
y:Number — The suggested y position for the indicator.
 
width:Number — The suggested width for the indicator.
 
height:Number — The suggested height for the indicator.
 
color:uint — The suggested color for the indicator.
 
itemRenderer:IListItemRenderer — The item renderer that is being highlighted.

findKey()method 
protected function findKey(eventCode:int):Boolean

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Tries to find the next item in the data provider that starts with the character in the eventCode parameter. You can override this to do fancier typeahead lookups. The search starts at the selectedIndex location; if it reaches the end of the data provider it starts over from the beginning.

Parameters

eventCode:int — The key that was pressed on the keyboard.

Returns
Booleantrue if a match was found.
findString()method 
public function findString(str:String):Boolean

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Finds an item in the list based on a string and moves the selection to it. The search starts at the selectedIndex location; if it reaches the end of the data provider it starts over from the beginning.

Parameters

str:String — The string to match.

Returns
Booleantrue if a match was found.
finishDataChangeEffect()method 
protected function finishDataChangeEffect(event:EffectEvent):void

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Cleans up after a data change effect has finished running by restoring the original collection and iterator and removing any cached values used by the effect. This method is called by the Flex framework; you do not need to call it from your code.

Parameters

event:EffectEvent — The effect that has finished running.

finishKeySelection()method 
protected function finishKeySelection():void

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Sets selected items based on the caretIndex and anchorIndex properties. Called by the keyboard selection handlers and by the updateDisplayList() method in case the keyboard selection handler got a page fault while scrolling to get more items.

getRendererSemanticValue()method 
public function getRendererSemanticValue(target:Object, semanticProperty:String):Object

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Returns the value for a particular semantic property of an item renderer, or null if that property is not defined, while a data effect is running. This function is used by filters in data change effects to restrict effects to renderers corresponding to removed or added data items.

Parameters

target:Object — An item renderer.
 
semanticProperty:String — The semantic property of the renderer whose value will be returned.

Returns
Object — The value for a particular semantic property of an item renderer, or null if that property is not defined, while a data effect is running.
getReservedOrFreeItemRenderer()method 
protected function getReservedOrFreeItemRenderer(data:Object):IListItemRenderer

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Retrieves an already-created item renderer not currently in use. If a data effect is running, it first tries to retrieve from the reservedItemRenderers map. Otherwise (or if no reserved renderer is found) it retrieves from the freeItemRenderers stack.

Parameters

data:Object — The data to be presented by the item renderer.

Returns
IListItemRenderer — An already-created item renderer not currently in use.
hideDropFeedback()method 
public function hideDropFeedback(event:DragEvent):void

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Hides the drop indicator under the mouse pointer that indicates that a drag and drop operation is allowed.

Parameters

event:DragEvent — A DragEvent object that contains information about the mouse location.

indexToColumn()method 
protected function indexToColumn(index:int):int

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The column for the data provider item at the given index.

Parameters

index:int — The offset into the data provider.

Returns
int — The column the item would be displayed at in the component.
indexToItemRenderer()method 
public function indexToItemRenderer(index:int):IListItemRenderer

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Get an item renderer for the index of an item in the data provider, if one exists. Since item renderers only exist for items within the set of viewable rows items, you cannot use this method for items that are not visible.

Parameters

index:int — The offset into the data provider for an item.

Returns
IListItemRenderer — The item renderer that is displaying the item, or null if the item is not currently displayed.
indexToRow()method 
protected function indexToRow(index:int):int

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The row for the data provider item at the given index.

Parameters

index:int — The offset into the data provider.

Returns
int — The row the item would be displayed at in the component.
indicesToIndex()method 
public function indicesToIndex(rowIndex:int, colIndex:int):int

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Computes the offset into the data provider of the item at colIndex, rowIndex. The 9th row 3rd column in a TileList could be different items in the data provider based on the direction the tiles are laid out and the number of rows and columns in the TileList.

Parameters

rowIndex:int — The 0-based index of the row, including rows scrolled off the top. Thus, if verticalScrollPosition is 2 then the first visible row has a rowIndex of 2.
 
colIndex:int — The 0-based index of the column, including columns scrolled off the left. If horizontalScrollPosition is 2 then the first column on the left has a columnIndex of 2.

Returns
int — The offset into the data provider.
initiateDataChangeEffect()method 
protected function initiateDataChangeEffect(unscaledWidth:Number, unscaledHeight:Number):void

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Initiates a data change effect when there have been changes in the data provider.

Parameters

unscaledWidth:Number — Specifies the width of the component, in pixels, in the component's coordinates, regardless of the value of the scaleX property of the component.
 
unscaledHeight:Number — Specifies the height of the component, in pixels, in the component's coordinates, regardless of the value of the scaleY property of the component.

invalidateList()method 
public function invalidateList():void

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Refresh all rows on next update.

isItemHighlighted()method 
public function isItemHighlighted(data:Object):Boolean

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Determines if the item renderer for a data provider item is highlighted (is rolled over via the mouse or or under the caret via keyboard navigation).

Parameters

data:Object — The data provider item.

Returns
Booleantrue if the item is highlighted.
isItemSelectable()method 
public function isItemSelectable(data:Object):Boolean

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Determines if the item renderer for a data provider item is selectable.

Parameters

data:Object — The data provider item

Returns
Booleantrue if the item is selectable
isItemSelected()method 
public function isItemSelected(data:Object):Boolean

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Determines if the item renderer for a data provider item is selected.

Parameters

data:Object — The data provider item.

Returns
Booleantrue if the item is highlighted.
isItemShowingCaret()method 
public function isItemShowingCaret(data:Object):Boolean

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Determines if the item renderer for a data provider item is the item under the caret due to keyboard navigation.

Parameters

data:Object — The data provider item.

Returns
Booleantrue if the item under the caret
isItemVisible()method 
public function isItemVisible(item:Object):Boolean

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Determines if an item is being displayed by a renderer.

Parameters

item:Object — A data provider item.

Returns
Booleantrue if the item is being displayed.
isRendererUnconstrained()method 
protected function isRendererUnconstrained(item:Object):Boolean

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Returns true if an item renderer is no longer being positioned by the list's layout algorithm while a data change effect is running as a result of a call to the unconstrainRenderer() method.

Parameters

item:Object — An item renderer.

Returns
Booleantrue if an item renderer is no longer being positioned by the list's layout algorithm.
itemRendererContains()method 
public function itemRendererContains(renderer:IListItemRenderer, object:DisplayObject):Boolean

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Determines whether a renderer contains (or owns) a display object. Ownership means that the display object isn't actually parented by the renderer but is associated with it in some way. Popups should be owned by the renderers so that activity in the popup is associated with the renderer and not seen as activity in another component.

Parameters

renderer:IListItemRenderer — The renderer that might contain or own the display object.
 
object:DisplayObject — The display object that might be associated with the renderer.

Returns
Booleantrue if the display object is contained or owned by the renderer.
itemRendererToIndex()method 
public function itemRendererToIndex(itemRenderer:IListItemRenderer):int

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Returns the index of the item in the data provider of the item being rendered by this item renderer. Since item renderers only exist for items that are within the set of viewable rows, you cannot use this method for items that are not visible.

Parameters

itemRenderer:IListItemRenderer — The item renderer that is displaying the item for which you want to know the data provider index.

Returns
int — The index of the item in the data provider.
itemRendererToIndices()method 
protected function itemRendererToIndices(item:IListItemRenderer):Point

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Returns a Point instance containing the column index and row index of an item renderer. Since item renderers are only created for items within the set of viewable rows you cannot use this method to get the indices for items that are not visible. Also note that item renderers are recycled so the indices you get for an item may change if that item renderer is reused to display a different item. Usually, this method is called during mouse and keyboard handling when the set of data displayed by the item renderers hasn't yet changed.

Parameters

item:IListItemRenderer — An item renderer.

Returns
Point — A Point instance. The x property contains the column index and the y property contains the row index.
itemToDataTip()method 
public function itemToDataTip(data:Object):String

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Returns the dataTip string the renderer would display for the given data object based on the dataTipField and dataTipFunction properties. If the method cannot convert the parameter to a string, it returns a single space.

For use by developers creating subclasses of ListBase or its children. Not used by application developers.

Parameters

data:Object — Object to be rendered.

Returns
String — String displayable string based on the data.
itemToIcon()method 
public function itemToIcon(data:Object):Class

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Returns the class for an icon, if any, for a data item, based on the iconField and iconFunction properties. The field in the item can return a string as long as that string represents the name of a class in the application. The field in the item can also be a string that is the name of a variable in the document that holds the class for the icon.

Parameters

data:Object — The item from which to extract the icon class.

Returns
Class — The icon for the item, as a class reference or null if none.
itemToItemRenderer()method 
public function itemToItemRenderer(item:Object):IListItemRenderer

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Returns the item renderer for a given item in the data provider, if there is one. Since item renderers only exist for items that are within the set of viewable rows, this method returns null if the item is not visible. For a data grid, this returns the first column's renderer.

Parameters

item:Object — The data provider item.

Returns
IListItemRenderer — The item renderer or null if the item is not currently displayed.
itemToLabel()method 
public function itemToLabel(data:Object):String

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Returns the string the renderer would display for the given data object based on the labelField and labelFunction properties. If the method cannot convert the parameter to a string, it returns a single space.

Parameters

data:Object — Object to be rendered.

Returns
String — The string to be displayed based on the data.
itemToUID()method 
protected function itemToUID(data:Object):String

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Determines the UID for a data provider item. All items in a data provider must either have a unique ID (UID) or one will be generated and associated with it. This means that you cannot have an object or scalar value appear twice in a data provider.

For example, the following data provider is not supported because the value "foo" appears twice and the UID for a string is the string itself:

      var sampleDP:Array = ["foo", "bar", "foo"]
      

Simple dynamic objects can appear twice if they are two separate instances. The following is supported because each of the instances will be given a different UID because they are different objects:

      var sampleDP:Array = [{label: "foo"}, {label: "foo"}]
      

Note that the following is not supported because the same instance appears twice:

      var foo:Object = {label: "foo"};
      sampleDP:Array = [foo, foo];
      

Parameters

data:Object — The data provider item.

Returns
String — The UID as a string.
measure()method 
override protected function measure():void

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Calculates the measured width and height of the component based on the rowCount, columnCount, rowHeight and columnWidth properties.

See also

measureHeightOfItems()method 
public function measureHeightOfItems(index:int = -1, count:int = 0):Number

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Measures a set of items from the data provider using the current item renderer and returns the sum of the heights of those items.

This method is not implemented in the AdvancedListBase class and must be implemented in the child class.

A negative index value can be used to specify that the height calculation includes any headers.

Parameters

index:int (default = -1) — The data provider item at which to start calculating the height.
 
count:int (default = 0) — The number of items to use in calculating the height.

Returns
Number — The sum of the height of the measured items.
measureWidthOfItems()method 
public function measureWidthOfItems(index:int = -1, count:int = 0):Number

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Measures a set of items from the data provider using the current item renderer and returns the maximum width found. This method is used to calculate the width of the component. The various ListBase-derived classes have slightly different implementations. DataGrid measures its columns instead of data provider items, and TileList just measures the first item and assumes all items are the same size.

This method is not implemented in the AdvancedListBase class and must be implemented in the child class.

A negative index value can be used to specify that the width calculation includes any headers.

Parameters

index:int (default = -1) — The data provider item at which to start measuring the width.
 
count:int (default = 0) — The number of items to measure in calculating the width.

Returns
Number — The widest of the measured items.
mouseClickHandler()method 
protected function mouseClickHandler(event:MouseEvent):void

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Handles MouseEvent.MOUSE_CLICK events from any mouse targets contained in the list including the renderers. This method determines which renderer was clicked and dispatches a ListEvent.ITEM_CLICK event.

Parameters

event:MouseEvent — The MouseEvent object.

mouseDoubleClickHandler()method 
protected function mouseDoubleClickHandler(event:MouseEvent):void

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Handles MouseEvent.MOUSE_DOUBLE_CLICK events from any mouse targets contained in the list including the renderers. This method determines which renderer was clicked and dispatches a ListEvent.ITEM_DOUBLE_CLICK event.

Parameters

event:MouseEvent — The MouseEvent object.

mouseDownHandler()method 
protected function mouseDownHandler(event:MouseEvent):void

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Handles MouseEvent.MOUSE_DOWN events from any mouse targets contained in the list including the renderers. This method finds the renderer that was pressed and prepares to receive a MouseEvent.MOUSE_UP event.

Parameters

event:MouseEvent — The MouseEvent object.

mouseEventToItemRenderer()method 
protected function mouseEventToItemRenderer(event:MouseEvent):IListItemRenderer

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Determines which item renderer is under the mouse. Item renderers can be made of multiple mouse targets, or have visible areas that are not mouse targets. This method checks both targets and position to determine which item renderer the mouse is over from the user's perspective, which can differ from the information provided by the mouse event.

Parameters

event:MouseEvent — A MouseEvent that contains the position of the mouse and the object it is over.

Returns
IListItemRenderer — The item renderer the mouse is over or null if none.
mouseMoveHandler()method 
protected function mouseMoveHandler(event:MouseEvent):void

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Handles MouseEvent.MOUSE_MOVE events from any mouse targets contained in the list including the renderers. This method watches for a gesture that constitutes the beginning of a drag drop and send a DragEvent.DRAG_START event. It also checks to see if the mouse is over a non-target area of a renderer so that Flex can try to make it look like that renderer was the target.

Parameters

event:MouseEvent — The MouseEvent object.

mouseOutHandler()method 
protected function mouseOutHandler(event:MouseEvent):void

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Handles MouseEvent.MOUSE_OUT events from any mouse targets contained in the list including the renderers. This method finds out which renderer the mouse has left and removes the highlights.

Parameters

event:MouseEvent — The MouseEvent object.

mouseOverHandler()method 
protected function mouseOverHandler(event:MouseEvent):void

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Handles MouseEvent.MOUSE_OVER events from any mouse targets contained in the list, including the renderers. This method finds out which renderer the mouse is over and shows it as highlighted.

The list classes also call this from a MouseEvent.MOUSE_MOVE event. This event is used to detect movement in non-target areas of the renderers and in padded areas around the renderers.

Parameters

event:MouseEvent — The MouseEvent object.

mouseUpHandler()method 
protected function mouseUpHandler(event:MouseEvent):void

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Handles MouseEvent.MOUSE_DOWN events from any mouse targets contained in the list including the renderers. This method finds the renderer that was pressed and prepares to receive a MouseEvent.MOUSE_UP event.

Parameters

event:MouseEvent — The MouseEvent object.

mouseWheelHandler()method 
override protected function mouseWheelHandler(event:MouseEvent):void

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Handles mouseWheel events by changing scroll positions. This is a copy of the version in the ScrollControlBase class, modified to change the horizontalScrollPosition property if the target is run horizontally.

Parameters

event:MouseEvent — The MouseEvent object.

See also

moveIndicatorsHorizontally()method 
protected function moveIndicatorsHorizontally(uid:String, moveBlockDistance:Number):void

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Move the selection and highlight indicators horizontally.

Parameters

uid:String — UID used to find the indicators.
 
moveBlockDistance:Number — The distance to move horizontally.

moveIndicatorsVertically()method 
protected function moveIndicatorsVertically(uid:String, moveBlockDistance:Number):void

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Move the selection and highlight indicators vertically.

Parameters

uid:String — UID used to find the indicators.
 
moveBlockDistance:Number — The distance to move vertically.

moveSelectionHorizontally()method 
protected function moveSelectionHorizontally(code:uint, shiftKey:Boolean, ctrlKey:Boolean):void

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Moves the selection in a horizontal direction in response to the user selecting items using the left-arrow or right-arrow keys and modifiers such as the Shift and Ctrl keys. This method might change the horizontalScrollPosition, verticalScrollPosition, and caretIndex properties, and call the finishKeySelection()method to update the selection.

Not implemented in AdvancedListBase because the default list is single column and therefore doesn't scroll horizontally.

Parameters

code:uint — The key that was pressed (e.g. Keyboard.LEFT)
 
shiftKey:Booleantrue if the shift key was held down when the keyboard key was pressed.
 
ctrlKey:Booleantrue if the ctrl key was held down when the keyboard key was pressed

moveSelectionVertically()method 
protected function moveSelectionVertically(code:uint, shiftKey:Boolean, ctrlKey:Boolean):void

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Moves the selection in a vertical direction in response to the user selecting items using the up-arrow or down-arrow Keys and modifiers such as the Shift and Ctrl keys. This method might change the horizontalScrollPosition, verticalScrollPosition, and caretIndex properties, and call the finishKeySelection()method to update the selection

Parameters

code:uint — The key that was pressed (e.g. Keyboard.DOWN)
 
shiftKey:Booleantrue if the shift key was held down when the keyboard key was pressed.
 
ctrlKey:Booleantrue if the ctrl key was held down when the keyboard key was pressed

removeDataEffectItem()method 
public function removeDataEffectItem(item:Object):void

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Removes an item renderer if a data change effect is running. The item renderer must correspond to data that has already been removed from the data provider collection. This function will be called by a RemoveItemAction effect as part of a data change effect to specify the point at which a data item ceases to displayed by the control using an item renderer.

Parameters

item:Object — The item renderer to remove from the control's layout.

removeIndicators()method 
protected function removeIndicators(uid:String):void

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Cleans up selection highlights and other associated graphics for a given item in the data provider.

Parameters

uid:String — The UID of the data provider item.

scrollHorizontally()method 
protected function scrollHorizontally(pos:int, deltaPos:int, scrollUp:Boolean):void

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Adjusts the renderers in response to a change in scroll position.

The list classes attempt to optimize scrolling when the scroll position has changed by less than the number of visible rows. In that situation some rows are unchanged and just need to be moved, other rows are removed and then new rows are added. If the scroll position changes too much, all old rows are removed and new rows are added by calling the makeRowsAndColumns() method for the entire viewable area.

Not implemented in AdvancedListBase because the default list is single column and therefore doesn't scroll horizontally.

Parameters

pos:int — The new scroll position.
 
deltaPos:int — The change in position. It is always a positive number.
 
scrollUp:Booleantrue if scroll position is getting smaller.

scrollPositionToIndex()method 
protected function scrollPositionToIndex(horizontalScrollPosition:int, verticalScrollPosition:int):int

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Returns the data provider index for the item at the first visible row and column for the given scroll positions.

Parameters

horizontalScrollPosition:int — The horizontalScrollPosition property value corresponding to the scroll position.
 
verticalScrollPosition:int — The verticalScrollPosition property value corresponding to the scroll position.

Returns
int — The data provider index.
scrollToIndex()method 
public function scrollToIndex(index:int):Boolean

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Ensures that the data provider item at the given index is visible. If the item is visible, the verticalScrollPosition property is left unchanged even if the item is not the first visible item. If the item is not currently visible, the verticalScrollPosition property is changed make the item the first visible item, unless there aren't enough rows to do so because the verticalScrollPosition value is limited by the maxVerticalScrollPosition property.

Parameters

index:int — The index of the item in the data provider.

Returns
Booleantrue if verticalScrollPosition changed.
scrollVertically()method 
protected function scrollVertically(pos:int, deltaPos:int, scrollUp:Boolean):void

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Adjusts the renderers in response to a change in scroll position.

The list classes attempt to optimize scrolling when the scroll position has changed by less than the number of visible rows. In that situation, some rows are unchanged and just need to be moved, other rows are removed and then new rows are added. If the scroll position changes too much, all old rows are removed and new rows are added by calling the makeRowsAndColumns() method for the entire viewable area.

Parameters

pos:int — The new scroll position.
 
deltaPos:int — The change in position. It is always a positive number.
 
scrollUp:Booleantrue if scroll position is getting smaller.

See also

seekPendingFailureHandler()method 
protected function seekPendingFailureHandler(data:Object, info:ListBaseSeekPending):void

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The default failure handler when a seek fails due to a page fault.

Parameters

data:Object — The data that caused the error.
 
info:ListBaseSeekPending — Data about a seek operation that was interrupted by an ItemPendingError error.

seekPendingResultHandler()method 
protected function seekPendingResultHandler(data:Object, info:ListBaseSeekPending):void

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The default result handler when a seek fails due to a page fault. This method checks to see if it has the most recent page fault result: if not it simply exits; if it does, it sets the iterator to the correct position.

Parameters

data:Object — The data that caused the error.
 
info:ListBaseSeekPending — Data about a seek operation that was interrupted by an ItemPendingError error.

selectItem()method 
protected function selectItem(item:IListItemRenderer, shiftKey:Boolean, ctrlKey:Boolean, transition:Boolean = true):Boolean

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Updates the set of selected items given that the item renderer provided was clicked by the mouse and the keyboard modifiers are in the given state. This method also updates the display of the item renderers based on their updated selected state.

Parameters

item:IListItemRenderer — The item renderer that was clicked.
 
shiftKey:Booleantrue if the shift key was held down when the mouse was clicked.
 
ctrlKey:Booleantrue if the ctrl key was held down when the mouse was clicked.
 
transition:Boolean (default = true)true if the graphics for the selected state should be faded in using an effect.

Returns
Booleantrue if the set of selected items changed. Clicking on an already-selected item doesn't always change the set of selected items.
setRowCount()method 
protected function setRowCount(v:int):void

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Sets the rowCount property without causing invalidation or setting the explicitRowCount property, which permanently locks in the number of rows.

Parameters

v:int — The row count.

setRowHeight()method 
protected function setRowHeight(v:Number):void

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Sets the rowHeight property without causing invalidation or setting of explicitRowHeight which permanently locks in the height of the rows.

Parameters

v:Number — The row height, in pixels.

showDropFeedback()method 
public function showDropFeedback(event:DragEvent):void

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Displays a drop indicator under the mouse pointer to indicate that a drag and drop operation is allowed and where the items will be dropped.

Parameters

event:DragEvent — A DragEvent object that contains information as to where the mouse is.

unconstrainRenderer()method 
public function unconstrainRenderer(item:Object):void

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Temporarily stops an item renderer from being positioned by the control's layout algorithm. This function will be called as part of a data change effect if the item renderers corresponding to certain data items need to move outside the normal positions of item renderers in the control.

Parameters

item:Object — The data for the item renderer.

updateDisplayList()method 
override protected function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Adds or removes item renderers if the number of displayable items changed. Refreshes the item renderers if they might have changed. Applies the selection if it was changed programmatically.

Parameters

unscaledWidth:Number — Specifies the width of the component, in pixels, in the component's coordinates, regardless of the value of the scaleX property of the component.
 
unscaledHeight:Number — Specifies the height of the component, in pixels, in the component's coordinates, regardless of the value of the scaleY property of the component.

See also

updateList()method 
protected function updateList():void

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Refreshes all rows now. Calling this method can require substantial processing, because can be expensive at it completely redraws all renderers in the list and won't return until complete.

Event Detail
change Event
Event Object Type: mx.events.ListEvent
ListEvent.type property = mx.events.ListEvent.CHANGE

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Dispatched when the selectedIndex or selectedItem property changes as a result of user interaction.

The ListEvent.CHANGE constant defines the value of the type property of the ListEvent object for a change event, which indicates that selection changed as a result of user interaction.

The properties of the event object have the following values:

PropertyValue
bubblesfalse
cancelablefalse
columnIndex The zero-based index of the column associated with the event.
currentTargetThe Object that defines the event listener that handles the event. For example, if you use myButton.addEventListener() to register an event listener, myButton is the value of the currentTarget.
itemRendererThe item renderer that was clicked.
reasonnull
rowIndexThe zero-based index of the item associated with the event.
targetThe Object that dispatched the event; it is not always the Object listening for the event. Use the currentTarget property to always access the Object listening for the event.
TypeListEvent.CHANGE
dataChange Event  
Event Object Type: mx.events.FlexEvent
FlexEvent.type property = mx.events.FlexEvent.DATA_CHANGE

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Dispatched when the data property changes.

When you use a component as an item renderer, the data property contains the data to display. You can listen for this event and update the component when the data property changes.

The FlexEvent.DATA_CHANGE constant defines the value of the type property of the event object for a dataChange event.

The properties of the event object have the following values:

PropertyValue
bubblesfalse
cancelablefalse
currentTargetThe Object that defines the event listener that handles the event. For example, if you use myButton.addEventListener() to register an event listener, myButton is the value of the currentTarget.
targetThe Object that dispatched the event; it is not always the Object listening for the event. Use the currentTarget property to always access the Object listening for the event.
itemClick Event  
Event Object Type: mx.events.ListEvent
ListEvent.type property = mx.events.ListEvent.ITEM_CLICK

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Dispatched when the user clicks on an item in the control.

The ListEvent.ITEM_CLICK constant defines the value of the type property of the ListEvent object for an itemClick event, which indicates that the user clicked the mouse over a visual item in the control.

The properties of the event object have the following values:

PropertyValue
bubblesfalse
cancelablefalse
columnIndex The zero-based index of the column associated with the event.
currentTargetThe Object that defines the event listener that handles the event. For example, if you use myButton.addEventListener() to register an event listener, myButton is the value of the currentTarget.
itemRendererThe item renderer that was clicked.
reasonnull
rowIndexThe zero-based index of the item associated with the event.
targetThe Object that dispatched the event; it is not always the Object listening for the event. Use the currentTarget property to always access the Object listening for the event.
TypeListEvent.ITEM_CLICK
itemDoubleClick Event  
Event Object Type: mx.events.ListEvent
ListEvent.type property = mx.events.ListEvent.ITEM_DOUBLE_CLICK

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Dispatched when the user double-clicks on an item in the control.

The ListEvent.ITEM_DOUBLE_CLICK constant defines the value of the type property of the ListEvent object for an itemDoubleClick event, which indicates that the user double clicked the mouse over a visual item in the control.

To receive itemDoubleClick events, you must set the component's doubleClickEnabled property to true.

The properties of the event object have the following values:

PropertyValue
bubblesfalse
cancelablefalse
columnIndex The zero-based index of the column associated with the event.
currentTargetThe Object that defines the event listener that handles the event. For example, if you use myButton.addEventListener() to register an event listener, myButton is the value of the currentTarget.
itemRendererThe item renderer that was double clicked.
reasonnull
rowIndexThe zero-based index of the item associated with the event.
targetThe Object that dispatched the event; it is not always the Object listening for the event. Use the currentTarget property to always access the Object listening for the event.
TypeListEvent.ITEM_DOUBLE_CLICK
itemRollOut Event  
Event Object Type: mx.events.ListEvent
ListEvent.type property = mx.events.ListEvent.ITEM_ROLL_OUT

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Dispatched when the user rolls the mouse pointer out of an item in the control.

The ListEvent.ITEM_ROLL_OUT constant defines the value of the type property of the ListEvent object for an itemRollOut event, which indicates that the user rolled the mouse pointer out of a visual item in the control.

The properties of the event object have the following values:

PropertyValue
bubblesfalse
cancelablefalse
columnIndex The zero-based index of the column associated with the event.
currentTargetThe Object that defines the event listener that handles the event. For example, if you use myButton.addEventListener() to register an event listener, myButton is the value of the currentTarget.
itemRendererThe item renderer that was rolled out.
reasonnull
rowIndexThe zero-based index of the item associated with the event.
targetThe Object that dispatched the event; it is not always the Object listening for the event. Use the currentTarget property to always access the Object listening for the event.
TypeListEvent.ITEM_ROLL_OUT
itemRollOver Event  
Event Object Type: mx.events.ListEvent
ListEvent.type property = mx.events.ListEvent.ITEM_ROLL_OVER

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Dispatched when the user rolls the mouse pointer over an item in the control.

The ListEvent.ITEM_ROLL_OVER constant defines the value of the type property of the ListEvent object for an itemRollOver event, which indicates that the user rolled the mouse pointer over a visual item in the control.

The properties of the event object have the following values:

PropertyValue
bubblesfalse
cancelablefalse
columnIndex The zero-based index of the column associated with the event.
currentTargetThe Object that defines the event listener that handles the event. For example, if you use myButton.addEventListener() to register an event listener, myButton is the value of the currentTarget.
itemRendererThe item renderer that was rolled over.
reasonnull
rowIndexThe zero-based index of the item associated with the event.
targetThe Object that dispatched the event; it is not always the Object listening for the event. Use the currentTarget property to always access the Object listening for the event.
TypeListEvent.ITEM_ROLL_OVER