ActionScript 2.0 Components Language Reference |
|
|
|
| CellRenderer API > CellRenderer.owner | |||
Flash Player 6 (6.0.79.0).
Flash MX 2004.
componentInstance.owner
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.
|
|
|
|