| Package | org.aswing.ext |
| Interface | public interface GridListCell extends Cell |
| Implementors | DefaultGridCell, GeneralGridListCellFactory |
| Method | Defined by | ||
|---|---|---|---|
![]() |
Return the represent component of this cell.
| Cell | |
![]() |
getCellValue():*
Returns the value of the cell.
| Cell | |
![]() |
setCellValue(value:*):void
Sets the value of this cell.
| Cell | |
|
setGridListCellStatus(gridList:GridList, selected:Boolean, index:int):void
Sets the table cell status
| GridListCell | ||
| setGridListCellStatus | () | method |
public function setGridListCellStatus(gridList:GridList, selected:Boolean, index:int):voidSets the table cell status
ParametersgridList: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
|