enum sap.m.ListType

Control sample: sap.m.ListType
Visiblity: public
Available since: N/A
Module: sap/m/library
Application Component: CA-UI5-CTR

Defines the visual indication and behaviour of the list items.


Properties Overview

Node Description
sap.m.ListType.Active

Indicates that the item is clickable via active feedback when item is pressed.

sap.m.ListType.Detail

Enables detail button of the list item that fires detailPress event. Also see sap.m.ListItemBase#attachDetailPress.

sap.m.ListType.DetailAndActive

Enables sap.m.ListType.Detail and sap.m.ListType.Active enumerations together.

sap.m.ListType.Inactive

Indicates the list item does not have any active feedback when item is pressed. Note: Inactive type cannot be used to disable list items.

sap.m.ListType.Navigation

Indicates the list item is navigable to show extra information about the item.