TreeViewRow

A class representing a row in the tree view.

Constructors

this
this(string[] values, bool isOpen, string[] tags)

Constructor.

Members

Functions

toString
string toString()

String representation.

Properties

id
string id [@property getter]

Get the row id. This is populated by the treeview once the row has been inserted.

isOpen
bool isOpen [@property getter]

Get if the row was open.

tags
string[] tags [@property getter]

Get the tags.

values
string[] values [@property getter]

Get the data column values.

Variables

children
TreeViewRow[] children;

An array containing the child rows.

Meta