Constructor
new(type:GroupListViewItemType = STANDARD, ?data:Dynamic, ?location:Array<Int>, layoutIndex:Int = -1, selected:Bool = false, ?text:String)
Creates a new TreeViewItemState
object with the given arguments.
Available since
1.0.0
.Variables
data:Dynamic
An item from the collection used as the GroupListView
data provider.
Available since
1.0.0
.layoutIndex:Int = -1
Returns the location of the item in the GroupListView
layout.
Available since
1.0.0
.location:Array<Int>
The location of the item in the GroupListView
data provider.
Available since
1.0.0
.owner:GroupListView
Returns a reference to the GroupListView
that contains this item.
Available since
1.0.0
.text:String
Returns the text to display for the item, as returned by the function
GroupListView.itemToText
.
Available since
1.0.0
.See also: