ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
 

fl.controls.listClasses 


The fl.controls.listClasses package contains classes that the list components use to maintain and display data. These classes are not specific to the List component, but rather any component that extends SelectableList (excluding DataGrid). This includes cell renderers, cell interfaces (ICellRenderer), TileList ImageCell, and the ListData class.



Interfaces
 InterfaceDescription
 ICellRenderer The ICellRenderer interface provides the methods and properties that a cell renderer requires.
Classes
 ClassDescription
 CellRenderer The CellRenderer class defines methods and properties for list-based components to use to manipulate and display custom cell content in each of their rows.
 ImageCell The ImageCell is the default cell renderer for the TileList component.
 ListData ListData is a messenger class that holds information relevant to a specific cell in a list-based component.
 TileListData TileListData is a messenger class that holds information relevant to a specific cell in the list-based TileListData component.