Enum sap.ui.commons.TreeSelectionModeModule: sap/ui/commons/library


Selection mode of the tree

Field Summary
sap.ui.commons.TreeSelectionMode.LegacyBehavior of the former Tree.
sap.ui.commons.TreeSelectionMode.MultiSelect multiple rows at a time.
Field Detail
sap.ui.commons.TreeSelectionMode.Legacy: string
Behavior of the former Tree. It is possible to select a plurality of nodes via the API.
sap.ui.commons.TreeSelectionMode.Multi: string
Select multiple rows at a time.
sap.ui.commons.TreeSelectionMode.None: string
No rows can be selected.
sap.ui.commons.TreeSelectionMode.Single: string
Select one row at a time.