User Guide
CellRenderer.setSize() 123
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.
CellRenderer.setSize()
Availability
Flash Player 6 (6.0.79.0).
Edition
Flash MX 2004.
Usage
componentInstance.setSize(width, height)
Parameters
width A number that indicates the width at which to lay out the component.
height A number that indicates the height at which to lay out the component.
Returns
Nothing.