Class fvaswing.components.tree.FvTreeCell

Description

Cell component for fvaswing.componants.FvTree tree.

Method Index

new FvTreeCell()
getCellValue(), setCellValue()

Inherited from FvDefaultContextMenuCell

Inherited from FvAbstractContextMenuCell

Constructor Detail

FvTreeCell

public function FvTreeCell(itemList:Array)

Constructor.

Method Detail

setCellValue

public function setCellValue(value:FvTreeItem):Void

Sets the value of this cell.

Parameters

valuewhich should represent on the component of this cell.

Overrides

setCellValue() in fvaswing.cells.FvDefaultContextMenuCell

getCellValue

public function getCellValue():FvTreeItem

Returns the value of the cell.