student-ar-fl-controls-listClasses-ListData.ax [swf] flex
@ax-student-ar-fl-controls-listClasses-ListData is a messenger class that holds information relevant to a specific cell in a list-based component. This information includes the label and icon that are associated with the cell; whether or not the cell is selected; and the position of the cell in the list by row and column. <p>A new @ax-student-ar-fl-controls-listClasses-ListData component is created for a cell renderer each time it is invalidated.</p> @includeExample examples/@fileExample.as @langversion 3.0 @playerversion Flash 9.0.28.0
@private (protected) @langversion 3.0 @playerversion Flash 9.0.28.0
@private (protected) @langversion 3.0 @playerversion Flash 9.0.28.0
@private (protected) @langversion 3.0 @playerversion Flash 9.0.28.0
@private (protected) @langversion 3.0 @playerversion Flash 9.0.28.0
@private (protected) @langversion 3.0 @playerversion Flash 9.0.28.0
@private (protected) @langversion 3.0 @playerversion Flash 9.0.28.0
Creates a new instance of the @ax-student-ar-fl-controls-listClasses-ListData class as specified by its parameters.
parameter: label The label to be displayed in this cell.
parameter: icon The icon to be displayed in this cell.
parameter: owner The component that owns this cell.
parameter: index The index of the item in the data provider.
parameter: row The row in which this item is being displayed. In a List or DataGrid, this value corresponds to the index. In a TileList, this value may be different than the index.
parameter: col The column in which this item is being displayed. In a List, this value is always 0. @langversion 3.0 @playerversion Flash 9.0.28.0
The label to be displayed in the cell. @langversion 3.0 @playerversion Flash 9.0.28.0
A class that represents the icon for the item in the List component, computed from the List class method. @langversion 3.0 @playerversion Flash 9.0.28.0 @internal [kenos] I think this could be more clear. What is "computed" from the List class method? Also not sure I understand what method the "List class method" is. Is what is "computed" an array location for the specified item?
A reference to the List object that owns this item. @langversion 3.0 @playerversion Flash 9.0.28.0
The index of the item in the data provider. @langversion 3.0 @playerversion Flash 9.0.28.0
The row in which the data item is displayed. @langversion 3.0 @playerversion Flash 9.0.28.0
The column in which the data item is displayed. In a list, this value is always 0. @langversion 3.0 @playerversion Flash 9.0.28.0
(C) Æliens 27/08/2009
You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.