BiTreeViewSelectionModelItem

This class is used internally in BiTreeViewSelectionModel to keep track of the selected rows

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

Constructor

new BiTreeViewSelectionModelItem ( x,y )

Parameters

NameTypeOptionalDefaultDescripton
xNumberOptional. The column index in case cell selection is used
yNumberThe row index of the cell/row that this represents

Properties

NameTypegetsetDescripton
columnNumbercheckedcheckedThe column that this represents
leftNumbercheckedReturns the column of the item
rowNumbercheckedcheckedThe row that this represents
topNumbercheckedReturns the row of the item

Methods

NameDescription
equalswhether this item and oItem2 are pointing to the same item

Events

None.

Static Methods

None.

Static Fields

None.

Remarks

None.

Method Details

equals

whether this item and oItem2 are pointing to the same item

Syntax

object.equals ( oItem2 )

Parameters

NameTypeOptionalDefaultDescripton
oItem2BiTreeViewSelectionModelItemThe item to compare to

Return Type

Boolean