ListCell Cell implementation for FvFileChooser list view.
public function setListCellStatus(list:JList, isSelected:Boolean, index:Number):VoidSets the table cell status, include the owner-JList isSelected, row position.
isSelected | true to set the cell selected, false to set not selected. |
index | the index of the list item |
public function setCellValue(o:FvFileChooserItem):VoidSets the value of this cell.
public function getCellValue():FvFileChooserItemReturns the value of the cell.
the value of the cell.