CellRenderer.owner

Availability

Flash Player 6 (6.0.79.0).

Edition

Flash MX 2004.

Usage

componentInstance.owner

Description

Property; a reference to the row that contains the cell.

This method is provided by the List class; you do not have to implement it. Declare it in your cell renderer class and use it as a reference:

var owner:MovieClip; // or UIObject, etc.