Org Tree Item
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.
is Open
: whether the org unit is open or not.
has Children
: whether the org unit has children or not.
selected
: whether the org unit is selected or not.
level
: the hierarchy level of the item.
selected Children Count
: number of selected children.
can Be Selected
: whether the item is selectable or not.