Constructor
new(?data:Dynamic, ?rowLocation:Array<Int>, columnIndex:Int = -1, layoutIndex:Int = -1, branch:Bool = false, opened:Bool = false, selected:Bool = false, ?text:String)
Creates a new TreeGridViewCellState
object with the given arguments.
Available since
1.0.0
.Variables
columnIndex:Int = -1
The horizontal position of the cell within the TreeGridView
.
Available since
1.0.0
.layoutIndex:Int = -1
Returns the location of the item in the TreeGridView
layout.
Available since
1.0.0
.opened:Bool = false
Returns whether the branch is opened or closed. If the item is a leaf,
the value will always be false
.
Available since
1.0.0
.owner:TreeGridView
Returns a reference to the TreeGridView
that contains this cell.
Available since
1.0.0
.rowLocation:Array<Int> = null
The vertical position of the cell within the TreeGridView
.
Available since
1.0.0
.text:String
Returns the text to display for the cell, as returned by the function
TreeGridViewColumn.itemToText
.
Available since
1.0.0
.See also: