ActionScript 2.0 Components Language Reference |
|
|
|
| CellRenderer API | |||
The CellRenderer API is a set of properties and methods that the list-based components (List, DataGrid, Tree, Menu, and ComboBox) use to manipulate and display custom cell content for each of their rows. This customized cell can contain a prebuilt component, such as a CheckBox component, or any class you create.
|
NOTE |
The CellRenderer API is supported only if you are working in a document that specifies ActionScript 2.0 in its Publish Settings. |
This section provides background on how the List class and its subclasses (including Tree, Menu, DataGrid, ComboBox) use their rows and cell renderers.
This section provides details about the API and a working example.
|
|
|
|