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
Interface | Description | |
---|---|---|
ICellRenderer | The ICellRenderer interface provides the methods and properties that a cell renderer requires. |
Classes
Class | Description | |
---|---|---|
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. |
Mon Nov 28 2011, 07:42 AM -08:00