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
 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.