OrgTreeItem

constructor(uid: String, label: String, isOpen: Boolean = true, hasChildren: Boolean = false, selected: Boolean = false, level: Int = 0, selectedChildrenCount: Int = 0, canBeSelected: Boolean = true)

Parameters

uid

: the item uid.

label

: item label.

isOpen

: whether the org unit is open or not.

hasChildren

: whether the org unit has children or not.

selected

: whether the org unit is selected or not.

level

: the hierarchy level of the item.

selectedChildrenCount

: number of selected children.

canBeSelected

: whether the item is selectable or not.