Class fvaswing.components.filechooser.cells.FvFileChooserListCell

Implemented Interfaces

ListCell

Description

Cell implementation for FvFileChooser list view.

Method Index

new FvFileChooserListCell()
getCellComponent(), getCellValue(), setCellValue(), setListCellStatus()

Constructor Detail

FvFileChooserListCell

public function FvFileChooserListCell()

Constructor.

Method Detail

setListCellStatus

public function setListCellStatus(list:JList, isSelected:Boolean, index:Number):Void

Sets the table cell status, include the owner-JList isSelected, row position.

Parameters

isSelectedtrue to set the cell selected, false to set not selected.
indexthe index of the list item

setCellValue

public function setCellValue(o:FvFileChooserItem):Void

Sets the value of this cell.

Parameters

getCellValue

public function getCellValue():FvFileChooserItem

Returns the value of the cell.

Return

the value of the cell.

getCellComponent

public function getCellComponent():Component

Return the represent component of this cell.