B4J Programming Press on the image to return to the main documentation page.

jCellFactoryHelper1

Written by Steve Laming

List of types:

CellFactoryObject
LVCellFactoryHelper
TVCellFactoryHelper

CellFactoryObject


Events:

None

Members:


  Cell As Object

  Initialize

  IsInitialised As Boolean

Members description:

Cell As Object
Returns the last cell processed by this object
Initialize
Initialize the cellFactoryObject, requires the B4a cell object to be passed.
IsInitialised As Boolean
Returns the Initialized state of this CellFactoryObject

LVCellFactoryHelper


Events:

None

Members:


  Id As String [read only]

  Initialize (Type As Int, Id As String, listView As javafx.scene.control.ListView)

  TYPEGRAPHIC As Int

  TYPETEXT As Int

Members description:

Id As String [read only]
Gets the ID associated with this CellFactoryHelper
Initialize (Type As Int, Id As String, listView As javafx.scene.control.ListView)
TYPEGRAPHIC As Int
TYPETEXT As Int

TVCellFactoryHelper


Events:

None

Members:


  Id As String [read only]

  Initialize (Type As Int, Id As String, Column As javafx.scene.control.TableColumn)

  TYPEGRAPHIC As Int

  TYPETEXT As Int

Members description:

Id As String [read only]
Gets the ID associated with this CellFactoryHelper
Initialize (Type As Int, Id As String, Column As javafx.scene.control.TableColumn)
TYPEGRAPHIC As Int
TYPETEXT As Int

Top