enum sap.ui.commons.TreeSelectionMode

Visiblity: public
Available since: N/A
Module: sap/ui/commons/library
Application Component: CA-UI5-CTR

Selection mode of the tree


Properties Overview

Node Description
sap.ui.commons.TreeSelectionMode.Legacy

Behavior of the former Tree. It is possible to select a plurality of nodes via the API.

sap.ui.commons.TreeSelectionMode.Multi

Select multiple rows at a time.

sap.ui.commons.TreeSelectionMode.None

No rows can be selected.

sap.ui.commons.TreeSelectionMode.Single

Select one row at a time.