Class fvaswing.utils.tracer.FvTracerCellFactory

Implemented Interfaces

ListCellFactory

Description

Cell renderer factory for FvAsWingTracer list view.

Method Index

new FvTracerCellFactory()
createNewCell(), getCellHeight(), isAllCellHasSameHeight(), isShareCells()

Constructor Detail

FvTracerCellFactory

public function FvTracerCellFactory()

Constructor.

Parameters

See Also

Method Detail

createNewCell

public function createNewCell():ListCell

Creates a new list cell.

isAllCellHasSameHeight

public function isAllCellHasSameHeight():Boolean

See Also

  • ListCellFactory#isAllCellHasSameHeight()

isShareCells

public function isShareCells():Boolean

Returns is list data should share cell instances for items.

Return

is share cells for items.

getCellHeight

public function getCellHeight():Number

If isAllCellHasSameHeight or isShareCells returns true, this method will be used, it returned value means each cell's same height.

Return

the height for every cells