enum sap.ui.vtm.TreeItemType

Control sample: sap.ui.vtm.TreeItemType
Visiblity: public
Available since: N/A
Module: sap/ui/vtm/TreeItemType
Application Component:

Enumeration specifying the type(s) of tree item to match during tree traversal.


Properties Overview

Node Description
sap.ui.vtm.TreeItemType.Excluded

A tree item that is in the object hierarchy of the tree model, but cannot be shown in the tree. A tree item is an excluded tree item when any ancestor of the tree item is included in the excludedChildren collection of its parent.

sap.ui.vtm.TreeItemType.Included

A tree item that can be shown in the tree. A tree item is an included tree item when it is a root tree item or is included in the includedChildren collection of its parent.

sap.ui.vtm.TreeItemType.IncludedOrExcluded

Matches either included or excluded tree items.