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
| Name | Type | Optional | Default | Descripton |
x | Number | Optional. The column index in case cell selection is used | ||
y | Number | The row index of the cell/row that this represents |
Properties
| Name | Type | get | set | Descripton |
column | Number | ![]() | ![]() | The column that this represents |
left | Number | ![]() | Returns the column of the item | |
row | Number | ![]() | ![]() | The row that this represents |
top | Number | ![]() | Returns the row of the item |
Methods
| Name | Description |
equals | whether 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
| Name | Type | Optional | Default | Descripton |
oItem2 | | The item to compare to |
Return Type
Boolean
