BiTree2Cell
This is used for the cells in a BiTree2Row row
This class extends BiObject and therefore all methods and fields available for BiObject are also available for BiTree2Cell .
Constructor
new BiTree2Cell ( oData )
Parameters
| Name | Type | Optional | Default | Descripton |
oData | Object | Optional data associated with the cell. The data is used as text on the cell |
Properties
| Name | Type | get | set | Descripton |
data | Object | ![]() | ![]() | The data that is associated with the cell |
labelHtml | String | ![]() | Returns the HTML string that should be displayed in the cell | |
row | | ![]() | The row that the cell is part of | |
tree | | ![]() | The tree that the cell is part of |
Methods
None.
Events
None.
Static Methods
None.
Static Fields
None.
Remarks
None.
