interface org.aswing.ext.GridListCell extends Cell

Instance Fields

Show inherited public instance fieldsHide inherited public instance fields

Inherited from Cell

function getCellComponent():Component
function getCellValue():Dynamic
function setCellValue(value:Dynamic):Void

function getAwmlIndex(): Int

function setGridListCellStatus(gridList:GridList, selected:Bool, index:Int): Void

Sets the table cell status

gridList

the cell's owner, a GridList

selected

true to set the cell selected, false to set not selected.

index

the index of this cell