This class is an abstract class that will be inherited by more specific cell
renders.
| private | Number | preferredHeight = 22 | |
| private | Number | preferredWidth = 80 | |
| private | Function | getCellIndex | |
| private | DataGrid | listOwner |
| public | getPreferredHeight() | ||
| public | getPreferredWidth() |
private preferredHeight:Number = 22
preferredHeight has a default value of 22
private preferredWidth:Number = 80
preferredWidth has a default value of 80
private getCellIndex:Function
This function is not defined in this class nor in the classes that inherit this class because it is added automatically by the Datagrid
private listOwner:DataGrid
this property is instantiated automatically by the Datagrid
public getPreferredHeight():Number
Description: returns private var preferredHeight
Globals: uses preferredHeight
Calls: none
Is Called by: owner (Datagrid) to render the cell
- Returns
- preferredHeight (Number)
public getPreferredWidth():Number
Description: returns private var preferredWidth
Globals: uses preferredWidth
Calls: none
Is Called by: owner (Datagrid) to render the cell
- Returns
- preferredWidth (Number)