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.

Related topics