The fl.controls.listClasses package contains classes that list components use to maintain and display data. These classes are not specific to the List component; they can be used by any component that extends the SelectableList class, except for the DataGrid class. This includes cell renderers, cell interfaces such as ICellRenderer, and the TileList, ImageCell, and ListData classes.



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