Enum sap.m.ListTypeModule: sap/m/library
Defines the visual indication and behaviour of the list items.
Field Summary
sap.m.ListType.ActiveIndicates that the item is clickable via active feedback when item is pressed.
sap.m.ListType.DetailEnables detail button of the list item that fires 
detailPress event.sap.m.ListType.DetailAndActiveEnables sap.m.ListType#Detail and sap.m.ListType#Active enumerations together.
sap.m.ListType.InactiveIndicates the list item does not have any active feedback when item is pressed.
sap.m.ListType.NavigationIndicates the list item is navigable to show extra information about the item.
Field Detail
 sap.m.ListType.Active: string
 Indicates that the item is clickable via active feedback when item is pressed. 
 sap.m.ListType.Detail: string
 Enables detail button of the list item that fires 
detailPress event. Also see sap.m.ListBase#attachDetailPress.  sap.m.ListType.DetailAndActive: string
 Enables sap.m.ListType#Detail and sap.m.ListType#Active enumerations together.