Packageorg.aswing.ext
Interfacepublic interface GridListCell extends Cell
ImplementorsDefaultGridCell, GeneralGridListCellFactory



Public Methods
 MethodDefined by
 Inherited
Return the represent component of this cell.
Cell
 Inherited
Returns the value of the cell.
Cell
 Inherited
setCellValue(value:*):void
Sets the value of this cell.
Cell
  
setGridListCellStatus(gridList:GridList, selected:Boolean, index:int):void
Sets the table cell status
GridListCell
Method detail
setGridListCellStatus()method
public function setGridListCellStatus(gridList:GridList, selected:Boolean, index:int):void

Sets the table cell status

Parameters
gridList:GridList — the cell's owner, a GridList
 
selected:Boolean — true to set the cell selected, false to set not selected.
 
index:int — the index of this cell