ListCell Cell implementation for FvLocalisationChooser 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 getCellValue():CultureReturns the value of the cell.
the value of the cell.