Class fvaswing.app.context.browser.FvFileDialogListCell

Description

FvFileDialogListCell class.

Method Index

new FvFileDialogListCell()
getCellComponent(), getCellValue(), setCellValue()

Inherited from FvAbstractContextMenuCell

Constructor Detail

FvFileDialogListCell

public function FvFileDialogListCell(itemList:Array)

Method Detail

setCellValue

public function setCellValue(value):Void

Sets the value of this cell.

Parameters

valuewhich should represent on the component of this cell.

Overrides

setCellValue() in fvaswing.cells.FvAbstractContextMenuCell

getCellComponent

public function getCellComponent():JLabel

Returns concrete cell component.

Overrides method to keep strong typing with your own component.

getCellValue

public function getCellValue():FvFileDialogItem

Returns cell value.