Packageorg.aswing.table
Interfacepublic interface TableCellFactory
ImplementorsGeneralTableCellFactory, SortableHeaderRenderer

TableCellFactory for create cells for table



Public Methods
 MethodDefined by
  
createNewCell(isHeader:Boolean):TableCell
Creates a new table cell.
TableCellFactory
Method detail
createNewCell()method
public function createNewCell(isHeader:Boolean):TableCell

Creates a new table cell.

Parameters
isHeader:Boolean — is it a header cell

Returns
TableCell — the table cell