BiTreeViewCellInfo

This represents information about a cell in the tree view.

This class extends BiObject and therefore all methods and fields available for BiObject are also available for BiTreeViewCellInfo .

Constructor

new BiTreeViewCellInfo ( )

Parameters

No parameters.

Properties

Name Type get set Descripton
column Boolean checked checked What column the cell is part of
row Boolean checked checked What row the cell is part of

Methods

Name Description
equals Whether two BiTreeViewCellInfo objects are representing the same cell

Events

None.

Static Methods

None.

Static Fields

None.

Remarks

Method Details

equals

Whether two BiTreeViewCellInfo objects are representing the same cell

Syntax

object.equals
 (
 oInfo
 )
 

Parameters

Name Type Optional Default Descripton
oInfo BiTreeViewCellInfo The cell to compare this cell with

Return Type

Boolean